Html Css Color HEX #704479 Eminence

📋 copy color: '#704479'

red 112 ◦ green 68 ◦ blue 121

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

Shades of Eminence #704479

Tints of Eminence #704479

RGB

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

 GREEN value IS 68 (26.95% from 255) = 22.59%

 BLUE value IS 121 (47.66% from 255) = 40.2%

R = 37.21%
G = 22.59%
B = 40.2%

CMYK

 C value IS 0.07

 M value IS 0.44

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#704479 (or 0x704479) is known color: Eminence. HEX triplet: 70, 44 and 79. RGB value is (112,68,121). Sum of RGB (Red+Green+Blue) = 112+68+121=301 (39% of max value = 765). Red value is 112 (44.14% from 255 or 37.21% from 301); Green value is 68 (26.95% from 255 or 22.59% from 301); Blue value is 121 (47.66% from 255 or 40.20% from 301); Max value from RGB is 121 - color contains mainly: blue. Hex color #704479 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #704479 is #8FBB86. Grayscale: #575757. Windows color (decimal): -9419655 or 7947376. OLE color: 7947376.

HSL color Cylindrical-coordinate representation of color #704479: hue angle of 289.81º degrees, saturation: 0.28, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #704479 is Cyan = 0.07, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 112 68 121 -
CMYK 0.07 0.44 0 0.53
HSL 289.81º 0.28% 0.37% -
HSV(B) 289.81º 0.44% 0.47% -
XYZ 12.2 8.96 19.18 -
YUV 87.2 147.08 145.69 -
System Red Green Blue C M Y K H S L
Decimal 112 68 121 0.07 0.44 0 0.53 289.81 0.28 0.37
Hex 70 44 79 7 2C 0 35 122 1C 25
Octal 160 104 171 7 54 0 65 442 34 45
Binary 1110000 1000100 1111001 111 101100 0 110101 100100010 11100 100101

Color Harmonies of #704479

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704479

Black with #704479

Text Example


Text Example

White with #704479

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #704479; }

 p { color: rgb(112,68,121); }

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

background-color css

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

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

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

border-color css

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

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

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