#724775

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

Shades of Eminence #724775

Tints of Eminence #724775

Color information

#724775 (or 0x724775) is unknown color: approx Eminence. HEX triplet: 72, 47 and 75. RGB value is (114,71,117). Sum of RGB (Red+Green+Blue) = 114+71+117=302 (40% of max value = 765). Red value is 114 (44.92% from 255 or 37.75% from 302); Green value is 71 (28.12% from 255 or 23.51% from 302); Blue value is 117 (46.09% from 255 or 38.74% from 302); Max value from RGB is 117 - color contains mainly: blue. Hex color #724775 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #724775 is #8DB88A. Grayscale: #585858. Windows color (decimal): -9287819 or 7686002. OLE color: 7686002.

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

Color convert

RGB11471117-
CMYK0.030.3900.54
HSL296.09º24.47%36.86%-
HSV(B)296.09º39.32%45.88%-
XYZ12.49.3717.98-
YUV89.1143.75145.76-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 37.75%
GREEN value IS 71 (28.12% from 255) = 23.51%
BLUE value IS 117 (46.09% from 255) = 38.74%
R=37.75%
G=23.51%
B=38.74%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal114711170.030.3900.54296.0924.4736.86
Hex7247753270361281825
Octal1621071653470664503045
Binary11100101000111111010111100111011011010010100011000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #724775

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #724775; }

 p { color: rgb(114,71,117); }

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

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

 a { background-color: rgb(114,71,117); }

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

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

 span { border-color: rgb(114,71,117); }

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