#703878

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

Shades of Eminence #703878

Tints of Eminence #703878

Color information

#703878 (or 0x703878) is unknown color: approx Eminence. HEX triplet: 70, 38 and 78. RGB value is (112,56,120). Sum of RGB (Red+Green+Blue) = 112+56+120=288 (38% of max value = 765). Red value is 112 (44.14% from 255 or 38.89% from 288); Green value is 56 (22.27% from 255 or 19.44% from 288); Blue value is 120 (47.27% from 255 or 41.67% from 288); Max value from RGB is 120 - color contains mainly: blue. Hex color #703878 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #703878 is #8FC787. Grayscale: #4F4F4F. Windows color (decimal): -9422728 or 7878768. OLE color: 7878768.

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

Color convert

RGB11256120-
CMYK0.070.5300.53
HSL292.5º36.36%34.51%-
HSV(B)292.5º53.33%47.06%-
XYZ11.497.6318.64-
YUV80.04150.55150.8-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 38.89%
GREEN value IS 56 (22.27% from 255) = 19.44%
BLUE value IS 120 (47.27% from 255) = 41.67%
R=38.89%
G=19.44%
B=41.67%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal112561200.070.5300.53292.536.3634.51
Hex7038787350351242423
Octal160701707650654444443
Binary111000011100011110001111101010110101100100100100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #703878

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #703878; }

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

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

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

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

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

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

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

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