#703678

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

Shades of Eminence #703678

Tints of Eminence #703678

Color information

#703678 (or 0x703678) is unknown color: approx Eminence. HEX triplet: 70, 36 and 78. RGB value is (112,54,120). Sum of RGB (Red+Green+Blue) = 112+54+120=286 (37% of max value = 765). Red value is 112 (44.14% from 255 or 39.16% from 286); Green value is 54 (21.48% from 255 or 18.88% from 286); Blue value is 120 (47.27% from 255 or 41.96% from 286); Max value from RGB is 120 - color contains mainly: blue. Hex color #703678 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #703678 is #8FC987. Grayscale: #4E4E4E. Windows color (decimal): -9423240 or 7878256. OLE color: 7878256.

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

Color convert

RGB11254120-
CMYK0.070.5500.53
HSL292.73º37.93%34.12%-
HSV(B)292.73º55%47.06%-
XYZ11.397.4418.6-
YUV78.87151.22151.63-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 39.16%
GREEN value IS 54 (21.48% from 255) = 18.88%
BLUE value IS 120 (47.27% from 255) = 41.96%
R=39.16%
G=18.88%
B=41.96%

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
Decimal112541200.070.5500.53292.7337.9334.12
Hex7036787370351252622
Octal160661707670654454642
Binary111000011011011110001111101110110101100100101100110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #703678

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #703678; }

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

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

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

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

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

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

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

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