#7136AE

Color #7136AE Royal Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Royal Purple #7136AE

Tints of Royal Purple #7136AE

Color information

#7136AE (or 0x7136AE) is unknown color: approx Royal Purple. HEX triplet: 71, 36 and AE. RGB value is (113,54,174). Sum of RGB (Red+Green+Blue) = 113+54+174=341 (45% of max value = 765). Red value is 113 (44.53% from 255 or 33.14% from 341); Green value is 54 (21.48% from 255 or 15.84% from 341); Blue value is 174 (68.36% from 255 or 51.03% from 341); Max value from RGB is 174 - color contains mainly: blue. Hex color #7136AE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7136AE is #8EC951. Grayscale: #545454. Windows color (decimal): -9357650 or 11417201. OLE color: 11417201.

HSL color Cylindrical-coordinate representation of color #7136AE: hue angle of 269.5º degrees, saturation: 0.53, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #7136AE is Cyan = 0.35, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB11354174-
CMYK0.350.6900.32
HSL269.5º52.63%44.71%-
HSV(B)269.5º68.97%68.24%-
XYZ15.779.2140.99-
YUV85.32178.05147.74-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 113 (44.53% from 255) = 33.14%
GREEN value IS 54 (21.48% from 255) = 15.84%
BLUE value IS 174 (68.36% from 255) = 51.03%
R=33.14%
G=15.84%
B=51.03%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal113541740.350.6900.32269.552.6344.71
Hex7136AE234502010e352d
Octal16166256431050404166555
Binary11100011101101010111010001110001010100000100001110110101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7136AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7136AE; }

 p { color: rgb(113,54,174); }

 H1.HeaderClassName
 {
   color: #7136AE;
 }
 .AnyTagClassName
 {
   color: #7136AE;
 }
</style>
background-color css

<style>
 a { background-color: #7136AE; }

 a { background-color: rgb(113,54,174); }

 div.DivClassName
 {
   background-color: #7136AE;
 }
 .BgClassName
 {
   background-color: #7136AE;
 }
</style>
border-color css

<style>
 span { border-color: #7136AE; }

 span { border-color: rgb(113,54,174); }

 td.TdClassName
 {
   border-color: #7136AE;
 }
 .TagClassName
 {
   border-color: #7136AE;
 }
</style>