#724572

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

Shades of Eminence #724572

Tints of Eminence #724572

Color information

#724572 (or 0x724572) is unknown color: approx Eminence. HEX triplet: 72, 45 and 72. RGB value is (114,69,114). Sum of RGB (Red+Green+Blue) = 114+69+114=297 (39% of max value = 765). Red value is 114 (44.92% from 255 or 38.38% from 297); Green value is 69 (27.34% from 255 or 23.23% from 297); Blue value is 114 (44.92% from 255 or 38.38% from 297); Max value from RGB is 114 - color contains mainly: red, blue. Hex color #724572 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #724572 is #8DBA8D. Grayscale: #575757. Windows color (decimal): -9288334 or 7488882. OLE color: 7488882.

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

Color convert

RGB11469114-
CMYK00.3900.55
HSL300º24.59%35.88%-
HSV(B)300º39.47%44.71%-
XYZ12.19.0517.03-
YUV87.58142.91146.84-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 38.38%
GREEN value IS 69 (27.34% from 255) = 23.23%
BLUE value IS 114 (44.92% from 255) = 38.38%
R=38.38%
G=23.23%
B=38.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1146911400.3900.5530024.5935.88
Hex72457202703712c1924
Octal1621051620470674543144
Binary1110010100010111100100100111011011110010110011001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #724572

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #724572; }

 p { color: rgb(114,69,114); }

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

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

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

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

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

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

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