#780296

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

Shades of Dark Magenta #780296

Tints of Dark Magenta #780296

Color information

#780296 (or 0x780296) is unknown color: approx Dark Magenta. HEX triplet: 78, 02 and 96. RGB value is (120,2,150). Sum of RGB (Red+Green+Blue) = 120+2+150=272 (36% of max value = 765). Red value is 120 (47.27% from 255 or 44.12% from 272); Green value is 2 (1.17% from 255 or 0.74% from 272); Blue value is 150 (58.98% from 255 or 55.15% from 272); Max value from RGB is 150 - color contains mainly: blue. Hex color #780296 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #780296 is #87FD69. Grayscale: #353535. Windows color (decimal): -8912234 or 9831032. OLE color: 9831032.

HSL color Cylindrical-coordinate representation of color #780296: hue angle of 287.84º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #780296 is Cyan = 0.20, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB1202150-
CMYK0.200.9900.41
HSL287.84º97.37%29.8%-
HSV(B)287.84º98.67%58.82%-
XYZ13.276.2429.36-
YUV54.15182.09174.97-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 44.12%
GREEN value IS 2 (1.17% from 255) = 0.74%
BLUE value IS 150 (58.98% from 255) = 55.15%
R=44.12%
G=0.74%
B=55.15%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal12021500.200.9900.41287.8497.3729.8
Hex782961463029120611e
Octal17022262414305144014136
Binary111100010100101101010011000110101001100100000110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #780296

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #780296; }

 p { color: rgb(120,2,150); }

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

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

 a { background-color: rgb(120,2,150); }

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

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

 span { border-color: rgb(120,2,150); }

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