#72337C

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

Shades of Eminence #72337C

Tints of Eminence #72337C

Color information

#72337C (or 0x72337C) is unknown color: approx Eminence. HEX triplet: 72, 33 and 7C. RGB value is (114,51,124). Sum of RGB (Red+Green+Blue) = 114+51+124=289 (38% of max value = 765). Red value is 114 (44.92% from 255 or 39.45% from 289); Green value is 51 (20.31% from 255 or 17.65% from 289); Blue value is 124 (48.83% from 255 or 42.91% from 289); Max value from RGB is 124 - color contains mainly: blue. Hex color #72337C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #72337C is #8DCC83. Grayscale: #4D4D4D. Windows color (decimal): -9292932 or 8139634. OLE color: 8139634.

HSL color Cylindrical-coordinate representation of color #72337C: hue angle of 291.78º degrees, saturation: 0.42, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #72337C is Cyan = 0.08, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB11451124-
CMYK0.080.5900.51
HSL291.78º41.71%34.31%-
HSV(B)291.78º58.87%48.63%-
XYZ11.767.419.88-
YUV78.16153.87153.56-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 39.45%
GREEN value IS 51 (20.31% from 255) = 17.65%
BLUE value IS 124 (48.83% from 255) = 42.91%
R=39.45%
G=17.65%
B=42.91%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal114511240.080.5900.51291.7841.7134.31
Hex72337C83B0331242a22
Octal1626317410730634445242
Binary1110010110011111110010001110110110011100100100101010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72337C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #72337C; }

 p { color: rgb(114,51,124); }

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

<style>
 a { background-color: #72337C; }

 a { background-color: rgb(114,51,124); }

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

<style>
 span { border-color: #72337C; }

 span { border-color: rgb(114,51,124); }

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