#72446E

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

Shades of Eminence #72446E

Tints of Eminence #72446E

Color information

#72446E (or 0x72446E) is unknown color: approx Eminence. HEX triplet: 72, 44 and 6E. RGB value is (114,68,110). Sum of RGB (Red+Green+Blue) = 114+68+110=292 (38% of max value = 765). Red value is 114 (44.92% from 255 or 39.04% from 292); Green value is 68 (26.95% from 255 or 23.29% from 292); Blue value is 110 (43.36% from 255 or 37.67% from 292); Max value from RGB is 114 - color contains mainly: red. Hex color #72446E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #72446E is #8DBB91. Grayscale: #565656. Windows color (decimal): -9288594 or 7226482. OLE color: 7226482.

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

Color convert

RGB11468110-
CMYK00.400.040.55
HSL305.22º25.27%35.69%-
HSV(B)305.22º40.35%44.71%-
XYZ11.828.8415.83-
YUV86.54141.24147.58-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 39.04%
GREEN value IS 68 (26.95% from 255) = 23.29%
BLUE value IS 110 (43.36% from 255) = 37.67%
R=39.04%
G=23.29%
B=37.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.04
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1146811000.400.040.55305.2225.2735.69
Hex72446E0284371311924
Octal1621041560504674613144
Binary111001010001001101110010100010011011110011000111001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72446E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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