#703573

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

Shades of Eminence #703573

Tints of Eminence #703573

Color information

#703573 (or 0x703573) is unknown color: approx Eminence. HEX triplet: 70, 35 and 73. RGB value is (112,53,115). Sum of RGB (Red+Green+Blue) = 112+53+115=280 (37% of max value = 765). Red value is 112 (44.14% from 255 or 40% from 280); Green value is 53 (21.09% from 255 or 18.93% from 280); Blue value is 115 (45.31% from 255 or 41.07% from 280); Max value from RGB is 115 - color contains mainly: blue. Hex color #703573 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #703573 is #8FCA8C. Grayscale: #4D4D4D. Windows color (decimal): -9423501 or 7550320. OLE color: 7550320.

HSL color Cylindrical-coordinate representation of color #703573: hue angle of 297.1º degrees, saturation: 0.37, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #703573 is Cyan = 0.03, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB11253115-
CMYK0.030.5400.55
HSL297.1º36.9%32.94%-
HSV(B)297.1º53.91%45.1%-
XYZ11.057.2317.03-
YUV77.71149.05152.46-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 40%
GREEN value IS 53 (21.09% from 255) = 18.93%
BLUE value IS 115 (45.31% from 255) = 41.07%
R=40%
G=18.93%
B=41.07%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal112531150.030.5400.55297.136.932.94
Hex7035733360371292521
Octal160651633660674514541
Binary11100001101011110011111101100110111100101001100101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #703573

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #703573; }

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

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

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

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

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

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

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

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