#780EA2

Color #780EA2 Dark Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Magenta #780EA2

Tints of Dark Magenta #780EA2

Color information

#780EA2 (or 0x780EA2) is unknown color: approx Dark Magenta. HEX triplet: 78, 0E and A2. RGB value is (120,14,162). Sum of RGB (Red+Green+Blue) = 120+14+162=296 (39% of max value = 765). Red value is 120 (47.27% from 255 or 40.54% from 296); Green value is 14 (5.86% from 255 or 4.73% from 296); Blue value is 162 (63.67% from 255 or 54.73% from 296); Max value from RGB is 162 - color contains mainly: blue. Hex color #780EA2 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #780EA2 is #87F15D. Grayscale: #3E3E3E. Windows color (decimal): -8909150 or 10620536. OLE color: 10620536.

HSL color Cylindrical-coordinate representation of color #780EA2: hue angle of 282.97º degrees, saturation: 0.84, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #780EA2 is Cyan = 0.26, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB12014162-
CMYK0.260.9100.36
HSL282.97º84.09%34.51%-
HSV(B)282.97º91.36%63.53%-
XYZ14.426.9234.76-
YUV62.57184.12168.97-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 40.54%
GREEN value IS 14 (5.86% from 255) = 4.73%
BLUE value IS 162 (63.67% from 255) = 54.73%
R=40.54%
G=4.73%
B=54.73%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal120141620.260.9100.36282.9784.0934.51
Hex78EA21A5B02411b5423
Octal170162423213304443312443
Binary111100011101010001011010101101101001001000110111010100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #780EA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #780EA2; }

 p { color: rgb(120,14,162); }

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

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

 a { background-color: rgb(120,14,162); }

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

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

 span { border-color: rgb(120,14,162); }

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