#724670

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

Shades of Eminence #724670

Tints of Eminence #724670

Color information

#724670 (or 0x724670) is unknown color: approx Eminence. HEX triplet: 72, 46 and 70. RGB value is (114,70,112). Sum of RGB (Red+Green+Blue) = 114+70+112=296 (39% of max value = 765). Red value is 114 (44.92% from 255 or 38.51% from 296); Green value is 70 (27.73% from 255 or 23.65% from 296); Blue value is 112 (44.14% from 255 or 37.84% from 296); Max value from RGB is 114 - color contains mainly: red. Hex color #724670 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #724670 is #8DB98F. Grayscale: #575757. Windows color (decimal): -9288080 or 7358066. OLE color: 7358066.

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

Color convert

RGB11470112-
CMYK00.390.020.55
HSL302.73º23.91%36.08%-
HSV(B)302.73º38.6%44.71%-
XYZ12.059.1316.46-
YUV87.94141.58146.58-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 38.51%
GREEN value IS 70 (27.73% from 255) = 23.65%
BLUE value IS 112 (44.14% from 255) = 37.84%
R=38.51%
G=23.65%
B=37.84%

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
Decimal1147011200.390.020.55302.7323.9136.08
Hex72467002723712f1824
Octal1621061600472674573044
Binary11100101000110111000001001111011011110010111111000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #724670

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #724670; }

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

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

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

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

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

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

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

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