#704576

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

Shades of Eminence #704576

Tints of Eminence #704576

Color information

#704576 (or 0x704576) is unknown color: approx Eminence. HEX triplet: 70, 45 and 76. RGB value is (112,69,118). Sum of RGB (Red+Green+Blue) = 112+69+118=299 (39% of max value = 765). Red value is 112 (44.14% from 255 or 37.46% from 299); Green value is 69 (27.34% from 255 or 23.08% from 299); Blue value is 118 (46.48% from 255 or 39.46% from 299); Max value from RGB is 118 - color contains mainly: blue. Hex color #704576 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #704576 is #8FBA89. Grayscale: #575757. Windows color (decimal): -9419402 or 7751024. OLE color: 7751024.

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

Color convert

RGB11269118-
CMYK0.050.4200.54
HSL292.65º26.2%36.67%-
HSV(B)292.65º41.53%46.27%-
XYZ12.089.0118.24-
YUV87.44145.25145.52-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 37.46%
GREEN value IS 69 (27.34% from 255) = 23.08%
BLUE value IS 118 (46.48% from 255) = 39.46%
R=37.46%
G=23.08%
B=39.46%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal112691180.050.4200.54292.6526.236.67
Hex70457652A0361251a25
Octal1601051665520664453245
Binary111000010001011110110101101010011011010010010111010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #704576

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #704576; }

 p { color: rgb(112,69,118); }

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

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

 a { background-color: rgb(112,69,118); }

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

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

 span { border-color: rgb(112,69,118); }

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