#703079

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

Shades of Eminence #703079

Tints of Eminence #703079

Color information

#703079 (or 0x703079) is unknown color: approx Eminence. HEX triplet: 70, 30 and 79. RGB value is (112,48,121). Sum of RGB (Red+Green+Blue) = 112+48+121=281 (37% of max value = 765). Red value is 112 (44.14% from 255 or 39.86% from 281); Green value is 48 (19.14% from 255 or 17.08% from 281); Blue value is 121 (47.66% from 255 or 43.06% from 281); Max value from RGB is 121 - color contains mainly: blue. Hex color #703079 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #703079 is #8FCF86. Grayscale: #4B4B4B. Windows color (decimal): -9424775 or 7942256. OLE color: 7942256.

HSL color Cylindrical-coordinate representation of color #703079: hue angle of 292.6º degrees, saturation: 0.43, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #703079 is Cyan = 0.07, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB11248121-
CMYK0.070.6000.53
HSL292.6º43.2%33.14%-
HSV(B)292.6º60.33%47.45%-
XYZ11.196.9418.84-
YUV75.46153.7154.06-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 39.86%
GREEN value IS 48 (19.14% from 255) = 17.08%
BLUE value IS 121 (47.66% from 255) = 43.06%
R=39.86%
G=17.08%
B=43.06%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal112481210.070.6000.53292.643.233.14
Hex70307973C0351252b21
Octal160601717740654455341
Binary111000011000011110011111111000110101100100101101011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #703079

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #703079; }

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

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

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

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

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

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

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

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