#703B7C

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

Shades of Eminence #703B7C

Tints of Eminence #703B7C

Color information

#703B7C (or 0x703B7C) is unknown color: approx Eminence. HEX triplet: 70, 3B and 7C. RGB value is (112,59,124). Sum of RGB (Red+Green+Blue) = 112+59+124=295 (39% of max value = 765). Red value is 112 (44.14% from 255 or 37.97% from 295); Green value is 59 (23.44% from 255 or 20% from 295); Blue value is 124 (48.83% from 255 or 42.03% from 295); Max value from RGB is 124 - color contains mainly: blue. Hex color #703B7C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #703B7C is #8FC483. Grayscale: #525252. Windows color (decimal): -9421956 or 8141680. OLE color: 8141680.

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

Color convert

RGB11259124-
CMYK0.100.5200.51
HSL288.92º35.52%35.88%-
HSV(B)288.92º52.42%48.63%-
XYZ11.888.0319.99-
YUV82.26151.56149.21-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 37.97%
GREEN value IS 59 (23.44% from 255) = 20%
BLUE value IS 124 (48.83% from 255) = 42.03%
R=37.97%
G=20%
B=42.03%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal112591240.100.5200.51288.9235.5235.88
Hex703B7CA340331212424
Octal1607317412640634414444
Binary1110000111011111110010101101000110011100100001100100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #703B7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,59,124); }

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

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

 a { background-color: rgb(112,59,124); }

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

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

 span { border-color: rgb(112,59,124); }

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