Html Css Color HEX #703980 Eminence

📋 copy color: '#703980'

red 112 ◦ green 57 ◦ blue 128

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

Shades of Eminence #703980

Tints of Eminence #703980

RGB

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

 GREEN value IS 57 (22.66% from 255) = 19.19%

 BLUE value IS 128 (50.39% from 255) = 43.1%

R = 37.71%
G = 19.19%
B = 43.1%

CMYK

 C value IS 0.12

 M value IS 0.55

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#703980 (or 0x703980) is known color: Eminence. HEX triplet: 70, 39 and 80. RGB value is (112,57,128). Sum of RGB (Red+Green+Blue) = 112+57+128=297 (39% of max value = 765). Red value is 112 (44.14% from 255 or 37.71% from 297); Green value is 57 (22.66% from 255 or 19.19% from 297); Blue value is 128 (50.39% from 255 or 43.10% from 297); Max value from RGB is 128 - color contains mainly: blue. Hex color #703980 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #703980 is #8FC67F. Grayscale: #515151. Windows color (decimal): -9422464 or 8403312. OLE color: 8403312.

HSL color Cylindrical-coordinate representation of color #703980: hue angle of 286.48º degrees, saturation: 0.38, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #703980 is Cyan = 0.12, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 112 57 128 -
CMYK 0.12 0.55 0 0.50
HSL 286.48º 0.38% 0.36% -
HSV(B) 286.48º 0.55% 0.5% -
XYZ 12.04 7.93 21.32 -
YUV 81.54 154.22 149.73 -
System Red Green Blue C M Y K H S L
Decimal 112 57 128 0.12 0.55 0 0.50 286.48 0.38 0.36
Hex 70 39 80 C 37 0 32 11E 26 24
Octal 160 71 200 14 67 0 62 436 46 44
Binary 1110000 111001 10000000 1100 110111 0 110010 100011110 100110 100100

Color Harmonies of #703980

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #703980

Black with #703980

Text Example


Text Example

White with #703980

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #703980; }

 p { color: rgb(112,57,128); }

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

background-color css

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

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

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

border-color css

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

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

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