#703E6D

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

Shades of Eminence #703E6D

Tints of Eminence #703E6D

Color information

#703E6D (or 0x703E6D) is unknown color: approx Eminence. HEX triplet: 70, 3E and 6D. RGB value is (112,62,109). Sum of RGB (Red+Green+Blue) = 112+62+109=283 (37% of max value = 765). Red value is 112 (44.14% from 255 or 39.58% from 283); Green value is 62 (24.61% from 255 or 21.91% from 283); Blue value is 109 (42.97% from 255 or 38.52% from 283); Max value from RGB is 112 - color contains mainly: red. Hex color #703E6D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #703E6D is #8FC192. Grayscale: #525252. Windows color (decimal): -9421203 or 7159408. OLE color: 7159408.

HSL color Cylindrical-coordinate representation of color #703E6D: hue angle of 303.6º degrees, saturation: 0.29, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #703E6D is Cyan = 0, Magento = 0.45, Yellow = 0.03 and Black (K on CMYK) = 0.56.

Color convert

RGB11262109-
CMYK00.450.030.56
HSL303.6º28.74%34.12%-
HSV(B)303.6º44.64%43.92%-
XYZ11.177.9915.42-
YUV82.31143.06149.18-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 39.58%
GREEN value IS 62 (24.61% from 255) = 21.91%
BLUE value IS 109 (42.97% from 255) = 38.52%
R=39.58%
G=21.91%
B=38.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.03
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1126210900.450.030.56303.628.7434.12
Hex703E6D02D3381301d22
Octal160761550553704603542
Binary1110000111110110110101011011111100010011000011101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #703E6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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