#703679

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

Shades of Eminence #703679

Tints of Eminence #703679

Color information

#703679 (or 0x703679) is unknown color: approx Eminence. HEX triplet: 70, 36 and 79. RGB value is (112,54,121). Sum of RGB (Red+Green+Blue) = 112+54+121=287 (38% of max value = 765). Red value is 112 (44.14% from 255 or 39.02% from 287); Green value is 54 (21.48% from 255 or 18.82% from 287); Blue value is 121 (47.66% from 255 or 42.16% from 287); Max value from RGB is 121 - color contains mainly: blue. Hex color #703679 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #703679 is #8FC986. Grayscale: #4E4E4E. Windows color (decimal): -9423239 or 7943792. OLE color: 7943792.

HSL color Cylindrical-coordinate representation of color #703679: hue angle of 291.94º degrees, saturation: 0.38, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #703679 is Cyan = 0.07, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB11254121-
CMYK0.070.5500.53
HSL291.94º38.29%34.31%-
HSV(B)291.94º55.37%47.45%-
XYZ11.457.4618.93-
YUV78.98151.72151.55-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 39.02%
GREEN value IS 54 (21.48% from 255) = 18.82%
BLUE value IS 121 (47.66% from 255) = 42.16%
R=39.02%
G=18.82%
B=42.16%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal112541210.070.5500.53291.9438.2934.31
Hex7036797370351242622
Octal160661717670654444642
Binary111000011011011110011111101110110101100100100100110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #703679

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #703679; }

 p { color: rgb(112,54,121); }

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

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

 a { background-color: rgb(112,54,121); }

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

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

 span { border-color: rgb(112,54,121); }

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