Html Css Color HEX #703877 Eminence

📋 copy color: '#703877'

red 112 ◦ green 56 ◦ blue 119

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

Shades of Eminence #703877

Tints of Eminence #703877

RGB

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

 GREEN value IS 56 (22.27% from 255) = 19.51%

 BLUE value IS 119 (46.88% from 255) = 41.46%

R = 39.02%
G = 19.51%
B = 41.46%

CMYK

 C value IS 0.06

 M value IS 0.53

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#703877 (or 0x703877) is known color: Eminence. HEX triplet: 70, 38 and 77. RGB value is (112,56,119). Sum of RGB (Red+Green+Blue) = 112+56+119=287 (38% of max value = 765). Red value is 112 (44.14% from 255 or 39.02% from 287); Green value is 56 (22.27% from 255 or 19.51% from 287); Blue value is 119 (46.88% from 255 or 41.46% from 287); Max value from RGB is 119 - color contains mainly: blue. Hex color #703877 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #703877 is #8FC788. Grayscale: #4F4F4F. Windows color (decimal): -9422729 or 7813232. OLE color: 7813232.

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

Color convert

RGB 112 56 119 -
CMYK 0.06 0.53 0 0.53
HSL 293.33º 0.36% 0.34% -
HSV(B) 293.33º 0.53% 0.47% -
XYZ 11.43 7.61 18.32 -
YUV 79.93 150.05 150.88 -
System Red Green Blue C M Y K H S L
Decimal 112 56 119 0.06 0.53 0 0.53 293.33 0.36 0.34
Hex 70 38 77 6 35 0 35 125 24 22
Octal 160 70 167 6 65 0 65 445 44 42
Binary 1110000 111000 1110111 110 110101 0 110101 100100101 100100 100010

Color Harmonies of #703877

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #703877

Black with #703877

Text Example


Text Example

White with #703877

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #703877; }

 p { color: rgb(112,56,119); }

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

background-color css

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

 a { background-color: rgb(112,56,119); }

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

border-color css

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

 span { border-color: rgb(112,56,119); }

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