#724476

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

Shades of Eminence #724476

Tints of Eminence #724476

Color information

#724476 (or 0x724476) is unknown color: approx Eminence. HEX triplet: 72, 44 and 76. RGB value is (114,68,118). Sum of RGB (Red+Green+Blue) = 114+68+118=300 (39% of max value = 765). Red value is 114 (44.92% from 255 or 38% from 300); Green value is 68 (26.95% from 255 or 22.67% from 300); Blue value is 118 (46.48% from 255 or 39.33% from 300); Max value from RGB is 118 - color contains mainly: blue. Hex color #724476 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #724476 is #8DBB89. Grayscale: #575757. Windows color (decimal): -9288586 or 7750770. OLE color: 7750770.

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

Color convert

RGB11468118-
CMYK0.030.4200.54
HSL295.2º26.88%36.47%-
HSV(B)295.2º42.37%46.27%-
XYZ12.289.0218.23-
YUV87.45145.24146.93-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 38%
GREEN value IS 68 (26.95% from 255) = 22.67%
BLUE value IS 118 (46.48% from 255) = 39.33%
R=38%
G=22.67%
B=39.33%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal114681180.030.4200.54295.226.8836.47
Hex72447632A0361271b24
Octal1621041663520664473344
Binary11100101000100111011011101010011011010010011111011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #724476

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #724476; }

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

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

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

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

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

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

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

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