#703C83

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

Shades of Eminence #703C83

Tints of Eminence #703C83

Color information

#703C83 (or 0x703C83) is unknown color: approx Eminence. HEX triplet: 70, 3C and 83. RGB value is (112,60,131). Sum of RGB (Red+Green+Blue) = 112+60+131=303 (40% of max value = 765). Red value is 112 (44.14% from 255 or 36.96% from 303); Green value is 60 (23.83% from 255 or 19.80% from 303); Blue value is 131 (51.56% from 255 or 43.23% from 303); Max value from RGB is 131 - color contains mainly: blue. Hex color #703C83 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #703C83 is #8FC37C. Grayscale: #535353. Windows color (decimal): -9421693 or 8600688. OLE color: 8600688.

HSL color Cylindrical-coordinate representation of color #703C83: hue angle of 283.94º degrees, saturation: 0.37, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #703C83 is Cyan = 0.15, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB11260131-
CMYK0.150.5400.49
HSL283.94º37.17%37.45%-
HSV(B)283.94º54.2%51.37%-
XYZ12.398.3222.42-
YUV83.64154.73148.23-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 36.96%
GREEN value IS 60 (23.83% from 255) = 19.80%
BLUE value IS 131 (51.56% from 255) = 43.23%
R=36.96%
G=19.80%
B=43.23%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal112601310.150.5400.49283.9437.1737.45
Hex703C83F3603111c2525
Octal1607420317660614344545
Binary11100001111001000001111111101100110001100011100100101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #703C83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #703C83; }

 p { color: rgb(112,60,131); }

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

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

 a { background-color: rgb(112,60,131); }

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

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

 span { border-color: rgb(112,60,131); }

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