#72337F

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

Shades of Eminence #72337F

Tints of Eminence #72337F

Color information

#72337F (or 0x72337F) is unknown color: approx Eminence. HEX triplet: 72, 33 and 7F. RGB value is (114,51,127). Sum of RGB (Red+Green+Blue) = 114+51+127=292 (38% of max value = 765). Red value is 114 (44.92% from 255 or 39.04% from 292); Green value is 51 (20.31% from 255 or 17.47% from 292); Blue value is 127 (50% from 255 or 43.49% from 292); Max value from RGB is 127 - color contains mainly: blue. Hex color #72337F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #72337F is #8DCC80. Grayscale: #4E4E4E. Windows color (decimal): -9292929 or 8336242. OLE color: 8336242.

HSL color Cylindrical-coordinate representation of color #72337F: hue angle of 289.74º degrees, saturation: 0.43, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #72337F is Cyan = 0.10, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB11451127-
CMYK0.100.6000.50
HSL289.74º42.7%34.9%-
HSV(B)289.74º59.84%49.8%-
XYZ11.957.4820.89-
YUV78.5155.37153.32-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 39.04%
GREEN value IS 51 (20.31% from 255) = 17.47%
BLUE value IS 127 (50% from 255) = 43.49%
R=39.04%
G=17.47%
B=43.49%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal114511270.100.6000.50289.7442.734.9
Hex72337FA3C0321222b23
Octal1626317712740624425343
Binary1110010110011111111110101111000110010100100010101011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72337F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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