#72486F

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

Shades of Eminence #72486F

Tints of Eminence #72486F

Color information

#72486F (or 0x72486F) is unknown color: approx Eminence. HEX triplet: 72, 48 and 6F. RGB value is (114,72,111). Sum of RGB (Red+Green+Blue) = 114+72+111=297 (39% of max value = 765). Red value is 114 (44.92% from 255 or 38.38% from 297); Green value is 72 (28.52% from 255 or 24.24% from 297); Blue value is 111 (43.75% from 255 or 37.37% from 297); Max value from RGB is 114 - color contains mainly: red. Hex color #72486F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #72486F is #8DB790. Grayscale: #585858. Windows color (decimal): -9287569 or 7293042. OLE color: 7293042.

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

Color convert

RGB11472111-
CMYK00.370.030.55
HSL304.29º22.58%36.47%-
HSV(B)304.29º36.84%44.71%-
XYZ12.139.3616.21-
YUV89140.41145.83-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 38.38%
GREEN value IS 72 (28.52% from 255) = 24.24%
BLUE value IS 111 (43.75% from 255) = 37.37%
R=38.38%
G=24.24%
B=37.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.03
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1147211100.370.030.55304.2922.5836.47
Hex72486F0253371301724
Octal1621101570453674602744
Binary11100101001000110111101001011111011110011000010111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72486F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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