#703771

Color #703771 Eminence (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Eminence #703771

Tints of Eminence #703771

Color information

#703771 (or 0x703771) is unknown color: approx Eminence. HEX triplet: 70, 37 and 71. RGB value is (112,55,113). Sum of RGB (Red+Green+Blue) = 112+55+113=280 (37% of max value = 765). Red value is 112 (44.14% from 255 or 40% from 280); Green value is 55 (21.88% from 255 or 19.64% from 280); Blue value is 113 (44.53% from 255 or 40.36% from 280); Max value from RGB is 113 - color contains mainly: blue. Hex color #703771 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #703771 is #8FC88E. Grayscale: #4E4E4E. Windows color (decimal): -9422991 or 7419760. OLE color: 7419760.

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

Color convert

RGB11255113-
CMYK0.010.5100.56
HSL298.97º34.52%32.94%-
HSV(B)298.97º51.33%44.31%-
XYZ11.037.3716.46-
YUV78.66147.38151.78-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 40%
GREEN value IS 55 (21.88% from 255) = 19.64%
BLUE value IS 113 (44.53% from 255) = 40.36%
R=40%
G=19.64%
B=40.36%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112551130.010.5100.56298.9734.5232.94
Hex70377113303812b2321
Octal160671611630704534341
Binary1110000110111111000111100110111000100101011100011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #703771

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #703771; }

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

 H1.HeaderClassName
 {
   color: #703771;
 }
 .AnyTagClassName
 {
   color: #703771;
 }
</style>
background-color css

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

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

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

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

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

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