Html Css Color HEX #703970 Eminence

📋 copy color: '#703970'

red 112 ◦ green 57 ◦ blue 112

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

Shades of Eminence #703970

Tints of Eminence #703970

RGB

 RED value IS 112 (44.14% from 255) = 39.86%

 GREEN value IS 57 (22.66% from 255) = 20.28%

 BLUE value IS 112 (44.14% from 255) = 39.86%

R = 39.86%
G = 20.28%
B = 39.86%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#703970 (or 0x703970) is known color: Eminence. HEX triplet: 70, 39 and 70. RGB value is (112,57,112). Sum of RGB (Red+Green+Blue) = 112+57+112=281 (37% of max value = 765). Red value is 112 (44.14% from 255 or 39.86% from 281); Green value is 57 (22.66% from 255 or 20.28% from 281); Blue value is 112 (44.14% from 255 or 39.86% from 281); Max value from RGB is 112 - color contains mainly: red, blue. Hex color #703970 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #703970 is #8FC68F. Grayscale: #4F4F4F. Windows color (decimal): -9422480 or 7354736. OLE color: 7354736.

HSL color Cylindrical-coordinate representation of color #703970: 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.49%. Process color model (Four color, CMYK) of #703970 is Cyan = 0, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 57 112 -
CMYK 0 0.49 0 0.56
HSL 300º 0.33% 0.33% -
HSV(B) 300º 0.49% 0.44% -
XYZ 11.07 7.54 16.2 -
YUV 79.72 146.22 151.03 -
System Red Green Blue C M Y K H S L
Decimal 112 57 112 0 0.49 0 0.56 300 0.33 0.33
Hex 70 39 70 0 31 0 38 12C 21 21
Octal 160 71 160 0 61 0 70 454 41 41
Binary 1110000 111001 1110000 0 110001 0 111000 100101100 100001 100001

Color Harmonies of #703970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #703970

Black with #703970

Text Example


Text Example

White with #703970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #703970; }

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

 H1.HeaderClassName
 {
   color: #703970;
 }
 .AnyTagClassName
 {
   color: #703970;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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