#724276

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

Shades of Eminence #724276

Tints of Eminence #724276

Color information

#724276 (or 0x724276) is unknown color: approx Eminence. HEX triplet: 72, 42 and 76. RGB value is (114,66,118). Sum of RGB (Red+Green+Blue) = 114+66+118=298 (39% of max value = 765). Red value is 114 (44.92% from 255 or 38.26% from 298); Green value is 66 (26.17% from 255 or 22.15% from 298); Blue value is 118 (46.48% from 255 or 39.60% from 298); Max value from RGB is 118 - color contains mainly: blue. Hex color #724276 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #724276 is #8DBD89. Grayscale: #565656. Windows color (decimal): -9289098 or 7750258. OLE color: 7750258.

HSL color Cylindrical-coordinate representation of color #724276: hue angle of 295.38º degrees, saturation: 0.28, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #724276 is Cyan = 0.03, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB11466118-
CMYK0.030.4400.54
HSL295.38º28.26%36.08%-
HSV(B)295.38º44.07%46.27%-
XYZ12.168.7818.19-
YUV86.28145.9147.77-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 38.26%
GREEN value IS 66 (26.17% from 255) = 22.15%
BLUE value IS 118 (46.48% from 255) = 39.60%
R=38.26%
G=22.15%
B=39.60%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal114661180.030.4400.54295.3828.2636.08
Hex72427632C0361271c24
Octal1621021663540664473444
Binary11100101000010111011011101100011011010010011111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #724276

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #724276; }

 p { color: rgb(114,66,118); }

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

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

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

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

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

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

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