#784580

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

Shades of Eminence #784580

Tints of Eminence #784580

Color information

#784580 (or 0x784580) is unknown color: approx Eminence. HEX triplet: 78, 45 and 80. RGB value is (120,69,128). Sum of RGB (Red+Green+Blue) = 120+69+128=317 (41% of max value = 765). Red value is 120 (47.27% from 255 or 37.85% from 317); Green value is 69 (27.34% from 255 or 21.77% from 317); Blue value is 128 (50.39% from 255 or 40.38% from 317); Max value from RGB is 128 - color contains mainly: blue. Hex color #784580 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #784580 is #87BA7F. Grayscale: #5A5A5A. Windows color (decimal): -8895104 or 8406392. OLE color: 8406392.

HSL color Cylindrical-coordinate representation of color #784580: hue angle of 291.86º degrees, saturation: 0.3, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #784580 is Cyan = 0.06, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB12069128-
CMYK0.060.4600.50
HSL291.86º29.95%38.63%-
HSV(B)291.86º46.09%50.2%-
XYZ13.779.8121.59-
YUV90.98148.9148.7-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 37.85%
GREEN value IS 69 (27.34% from 255) = 21.77%
BLUE value IS 128 (50.39% from 255) = 40.38%
R=37.85%
G=21.77%
B=40.38%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal120691280.060.4600.50291.8629.9538.63
Hex78458062E0321241e27
Octal1701052006560624443647
Binary1111000100010110000000110101110011001010010010011110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #784580

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #784580; }

 p { color: rgb(120,69,128); }

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

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

 a { background-color: rgb(120,69,128); }

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

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

 span { border-color: rgb(120,69,128); }

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