Html Css Color HEX #704379 Eminence

📋 copy color: '#704379'

red 112 ◦ green 67 ◦ blue 121

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

Shades of Eminence #704379

Tints of Eminence #704379

RGB

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

 GREEN value IS 67 (26.56% from 255) = 22.33%

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

R = 37.33%
G = 22.33%
B = 40.33%

CMYK

 C value IS 0.07

 M value IS 0.45

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#704379 (or 0x704379) is known color: Eminence. HEX triplet: 70, 43 and 79. RGB value is (112,67,121). Sum of RGB (Red+Green+Blue) = 112+67+121=300 (39% of max value = 765). Red value is 112 (44.14% from 255 or 37.33% from 300); Green value is 67 (26.56% from 255 or 22.33% from 300); Blue value is 121 (47.66% from 255 or 40.33% from 300); Max value from RGB is 121 - color contains mainly: blue. Hex color #704379 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #704379 is #8FBC86. Grayscale: #565656. Windows color (decimal): -9419911 or 7947120. OLE color: 7947120.

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

Color convert

RGB 112 67 121 -
CMYK 0.07 0.45 0 0.53
HSL 290º 0.29% 0.37% -
HSV(B) 290º 0.45% 0.47% -
XYZ 12.14 8.84 19.16 -
YUV 86.61 147.41 146.11 -
System Red Green Blue C M Y K H S L
Decimal 112 67 121 0.07 0.45 0 0.53 290 0.29 0.37
Hex 70 43 79 7 2D 0 35 122 1D 25
Octal 160 103 171 7 55 0 65 442 35 45
Binary 1110000 1000011 1111001 111 101101 0 110101 100100010 11101 100101

Color Harmonies of #704379

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704379

Black with #704379

Text Example


Text Example

White with #704379

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #704379; }

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

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

background-color css

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

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

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

border-color css

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

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

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