#72427C

Color #72427C Eminence (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Eminence #72427C

Tints of Eminence #72427C

Color information

#72427C (or 0x72427C) is unknown color: approx Eminence. HEX triplet: 72, 42 and 7C. RGB value is (114,66,124). Sum of RGB (Red+Green+Blue) = 114+66+124=304 (40% of max value = 765). Red value is 114 (44.92% from 255 or 37.5% from 304); Green value is 66 (26.17% from 255 or 21.71% from 304); Blue value is 124 (48.83% from 255 or 40.79% from 304); Max value from RGB is 124 - color contains mainly: blue. Hex color #72427C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #72427C is #8DBD83. Grayscale: #565656. Windows color (decimal): -9289092 or 8143474. OLE color: 8143474.

HSL color Cylindrical-coordinate representation of color #72427C: hue angle of 289.66º degrees, saturation: 0.31, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #72427C is Cyan = 0.08, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB11466124-
CMYK0.080.4700.51
HSL289.66º30.53%37.25%-
HSV(B)289.66º46.77%48.63%-
XYZ12.538.9320.13-
YUV86.96148.9147.28-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 37.5%
GREEN value IS 66 (26.17% from 255) = 21.71%
BLUE value IS 124 (48.83% from 255) = 40.79%
R=37.5%
G=21.71%
B=40.79%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal114661240.080.4700.51289.6630.5337.25
Hex72427C82F0331221f25
Octal16210217410570634423745
Binary1110010100001011111001000101111011001110010001011111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72427C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #72427C; }

 p { color: rgb(114,66,124); }

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

<style>
 a { background-color: #72427C; }

 a { background-color: rgb(114,66,124); }

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

<style>
 span { border-color: #72427C; }

 span { border-color: rgb(114,66,124); }

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