Html Css Color HEX #703379 Eminence

📋 copy color: '#703379'

red 112 ◦ green 51 ◦ blue 121

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

Shades of Eminence #703379

Tints of Eminence #703379

RGB

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

 GREEN value IS 51 (20.31% from 255) = 17.96%

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

R = 39.44%
G = 17.96%
B = 42.61%

CMYK

 C value IS 0.07

 M value IS 0.58

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#703379 (or 0x703379) is known color: Eminence. HEX triplet: 70, 33 and 79. RGB value is (112,51,121). Sum of RGB (Red+Green+Blue) = 112+51+121=284 (37% of max value = 765). Red value is 112 (44.14% from 255 or 39.44% from 284); Green value is 51 (20.31% from 255 or 17.96% from 284); Blue value is 121 (47.66% from 255 or 42.61% from 284); Max value from RGB is 121 - color contains mainly: blue. Hex color #703379 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #703379 is #8FCC86. Grayscale: #4D4D4D. Windows color (decimal): -9424007 or 7943024. OLE color: 7943024.

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

Color convert

RGB 112 51 121 -
CMYK 0.07 0.58 0 0.53
HSL 292.29º 0.41% 0.34% -
HSV(B) 292.29º 0.58% 0.47% -
XYZ 11.32 7.19 18.88 -
YUV 77.22 152.71 152.81 -
System Red Green Blue C M Y K H S L
Decimal 112 51 121 0.07 0.58 0 0.53 292.29 0.41 0.34
Hex 70 33 79 7 3A 0 35 124 29 22
Octal 160 63 171 7 72 0 65 444 51 42
Binary 1110000 110011 1111001 111 111010 0 110101 100100100 101001 100010

Color Harmonies of #703379

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #703379

Black with #703379

Text Example


Text Example

White with #703379

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #703379; }

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

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

background-color css

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

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

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

border-color css

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

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

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