#72476F

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

Shades of Eminence #72476F

Tints of Eminence #72476F

Color information

#72476F (or 0x72476F) is unknown color: approx Eminence. HEX triplet: 72, 47 and 6F. RGB value is (114,71,111). Sum of RGB (Red+Green+Blue) = 114+71+111=296 (39% of max value = 765). Red value is 114 (44.92% from 255 or 38.51% from 296); Green value is 71 (28.12% from 255 or 23.99% from 296); Blue value is 111 (43.75% from 255 or 37.5% from 296); Max value from RGB is 114 - color contains mainly: red. Hex color #72476F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #72476F is #8DB890. Grayscale: #585858. Windows color (decimal): -9287825 or 7292786. OLE color: 7292786.

HSL color Cylindrical-coordinate representation of color #72476F: hue angle of 304.19º degrees, saturation: 0.23, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #72476F is Cyan = 0, Magento = 0.38, Yellow = 0.03 and Black (K on CMYK) = 0.55.

Color convert

RGB11471111-
CMYK00.380.030.55
HSL304.19º23.24%36.27%-
HSV(B)304.19º37.72%44.71%-
XYZ12.069.2316.19-
YUV88.42140.75146.25-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 38.51%
GREEN value IS 71 (28.12% from 255) = 23.99%
BLUE value IS 111 (43.75% from 255) = 37.5%
R=38.51%
G=23.99%
B=37.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.03
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1147111100.380.030.55304.1923.2436.27
Hex72476F0263371301724
Octal1621071570463674602744
Binary11100101000111110111101001101111011110011000010111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72476F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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