#780895

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

Shades of Dark Magenta #780895

Tints of Dark Magenta #780895

Color information

#780895 (or 0x780895) is unknown color: approx Dark Magenta. HEX triplet: 78, 08 and 95. RGB value is (120,8,149). Sum of RGB (Red+Green+Blue) = 120+8+149=277 (36% of max value = 765). Red value is 120 (47.27% from 255 or 43.32% from 277); Green value is 8 (3.52% from 255 or 2.89% from 277); Blue value is 149 (58.59% from 255 or 53.79% from 277); Max value from RGB is 149 - color contains mainly: blue. Hex color #780895 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #780895 is #87F76A. Grayscale: #393939. Windows color (decimal): -8910699 or 9767032. OLE color: 9767032.

HSL color Cylindrical-coordinate representation of color #780895: hue angle of 287.66º degrees, saturation: 0.9, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #780895 is Cyan = 0.19, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB1208149-
CMYK0.190.9500.42
HSL287.66º89.81%30.78%-
HSV(B)287.66º94.63%58.43%-
XYZ13.266.3428.96-
YUV57.56179.61172.54-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 43.32%
GREEN value IS 8 (3.52% from 255) = 2.89%
BLUE value IS 149 (58.59% from 255) = 53.79%
R=43.32%
G=2.89%
B=53.79%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal12081490.190.9500.42287.6689.8130.78
Hex78895135F02A1205a1f
Octal170102252313705244013237
Binary11110001000100101011001110111110101010100100000101101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #780895

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #780895; }

 p { color: rgb(120,8,149); }

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

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

 a { background-color: rgb(120,8,149); }

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

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

 span { border-color: rgb(120,8,149); }

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