#72456F

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

Shades of Eminence #72456F

Tints of Eminence #72456F

Color information

#72456F (or 0x72456F) is unknown color: approx Eminence. HEX triplet: 72, 45 and 6F. RGB value is (114,69,111). Sum of RGB (Red+Green+Blue) = 114+69+111=294 (38% of max value = 765). Red value is 114 (44.92% from 255 or 38.78% from 294); Green value is 69 (27.34% from 255 or 23.47% from 294); Blue value is 111 (43.75% from 255 or 37.76% from 294); Max value from RGB is 114 - color contains mainly: red. Hex color #72456F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #72456F is #8DBA90. Grayscale: #575757. Windows color (decimal): -9288337 or 7292274. OLE color: 7292274.

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

Color convert

RGB11469111-
CMYK00.390.030.55
HSL304º24.59%35.88%-
HSV(B)304º39.47%44.71%-
XYZ11.948.9816.14-
YUV87.24141.41147.08-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 38.78%
GREEN value IS 69 (27.34% from 255) = 23.47%
BLUE value IS 111 (43.75% from 255) = 37.76%
R=38.78%
G=23.47%
B=37.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.03
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1146911100.390.030.5530424.5935.88
Hex72456F0273371301924
Octal1621051570473674603144
Binary11100101000101110111101001111111011110011000011001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72456F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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