Html Css Color HEX #703870 Eminence

📋 copy color: '#703870'

red 112 ◦ green 56 ◦ blue 112

#703870
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Eminence #703870

Tints of Eminence #703870

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 value IS 0

 M value IS 0.50

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#703870 (or 0x703870) is known color: 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

RGB 112 56 112 -
CMYK 0 0.50 0 0.56
HSL 300º 0.33% 0.33% -
HSV(B) 300º 0.5% 0.44% -
XYZ 11.02 7.44 16.19 -
YUV 79.13 146.55 151.45 -
System Red Green Blue C M Y K H S L
Decimal 112 56 112 0 0.50 0 0.56 300 0.33 0.33
Hex 70 38 70 0 32 0 38 12C 21 21
Octal 160 70 160 0 62 0 70 454 41 41
Binary 1110000 111000 1110000 0 110010 0 111000 100101100 100001 100001

Color Harmonies of #703870

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #703870

Black with #703870

Text Example


Text Example

White with #703870

Text Example


Text Example

HTML Codes & Css Web 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>