#72456E

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

Shades of Eminence #72456E

Tints of Eminence #72456E

Color information

#72456E (or 0x72456E) is unknown color: approx Eminence. HEX triplet: 72, 45 and 6E. RGB value is (114,69,110). Sum of RGB (Red+Green+Blue) = 114+69+110=293 (38% of max value = 765). Red value is 114 (44.92% from 255 or 38.91% from 293); Green value is 69 (27.34% from 255 or 23.55% from 293); Blue value is 110 (43.36% from 255 or 37.54% from 293); Max value from RGB is 114 - color contains mainly: red. Hex color #72456E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #72456E is #8DBA91. Grayscale: #575757. Windows color (decimal): -9288338 or 7226738. OLE color: 7226738.

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

Color convert

RGB11469110-
CMYK00.390.040.55
HSL305.33º24.59%35.88%-
HSV(B)305.33º39.47%44.71%-
XYZ11.888.9615.85-
YUV87.13140.91147.17-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 38.91%
GREEN value IS 69 (27.34% from 255) = 23.55%
BLUE value IS 110 (43.36% from 255) = 37.54%
R=38.91%
G=23.55%
B=37.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.04
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1146911000.390.040.55305.3324.5935.88
Hex72456E0274371311924
Octal1621051560474674613144
Binary111001010001011101110010011110011011110011000111001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72456E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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