#703980

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

Shades of Eminence #703980

Tints of Eminence #703980

Color information

#703980 (or 0x703980) is unknown color: approx Eminence. HEX triplet: 70, 39 and 80. RGB value is (112,57,128). Sum of RGB (Red+Green+Blue) = 112+57+128=297 (39% of max value = 765). Red value is 112 (44.14% from 255 or 37.71% from 297); Green value is 57 (22.66% from 255 or 19.19% from 297); Blue value is 128 (50.39% from 255 or 43.10% from 297); Max value from RGB is 128 - color contains mainly: blue. Hex color #703980 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #703980 is #8FC67F. Grayscale: #515151. Windows color (decimal): -9422464 or 8403312. OLE color: 8403312.

HSL color Cylindrical-coordinate representation of color #703980: hue angle of 286.48º degrees, saturation: 0.38, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #703980 is Cyan = 0.12, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB11257128-
CMYK0.120.5500.50
HSL286.48º38.38%36.27%-
HSV(B)286.48º55.47%50.2%-
XYZ12.047.9321.32-
YUV81.54154.22149.73-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 37.71%
GREEN value IS 57 (22.66% from 255) = 19.19%
BLUE value IS 128 (50.39% from 255) = 43.10%
R=37.71%
G=19.19%
B=43.10%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal112571280.120.5500.50286.4838.3836.27
Hex703980C3703211e2624
Octal1607120014670624364644
Binary11100001110011000000011001101110110010100011110100110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #703980

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #703980; }

 p { color: rgb(112,57,128); }

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

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

 a { background-color: rgb(112,57,128); }

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

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

 span { border-color: rgb(112,57,128); }

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