#72426F

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

Shades of Eminence #72426F

Tints of Eminence #72426F

Color information

#72426F (or 0x72426F) is unknown color: approx Eminence. HEX triplet: 72, 42 and 6F. RGB value is (114,66,111). Sum of RGB (Red+Green+Blue) = 114+66+111=291 (38% of max value = 765). Red value is 114 (44.92% from 255 or 39.18% from 291); Green value is 66 (26.17% from 255 or 22.68% from 291); Blue value is 111 (43.75% from 255 or 38.14% from 291); Max value from RGB is 114 - color contains mainly: red. Hex color #72426F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #72426F is #8DBD90. Grayscale: #555555. Windows color (decimal): -9289105 or 7291506. OLE color: 7291506.

HSL color Cylindrical-coordinate representation of color #72426F: hue angle of 303.75º degrees, saturation: 0.27, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #72426F is Cyan = 0, Magento = 0.42, Yellow = 0.03 and Black (K on CMYK) = 0.55.

Color convert

RGB11466111-
CMYK00.420.030.55
HSL303.75º26.67%35.29%-
HSV(B)303.75º42.11%44.71%-
XYZ11.768.6216.08-
YUV85.48142.4148.34-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 39.18%
GREEN value IS 66 (26.17% from 255) = 22.68%
BLUE value IS 111 (43.75% from 255) = 38.14%
R=39.18%
G=22.68%
B=38.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.03
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1146611100.420.030.55303.7526.6735.29
Hex72426F02A3371301b23
Octal1621021570523674603343
Binary11100101000010110111101010101111011110011000011011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72426F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #72426F; }

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

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

<style>
 a { background-color: #72426F; }

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

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

<style>
 span { border-color: #72426F; }

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

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