#70496F

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

Shades of Eminence #70496F

Tints of Eminence #70496F

Color information

#70496F (or 0x70496F) is unknown color: approx Eminence. HEX triplet: 70, 49 and 6F. RGB value is (112,73,111). Sum of RGB (Red+Green+Blue) = 112+73+111=296 (39% of max value = 765). Red value is 112 (44.14% from 255 or 37.84% from 296); Green value is 73 (28.91% from 255 or 24.66% from 296); Blue value is 111 (43.75% from 255 or 37.5% from 296); Max value from RGB is 112 - color contains mainly: red. Hex color #70496F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #70496F is #8FB690. Grayscale: #585858. Windows color (decimal): -9418385 or 7293296. OLE color: 7293296.

HSL color Cylindrical-coordinate representation of color #70496F: hue angle of 301.54º degrees, saturation: 0.21, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #70496F is Cyan = 0, Magento = 0.35, Yellow = 0.01 and Black (K on CMYK) = 0.56.

Color convert

RGB11273111-
CMYK00.350.010.56
HSL301.54º21.08%36.27%-
HSV(B)301.54º34.82%43.92%-
XYZ11.939.3616.22-
YUV88.99140.42144.41-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 37.84%
GREEN value IS 73 (28.91% from 255) = 24.66%
BLUE value IS 111 (43.75% from 255) = 37.5%
R=37.84%
G=24.66%
B=37.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.01
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1127311100.350.010.56301.5421.0836.27
Hex70496F02313812e1524
Octal1601111570431704562544
Binary1110000100100111011110100011111100010010111010101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70496F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #70496F; }

 p { color: rgb(112,73,111); }

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

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

 a { background-color: rgb(112,73,111); }

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

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

 span { border-color: rgb(112,73,111); }

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