#703577

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

Shades of Eminence #703577

Tints of Eminence #703577

Color information

#703577 (or 0x703577) is unknown color: approx Eminence. HEX triplet: 70, 35 and 77. RGB value is (112,53,119). Sum of RGB (Red+Green+Blue) = 112+53+119=284 (37% of max value = 765). Red value is 112 (44.14% from 255 or 39.44% from 284); Green value is 53 (21.09% from 255 or 18.66% from 284); Blue value is 119 (46.88% from 255 or 41.90% from 284); Max value from RGB is 119 - color contains mainly: blue. Hex color #703577 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #703577 is #8FCA88. Grayscale: #4D4D4D. Windows color (decimal): -9423497 or 7812464. OLE color: 7812464.

HSL color Cylindrical-coordinate representation of color #703577: hue angle of 293.64º degrees, saturation: 0.38, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #703577 is Cyan = 0.06, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB11253119-
CMYK0.060.5500.53
HSL293.64º38.37%33.73%-
HSV(B)293.64º55.46%46.67%-
XYZ11.287.3218.27-
YUV78.16151.05152.13-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 39.44%
GREEN value IS 53 (21.09% from 255) = 18.66%
BLUE value IS 119 (46.88% from 255) = 41.90%
R=39.44%
G=18.66%
B=41.90%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal112531190.060.5500.53293.6438.3733.73
Hex7035776370351262622
Octal160651676670654464642
Binary111000011010111101111101101110110101100100110100110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #703577

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #703577; }

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

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

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

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

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

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

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

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