#703F6C

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

Shades of Eminence #703F6C

Tints of Eminence #703F6C

Color information

#703F6C (or 0x703F6C) is unknown color: approx Eminence. HEX triplet: 70, 3F and 6C. RGB value is (112,63,108). Sum of RGB (Red+Green+Blue) = 112+63+108=283 (37% of max value = 765). Red value is 112 (44.14% from 255 or 39.58% from 283); Green value is 63 (25% from 255 or 22.26% from 283); Blue value is 108 (42.58% from 255 or 38.16% from 283); Max value from RGB is 112 - color contains mainly: red. Hex color #703F6C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #703F6C is #8FC093. Grayscale: #525252. Windows color (decimal): -9420948 or 7094128. OLE color: 7094128.

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

Color convert

RGB11263108-
CMYK00.440.040.56
HSL304.9º28%34.31%-
HSV(B)304.9º43.75%43.92%-
XYZ11.178.0815.16-
YUV82.78142.23148.84-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 39.58%
GREEN value IS 63 (25% from 255) = 22.26%
BLUE value IS 108 (42.58% from 255) = 38.16%
R=39.58%
G=22.26%
B=38.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.04
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1126310800.440.040.56304.92834.31
Hex703F6C02C4381311c22
Octal160771540544704613442
Binary11100001111111101100010110010011100010011000111100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #703F6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,63,108); }

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

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

 a { background-color: rgb(112,63,108); }

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

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

 span { border-color: rgb(112,63,108); }

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