#72409E

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

Shades of Royal Purple #72409E

Tints of Royal Purple #72409E

Color information

#72409E (or 0x72409E) is unknown color: approx Royal Purple. HEX triplet: 72, 40 and 9E. RGB value is (114,64,158). Sum of RGB (Red+Green+Blue) = 114+64+158=336 (44% of max value = 765). Red value is 114 (44.92% from 255 or 33.93% from 336); Green value is 64 (25.39% from 255 or 19.05% from 336); Blue value is 158 (62.11% from 255 or 47.02% from 336); Max value from RGB is 158 - color contains mainly: blue. Hex color #72409E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #72409E is #8DBF61. Grayscale: #595959. Windows color (decimal): -9289570 or 10371186. OLE color: 10371186.

HSL color Cylindrical-coordinate representation of color #72409E: hue angle of 271.91º degrees, saturation: 0.42, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #72409E is Cyan = 0.28, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB11464158-
CMYK0.280.5900.38
HSL271.91º42.34%43.53%-
HSV(B)271.91º59.49%61.96%-
XYZ14.949.7133.43-
YUV89.67166.56145.36-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 33.93%
GREEN value IS 64 (25.39% from 255) = 19.05%
BLUE value IS 158 (62.11% from 255) = 47.02%
R=33.93%
G=19.05%
B=47.02%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal114641580.280.5900.38271.9142.3443.53
Hex72409E1C3B0261102a2c
Octal16210023634730464205254
Binary1110010100000010011110111001110110100110100010000101010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72409E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #72409E; }

 p { color: rgb(114,64,158); }

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

<style>
 a { background-color: #72409E; }

 a { background-color: rgb(114,64,158); }

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

<style>
 span { border-color: #72409E; }

 span { border-color: rgb(114,64,158); }

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