#703572

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

Shades of Eminence #703572

Tints of Eminence #703572

Color information

#703572 (or 0x703572) is unknown color: approx Eminence. HEX triplet: 70, 35 and 72. RGB value is (112,53,114). Sum of RGB (Red+Green+Blue) = 112+53+114=279 (36% of max value = 765). Red value is 112 (44.14% from 255 or 40.14% from 279); Green value is 53 (21.09% from 255 or 19.00% from 279); Blue value is 114 (44.92% from 255 or 40.86% from 279); Max value from RGB is 114 - color contains mainly: blue. Hex color #703572 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #703572 is #8FCA8D. Grayscale: #4D4D4D. Windows color (decimal): -9423502 or 7484784. OLE color: 7484784.

HSL color Cylindrical-coordinate representation of color #703572: hue angle of 298.03º 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 #703572 is Cyan = 0.02, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB11253114-
CMYK0.020.5400.55
HSL298.03º36.53%32.75%-
HSV(B)298.03º53.51%44.71%-
XYZ10.997.2116.73-
YUV77.59148.55152.54-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 40.14%
GREEN value IS 53 (21.09% from 255) = 19.00%
BLUE value IS 114 (44.92% from 255) = 40.86%
R=40.14%
G=19.00%
B=40.86%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal112531140.020.5400.55298.0336.5332.75
Hex70357223603712a2521
Octal160651622660674524541
Binary11100001101011110010101101100110111100101010100101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #703572

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #703572; }

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

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

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

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

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

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

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

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