#703075

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

Shades of Eminence #703075

Tints of Eminence #703075

Color information

#703075 (or 0x703075) is unknown color: approx Eminence. HEX triplet: 70, 30 and 75. RGB value is (112,48,117). Sum of RGB (Red+Green+Blue) = 112+48+117=277 (36% of max value = 765). Red value is 112 (44.14% from 255 or 40.43% from 277); Green value is 48 (19.14% from 255 or 17.33% from 277); Blue value is 117 (46.09% from 255 or 42.24% from 277); Max value from RGB is 117 - color contains mainly: blue. Hex color #703075 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #703075 is #8FCF8A. Grayscale: #4A4A4A. Windows color (decimal): -9424779 or 7680112. OLE color: 7680112.

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

Color convert

RGB11248117-
CMYK0.040.5900.54
HSL295.65º41.82%32.35%-
HSV(B)295.65º58.97%45.88%-
XYZ10.956.8417.57-
YUV75151.7154.39-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 40.43%
GREEN value IS 48 (19.14% from 255) = 17.33%
BLUE value IS 117 (46.09% from 255) = 42.24%
R=40.43%
G=17.33%
B=42.24%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal112481170.040.5900.54295.6541.8232.35
Hex70307543B0361282a20
Octal160601654730664505240
Binary111000011000011101011001110110110110100101000101010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #703075

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #703075; }

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

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

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

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

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

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

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

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