#703870

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

Shades of Eminence #703870

Tints of Eminence #703870

Color information

#703870 (or 0x703870) is unknown color: approx Eminence. HEX triplet: 70, 38 and 70. RGB value is (112,56,112). Sum of RGB (Red+Green+Blue) = 112+56+112=280 (37% of max value = 765). Red value is 112 (44.14% from 255 or 40% from 280); Green value is 56 (22.27% from 255 or 20% from 280); Blue value is 112 (44.14% from 255 or 40% from 280); Max value from RGB is 112 - color contains mainly: red, blue. Hex color #703870 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #703870 is #8FC78F. Grayscale: #4E4E4E. Windows color (decimal): -9422736 or 7354480. OLE color: 7354480.

HSL color Cylindrical-coordinate representation of color #703870: hue angle of 300º degrees, saturation: 0.33, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #703870 is Cyan = 0, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB11256112-
CMYK00.5000.56
HSL300º33.33%32.94%-
HSV(B)300º50%43.92%-
XYZ11.027.4416.19-
YUV79.13146.55151.45-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 40%
GREEN value IS 56 (22.27% from 255) = 20%
BLUE value IS 112 (44.14% from 255) = 40%
R=40%
G=20%
B=40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1125611200.5000.5630033.3332.94
Hex70387003203812c2121
Octal160701600620704544141
Binary1110000111000111000001100100111000100101100100001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #703870

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #703870; }

 p { color: rgb(112,56,112); }

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

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

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

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

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

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

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