Html Css Color HEX #703780 Eminence

📋 copy color: '#703780'

red 112 ◦ green 55 ◦ blue 128

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

Shades of Eminence #703780

Tints of Eminence #703780

RGB

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

 GREEN value IS 55 (21.88% from 255) = 18.64%

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

R = 37.97%
G = 18.64%
B = 43.39%

CMYK

 C value IS 0.12

 M value IS 0.57

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#703780 (or 0x703780) is known color: Eminence. HEX triplet: 70, 37 and 80. RGB value is (112,55,128). Sum of RGB (Red+Green+Blue) = 112+55+128=295 (39% of max value = 765). Red value is 112 (44.14% from 255 or 37.97% from 295); Green value is 55 (21.88% from 255 or 18.64% from 295); Blue value is 128 (50.39% from 255 or 43.39% from 295); Max value from RGB is 128 - color contains mainly: blue. Hex color #703780 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #703780 is #8FC87F. Grayscale: #505050. Windows color (decimal): -9422976 or 8402800. OLE color: 8402800.

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

Color convert

RGB 112 55 128 -
CMYK 0.12 0.57 0 0.50
HSL 286.85º 0.4% 0.36% -
HSV(B) 286.85º 0.57% 0.5% -
XYZ 11.94 7.74 21.29 -
YUV 80.37 154.88 150.56 -
System Red Green Blue C M Y K H S L
Decimal 112 55 128 0.12 0.57 0 0.50 286.85 0.4 0.36
Hex 70 37 80 C 39 0 32 11F 28 24
Octal 160 67 200 14 71 0 62 437 50 44
Binary 1110000 110111 10000000 1100 111001 0 110010 100011111 101000 100100

Color Harmonies of #703780

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #703780

Black with #703780

Text Example


Text Example

White with #703780

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #703780; }

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

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

background-color css

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

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

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

border-color css

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

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

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