#703F75

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

Shades of Eminence #703F75

Tints of Eminence #703F75

Color information

#703F75 (or 0x703F75) is unknown color: approx Eminence. HEX triplet: 70, 3F and 75. RGB value is (112,63,117). Sum of RGB (Red+Green+Blue) = 112+63+117=292 (38% of max value = 765). Red value is 112 (44.14% from 255 or 38.36% from 292); Green value is 63 (25% from 255 or 21.58% from 292); Blue value is 117 (46.09% from 255 or 40.07% from 292); Max value from RGB is 117 - color contains mainly: blue. Hex color #703F75 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #703F75 is #8FC08A. Grayscale: #535353. Windows color (decimal): -9420939 or 7683952. OLE color: 7683952.

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

Color convert

RGB11263117-
CMYK0.040.4600.54
HSL294.44º30%35.29%-
HSV(B)294.44º46.15%45.88%-
XYZ11.678.2817.81-
YUV83.81146.73148.11-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 38.36%
GREEN value IS 63 (25% from 255) = 21.58%
BLUE value IS 117 (46.09% from 255) = 40.07%
R=38.36%
G=21.58%
B=40.07%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal112631170.040.4600.54294.443035.29
Hex703F7542E0361261e23
Octal160771654560664463643
Binary11100001111111110101100101110011011010010011011110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #703F75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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