#724974

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

Shades of Eminence #724974

Tints of Eminence #724974

Color information

#724974 (or 0x724974) is unknown color: approx Eminence. HEX triplet: 72, 49 and 74. RGB value is (114,73,116). Sum of RGB (Red+Green+Blue) = 114+73+116=303 (40% of max value = 765). Red value is 114 (44.92% from 255 or 37.62% from 303); Green value is 73 (28.91% from 255 or 24.09% from 303); Blue value is 116 (45.70% from 255 or 38.28% from 303); Max value from RGB is 116 - color contains mainly: blue. Hex color #724974 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #724974 is #8DB68B. Grayscale: #5A5A5A. Windows color (decimal): -9287308 or 7620978. OLE color: 7620978.

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

Color convert

RGB11473116-
CMYK0.020.3700.55
HSL297.21º22.75%37.06%-
HSV(B)297.21º37.07%45.49%-
XYZ12.479.617.72-
YUV90.16142.58145-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 37.62%
GREEN value IS 73 (28.91% from 255) = 24.09%
BLUE value IS 116 (45.70% from 255) = 38.28%
R=37.62%
G=24.09%
B=38.28%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114731160.020.3700.55297.2122.7537.06
Hex7249742250371291725
Octal1621111642450674512745
Binary11100101001001111010010100101011011110010100110111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #724974

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #724974; }

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

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

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

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

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

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

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

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