#72496E

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

Shades of Eminence #72496E

Tints of Eminence #72496E

Color information

#72496E (or 0x72496E) is unknown color: approx Eminence. HEX triplet: 72, 49 and 6E. RGB value is (114,73,110). Sum of RGB (Red+Green+Blue) = 114+73+110=297 (39% of max value = 765). Red value is 114 (44.92% from 255 or 38.38% from 297); Green value is 73 (28.91% from 255 or 24.58% from 297); Blue value is 110 (43.36% from 255 or 37.04% from 297); Max value from RGB is 114 - color contains mainly: red. Hex color #72496E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #72496E is #8DB691. Grayscale: #595959. Windows color (decimal): -9287314 or 7227762. OLE color: 7227762.

HSL color Cylindrical-coordinate representation of color #72496E: hue angle of 305.85º degrees, saturation: 0.22, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #72496E is Cyan = 0, Magento = 0.36, Yellow = 0.04 and Black (K on CMYK) = 0.55.

Color convert

RGB11473110-
CMYK00.360.040.55
HSL305.85º21.93%36.67%-
HSV(B)305.85º35.96%44.71%-
XYZ12.149.4715.94-
YUV89.48139.58145.49-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 38.38%
GREEN value IS 73 (28.91% from 255) = 24.58%
BLUE value IS 110 (43.36% from 255) = 37.04%
R=38.38%
G=24.58%
B=37.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.04
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1147311000.360.040.55305.8521.9336.67
Hex72496E0244371321625
Octal1621111560444674622645
Binary111001010010011101110010010010011011110011001010110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72496E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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