#703B75

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

Shades of Eminence #703B75

Tints of Eminence #703B75

Color information

#703B75 (or 0x703B75) is unknown color: approx Eminence. HEX triplet: 70, 3B and 75. RGB value is (112,59,117). Sum of RGB (Red+Green+Blue) = 112+59+117=288 (38% of max value = 765). Red value is 112 (44.14% from 255 or 38.89% from 288); Green value is 59 (23.44% from 255 or 20.49% from 288); Blue value is 117 (46.09% from 255 or 40.62% from 288); Max value from RGB is 117 - color contains mainly: blue. Hex color #703B75 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #703B75 is #8FC48A. Grayscale: #515151. Windows color (decimal): -9421963 or 7682928. OLE color: 7682928.

HSL color Cylindrical-coordinate representation of color #703B75: hue angle of 294.83º degrees, saturation: 0.33, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #703B75 is Cyan = 0.04, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB11259117-
CMYK0.040.5000.54
HSL294.83º32.95%34.51%-
HSV(B)294.83º49.57%45.88%-
XYZ11.467.8617.74-
YUV81.46148.06149.78-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 38.89%
GREEN value IS 59 (23.44% from 255) = 20.49%
BLUE value IS 117 (46.09% from 255) = 40.62%
R=38.89%
G=20.49%
B=40.62%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal112591170.040.5000.54294.8332.9534.51
Hex703B754320361272123
Octal160731654620664474143
Binary111000011101111101011001100100110110100100111100001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #703B75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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