Html Css Color HEX #703871 Eminence

📋 copy color: '#703871'

red 112 ◦ green 56 ◦ blue 113

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

Shades of Eminence #703871

Tints of Eminence #703871

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 40.21%

R = 39.86%
G = 19.93%
B = 40.21%

CMYK

 C value IS 0.01

 M value IS 0.50

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#703871 (or 0x703871) is known color: Eminence. HEX triplet: 70, 38 and 71. RGB value is (112,56,113). Sum of RGB (Red+Green+Blue) = 112+56+113=281 (37% of max value = 765). Red value is 112 (44.14% from 255 or 39.86% from 281); Green value is 56 (22.27% from 255 or 19.93% from 281); Blue value is 113 (44.53% from 255 or 40.21% from 281); Max value from RGB is 113 - color contains mainly: blue. Hex color #703871 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #703871 is #8FC78E. Grayscale: #4F4F4F. Windows color (decimal): -9422735 or 7420016. OLE color: 7420016.

HSL color Cylindrical-coordinate representation of color #703871: hue angle of 298.95º degrees, saturation: 0.34, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #703871 is Cyan = 0.01, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 56 113 -
CMYK 0.01 0.50 0 0.56
HSL 298.95º 0.34% 0.33% -
HSV(B) 298.95º 0.5% 0.44% -
XYZ 11.08 7.47 16.48 -
YUV 79.24 147.05 151.37 -
System Red Green Blue C M Y K H S L
Decimal 112 56 113 0.01 0.50 0 0.56 298.95 0.34 0.33
Hex 70 38 71 1 32 0 38 12B 22 21
Octal 160 70 161 1 62 0 70 453 42 41
Binary 1110000 111000 1110001 1 110010 0 111000 100101011 100010 100001

Color Harmonies of #703871

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #703871

Black with #703871

Text Example


Text Example

White with #703871

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #703871; }

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

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

background-color css

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

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

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

border-color css

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

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

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