#782881

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

Shades of Eminence #782881

Tints of Eminence #782881

Color information

#782881 (or 0x782881) is unknown color: approx Eminence. HEX triplet: 78, 28 and 81. RGB value is (120,40,129). Sum of RGB (Red+Green+Blue) = 120+40+129=289 (38% of max value = 765). Red value is 120 (47.27% from 255 or 41.52% from 289); Green value is 40 (16.02% from 255 or 13.84% from 289); Blue value is 129 (50.78% from 255 or 44.64% from 289); Max value from RGB is 129 - color contains mainly: blue. Hex color #782881 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #782881 is #87D77E. Grayscale: #494949. Windows color (decimal): -8902527 or 8464504. OLE color: 8464504.

HSL color Cylindrical-coordinate representation of color #782881: hue angle of 293.93º degrees, saturation: 0.53, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #782881 is Cyan = 0.07, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB12040129-
CMYK0.070.6900.49
HSL293.93º52.66%33.14%-
HSV(B)293.93º68.99%50.59%-
XYZ12.477.121.48-
YUV74.07159160.76-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 41.52%
GREEN value IS 40 (16.02% from 255) = 13.84%
BLUE value IS 129 (50.78% from 255) = 44.64%
R=41.52%
G=13.84%
B=44.64%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal120401290.070.6900.49293.9352.6633.14
Hex7828817450311263521
Octal1705020171050614466541
Binary11110001010001000000111110001010110001100100110110101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #782881

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #782881; }

 p { color: rgb(120,40,129); }

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

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

 a { background-color: rgb(120,40,129); }

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

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

 span { border-color: rgb(120,40,129); }

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