#703077

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

Shades of Eminence #703077

Tints of Eminence #703077

Color information

#703077 (or 0x703077) is unknown color: approx Eminence. HEX triplet: 70, 30 and 77. RGB value is (112,48,119). Sum of RGB (Red+Green+Blue) = 112+48+119=279 (36% of max value = 765). Red value is 112 (44.14% from 255 or 40.14% from 279); Green value is 48 (19.14% from 255 or 17.20% from 279); Blue value is 119 (46.88% from 255 or 42.65% from 279); Max value from RGB is 119 - color contains mainly: blue. Hex color #703077 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #703077 is #8FCF88. Grayscale: #4B4B4B. Windows color (decimal): -9424777 or 7811184. OLE color: 7811184.

HSL color Cylindrical-coordinate representation of color #703077: hue angle of 294.08º 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 #703077 is Cyan = 0.06, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB11248119-
CMYK0.060.6000.53
HSL294.08º42.51%32.75%-
HSV(B)294.08º59.66%46.67%-
XYZ11.076.8918.2-
YUV75.23152.7154.23-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 40.14%
GREEN value IS 48 (19.14% from 255) = 17.20%
BLUE value IS 119 (46.88% from 255) = 42.65%
R=40.14%
G=17.20%
B=42.65%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal112481190.060.6000.53294.0842.5132.75
Hex70307763C0351262b21
Octal160601676740654465341
Binary111000011000011101111101111000110101100100110101011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #703077

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #703077; }

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

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

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

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

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

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

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

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