Html Css Color HEX #704970 Eminence

📋 copy color: '#704970'

red 112 ◦ green 73 ◦ blue 112

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

Shades of Eminence #704970

Tints of Eminence #704970

RGB

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

 GREEN value IS 73 (28.91% from 255) = 24.58%

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

R = 37.71%
G = 24.58%
B = 37.71%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#704970 (or 0x704970) is known color: Eminence. HEX triplet: 70, 49 and 70. RGB value is (112,73,112). Sum of RGB (Red+Green+Blue) = 112+73+112=297 (39% of max value = 765). Red value is 112 (44.14% from 255 or 37.71% from 297); Green value is 73 (28.91% from 255 or 24.58% from 297); Blue value is 112 (44.14% from 255 or 37.71% from 297); Max value from RGB is 112 - color contains mainly: red, blue. Hex color #704970 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #704970 is #8FB68F. Grayscale: #585858. Windows color (decimal): -9418384 or 7358832. OLE color: 7358832.

HSL color Cylindrical-coordinate representation of color #704970: hue angle of 300º 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 #704970 is Cyan = 0, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 73 112 -
CMYK 0 0.35 0 0.56
HSL 300º 0.21% 0.36% -
HSV(B) 300º 0.35% 0.44% -
XYZ 11.99 9.38 16.51 -
YUV 89.11 140.92 144.33 -
System Red Green Blue C M Y K H S L
Decimal 112 73 112 0 0.35 0 0.56 300 0.21 0.36
Hex 70 49 70 0 23 0 38 12C 15 24
Octal 160 111 160 0 43 0 70 454 25 44
Binary 1110000 1001001 1110000 0 100011 0 111000 100101100 10101 100100

Color Harmonies of #704970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704970

Black with #704970

Text Example


Text Example

White with #704970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #704970; }

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

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

background-color css

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

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

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

border-color css

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

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

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