#72396F

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

Shades of Eminence #72396F

Tints of Eminence #72396F

Color information

#72396F (or 0x72396F) is unknown color: approx Eminence. HEX triplet: 72, 39 and 6F. RGB value is (114,57,111). Sum of RGB (Red+Green+Blue) = 114+57+111=282 (37% of max value = 765). Red value is 114 (44.92% from 255 or 40.43% from 282); Green value is 57 (22.66% from 255 or 20.21% from 282); Blue value is 111 (43.75% from 255 or 39.36% from 282); Max value from RGB is 114 - color contains mainly: red. Hex color #72396F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #72396F is #8DC690. Grayscale: #505050. Windows color (decimal): -9291409 or 7289202. OLE color: 7289202.

HSL color Cylindrical-coordinate representation of color #72396F: hue angle of 303.16º 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 #72396F is Cyan = 0, Magento = 0.50, Yellow = 0.03 and Black (K on CMYK) = 0.55.

Color convert

RGB11457111-
CMYK00.500.030.55
HSL303.16º33.33%33.53%-
HSV(B)303.16º50%44.71%-
XYZ11.277.6515.92-
YUV80.2145.38152.11-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 40.43%
GREEN value IS 57 (22.66% from 255) = 20.21%
BLUE value IS 111 (43.75% from 255) = 39.36%
R=40.43%
G=20.21%
B=39.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.03
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1145711100.500.030.55303.1633.3333.53
Hex72396F03233712f2122
Octal162711570623674574142
Binary11100101110011101111011001011110111100101111100001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72396F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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