#78059E

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

Shades of Dark Magenta #78059E

Tints of Dark Magenta #78059E

Color information

#78059E (or 0x78059E) is unknown color: approx Dark Magenta. HEX triplet: 78, 05 and 9E. RGB value is (120,5,158). Sum of RGB (Red+Green+Blue) = 120+5+158=283 (37% of max value = 765). Red value is 120 (47.27% from 255 or 42.40% from 283); Green value is 5 (2.34% from 255 or 1.77% from 283); Blue value is 158 (62.11% from 255 or 55.83% from 283); Max value from RGB is 158 - color contains mainly: blue. Hex color #78059E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #78059E is #87FA61. Grayscale: #383838. Windows color (decimal): -8911458 or 10356088. OLE color: 10356088.

HSL color Cylindrical-coordinate representation of color #78059E: hue angle of 285.1º degrees, saturation: 0.94, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #78059E is Cyan = 0.24, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB1205158-
CMYK0.240.9700.38
HSL285.1º93.87%31.96%-
HSV(B)285.1º96.84%61.96%-
XYZ13.976.5732.88-
YUV56.83185.1173.06-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 42.40%
GREEN value IS 5 (2.34% from 255) = 1.77%
BLUE value IS 158 (62.11% from 255) = 55.83%
R=42.40%
G=1.77%
B=55.83%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal12051580.240.9700.38285.193.8731.96
Hex7859E186102611d5e20
Octal17052363014104643513640
Binary11110001011001111011000110000101001101000111011011110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78059E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #78059E; }

 p { color: rgb(120,5,158); }

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

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

 a { background-color: rgb(120,5,158); }

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

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

 span { border-color: rgb(120,5,158); }

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