#724570

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

Shades of Eminence #724570

Tints of Eminence #724570

Color information

#724570 (or 0x724570) is unknown color: approx Eminence. HEX triplet: 72, 45 and 70. RGB value is (114,69,112). Sum of RGB (Red+Green+Blue) = 114+69+112=295 (39% of max value = 765). Red value is 114 (44.92% from 255 or 38.64% from 295); Green value is 69 (27.34% from 255 or 23.39% from 295); Blue value is 112 (44.14% from 255 or 37.97% from 295); Max value from RGB is 114 - color contains mainly: red. Hex color #724570 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #724570 is #8DBA8F. Grayscale: #575757. Windows color (decimal): -9288336 or 7357810. OLE color: 7357810.

HSL color Cylindrical-coordinate representation of color #724570: hue angle of 302.67º 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 #724570 is Cyan = 0, Magento = 0.39, Yellow = 0.02 and Black (K on CMYK) = 0.55.

Color convert

RGB11469112-
CMYK00.390.020.55
HSL302.67º24.59%35.88%-
HSV(B)302.67º39.47%44.71%-
XYZ11.99916.44-
YUV87.36141.91147-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 38.64%
GREEN value IS 69 (27.34% from 255) = 23.39%
BLUE value IS 112 (44.14% from 255) = 37.97%
R=38.64%
G=23.39%
B=37.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.02
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1146911200.390.020.55302.6724.5935.88
Hex72457002723712f1924
Octal1621051600472674573144
Binary11100101000101111000001001111011011110010111111001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #724570

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #724570; }

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

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

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

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

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

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

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

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