#72397E

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

Shades of Eminence #72397E

Tints of Eminence #72397E

Color information

#72397E (or 0x72397E) is unknown color: approx Eminence. HEX triplet: 72, 39 and 7E. RGB value is (114,57,126). Sum of RGB (Red+Green+Blue) = 114+57+126=297 (39% of max value = 765). Red value is 114 (44.92% from 255 or 38.38% from 297); Green value is 57 (22.66% from 255 or 19.19% from 297); Blue value is 126 (49.61% from 255 or 42.42% from 297); Max value from RGB is 126 - color contains mainly: blue. Hex color #72397E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #72397E is #8DC681. Grayscale: #515151. Windows color (decimal): -9291394 or 8272242. OLE color: 8272242.

HSL color Cylindrical-coordinate representation of color #72397E: hue angle of 289.57º degrees, saturation: 0.38, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #72397E is Cyan = 0.10, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB11457126-
CMYK0.100.5500.51
HSL289.57º37.7%35.88%-
HSV(B)289.57º54.76%49.41%-
XYZ12.178.0120.64-
YUV81.91152.88150.89-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 38.38%
GREEN value IS 57 (22.66% from 255) = 19.19%
BLUE value IS 126 (49.61% from 255) = 42.42%
R=38.38%
G=19.19%
B=42.42%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal114571260.100.5500.51289.5737.735.88
Hex72397EA370331222624
Octal1627117612670634424644
Binary1110010111001111111010101101110110011100100010100110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72397E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,57,126); }

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

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

 a { background-color: rgb(114,57,126); }

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

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

 span { border-color: rgb(114,57,126); }

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