Html Css Color HEX #704079 Eminence

📋 copy color: '#704079'

red 112 ◦ green 64 ◦ blue 121

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

Shades of Eminence #704079

Tints of Eminence #704079

RGB

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

 GREEN value IS 64 (25.39% from 255) = 21.55%

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

R = 37.71%
G = 21.55%
B = 40.74%

CMYK

 C value IS 0.07

 M value IS 0.47

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#704079 (or 0x704079) is known color: Eminence. HEX triplet: 70, 40 and 79. RGB value is (112,64,121). Sum of RGB (Red+Green+Blue) = 112+64+121=297 (39% of max value = 765). Red value is 112 (44.14% from 255 or 37.71% from 297); Green value is 64 (25.39% from 255 or 21.55% from 297); Blue value is 121 (47.66% from 255 or 40.74% from 297); Max value from RGB is 121 - color contains mainly: blue. Hex color #704079 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #704079 is #8FBF86. Grayscale: #545454. Windows color (decimal): -9420679 or 7946352. OLE color: 7946352.

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

Color convert

RGB 112 64 121 -
CMYK 0.07 0.47 0 0.53
HSL 290.53º 0.31% 0.36% -
HSV(B) 290.53º 0.47% 0.47% -
XYZ 11.97 8.49 19.1 -
YUV 84.85 148.4 147.37 -
System Red Green Blue C M Y K H S L
Decimal 112 64 121 0.07 0.47 0 0.53 290.53 0.31 0.36
Hex 70 40 79 7 2F 0 35 123 1F 24
Octal 160 100 171 7 57 0 65 443 37 44
Binary 1110000 1000000 1111001 111 101111 0 110101 100100011 11111 100100

Color Harmonies of #704079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704079

Black with #704079

Text Example


Text Example

White with #704079

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #704079; }

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

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

background-color css

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

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

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

border-color css

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

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

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