#703E72

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

Shades of Eminence #703E72

Tints of Eminence #703E72

Color information

#703E72 (or 0x703E72) is unknown color: approx Eminence. HEX triplet: 70, 3E and 72. RGB value is (112,62,114). Sum of RGB (Red+Green+Blue) = 112+62+114=288 (38% of max value = 765). Red value is 112 (44.14% from 255 or 38.89% from 288); Green value is 62 (24.61% from 255 or 21.53% from 288); Blue value is 114 (44.92% from 255 or 39.58% from 288); Max value from RGB is 114 - color contains mainly: blue. Hex color #703E72 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #703E72 is #8FC18D. Grayscale: #525252. Windows color (decimal): -9421198 or 7487088. OLE color: 7487088.

HSL color Cylindrical-coordinate representation of color #703E72: hue angle of 297.69º degrees, saturation: 0.3, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #703E72 is Cyan = 0.02, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB11262114-
CMYK0.020.4600.55
HSL297.69º29.55%34.51%-
HSV(B)297.69º45.61%44.71%-
XYZ11.448.116.88-
YUV82.88145.56148.77-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 38.89%
GREEN value IS 62 (24.61% from 255) = 21.53%
BLUE value IS 114 (44.92% from 255) = 39.58%
R=38.89%
G=21.53%
B=39.58%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal112621140.020.4600.55297.6929.5534.51
Hex703E7222E03712a1e23
Octal160761622560674523643
Binary1110000111110111001010101110011011110010101011110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #703E72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #703E72; }

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

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

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

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

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

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

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

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