#70456F

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

Shades of Eminence #70456F

Tints of Eminence #70456F

Color information

#70456F (or 0x70456F) is unknown color: approx Eminence. HEX triplet: 70, 45 and 6F. RGB value is (112,69,111). Sum of RGB (Red+Green+Blue) = 112+69+111=292 (38% of max value = 765). Red value is 112 (44.14% from 255 or 38.36% from 292); Green value is 69 (27.34% from 255 or 23.63% from 292); Blue value is 111 (43.75% from 255 or 38.01% from 292); Max value from RGB is 112 - color contains mainly: red. Hex color #70456F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #70456F is #8FBA90. Grayscale: #565656. Windows color (decimal): -9419409 or 7292272. OLE color: 7292272.

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

Color convert

RGB11269111-
CMYK00.380.010.56
HSL301.4º23.76%35.49%-
HSV(B)301.4º38.39%43.92%-
XYZ11.688.8516.13-
YUV86.64141.75146.08-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 38.36%
GREEN value IS 69 (27.34% from 255) = 23.63%
BLUE value IS 111 (43.75% from 255) = 38.01%
R=38.36%
G=23.63%
B=38.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.01
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1126911100.380.010.56301.423.7635.49
Hex70456F02613812d1823
Octal1601051570461704553043
Binary1110000100010111011110100110111100010010110111000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70456F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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