#72396E

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

Shades of Eminence #72396E

Tints of Eminence #72396E

Color information

#72396E (or 0x72396E) is unknown color: approx Eminence. HEX triplet: 72, 39 and 6E. RGB value is (114,57,110). Sum of RGB (Red+Green+Blue) = 114+57+110=281 (37% of max value = 765). Red value is 114 (44.92% from 255 or 40.57% from 281); Green value is 57 (22.66% from 255 or 20.28% from 281); Blue value is 110 (43.36% from 255 or 39.15% from 281); Max value from RGB is 114 - color contains mainly: red. Hex color #72396E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #72396E is #8DC691. Grayscale: #4F4F4F. Windows color (decimal): -9291410 or 7223666. OLE color: 7223666.

HSL color Cylindrical-coordinate representation of color #72396E: hue angle of 304.21º degrees, saturation: 0.33, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #72396E is Cyan = 0, Magento = 0.50, Yellow = 0.04 and Black (K on CMYK) = 0.55.

Color convert

RGB11457110-
CMYK00.500.040.55
HSL304.21º33.33%33.53%-
HSV(B)304.21º50%44.71%-
XYZ11.227.6315.63-
YUV80.08144.88152.19-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 40.57%
GREEN value IS 57 (22.66% from 255) = 20.28%
BLUE value IS 110 (43.36% from 255) = 39.15%
R=40.57%
G=20.28%
B=39.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.04
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1145711000.500.040.55304.2133.3333.53
Hex72396E0324371302122
Octal162711560624674604142
Binary111001011100111011100110010100110111100110000100001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72396E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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