#72456B

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

Shades of Eminence #72456B

Tints of Eminence #72456B

Color information

#72456B (or 0x72456B) is unknown color: approx Eminence. HEX triplet: 72, 45 and 6B. RGB value is (114,69,107). Sum of RGB (Red+Green+Blue) = 114+69+107=290 (38% of max value = 765). Red value is 114 (44.92% from 255 or 39.31% from 290); Green value is 69 (27.34% from 255 or 23.79% from 290); Blue value is 107 (42.19% from 255 or 36.90% from 290); Max value from RGB is 114 - color contains mainly: red. Hex color #72456B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #72456B is #8DBA94. Grayscale: #565656. Windows color (decimal): -9288341 or 7030130. OLE color: 7030130.

HSL color Cylindrical-coordinate representation of color #72456B: hue angle of 309.33º 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 #72456B is Cyan = 0, Magento = 0.39, Yellow = 0.06 and Black (K on CMYK) = 0.55.

Color convert

RGB11469107-
CMYK00.390.060.55
HSL309.33º24.59%35.88%-
HSV(B)309.33º39.47%44.71%-
XYZ11.728.915.01-
YUV86.79139.41147.41-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 39.31%
GREEN value IS 69 (27.34% from 255) = 23.79%
BLUE value IS 107 (42.19% from 255) = 36.90%
R=39.31%
G=23.79%
B=36.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.06
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1146910700.390.060.55309.3324.5935.88
Hex72456B0276371351924
Octal1621051530476674653144
Binary111001010001011101011010011111011011110011010111001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72456B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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