#724874

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

Shades of Eminence #724874

Tints of Eminence #724874

Color information

#724874 (or 0x724874) is unknown color: approx Eminence. HEX triplet: 72, 48 and 74. RGB value is (114,72,116). Sum of RGB (Red+Green+Blue) = 114+72+116=302 (40% of max value = 765). Red value is 114 (44.92% from 255 or 37.75% from 302); Green value is 72 (28.52% from 255 or 23.84% from 302); Blue value is 116 (45.70% from 255 or 38.41% from 302); Max value from RGB is 116 - color contains mainly: blue. Hex color #724874 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #724874 is #8DB78B. Grayscale: #595959. Windows color (decimal): -9287564 or 7620722. OLE color: 7620722.

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

Color convert

RGB11472116-
CMYK0.020.3800.55
HSL297.27º23.4%36.86%-
HSV(B)297.27º37.93%45.49%-
XYZ12.419.4717.7-
YUV89.57142.91145.42-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 37.75%
GREEN value IS 72 (28.52% from 255) = 23.84%
BLUE value IS 116 (45.70% from 255) = 38.41%
R=37.75%
G=23.84%
B=38.41%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114721160.020.3800.55297.2723.436.86
Hex7248742260371291725
Octal1621101642460674512745
Binary11100101001000111010010100110011011110010100110111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #724874

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #724874; }

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

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

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

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

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

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

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

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