#7807A0

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

Shades of Dark Magenta #7807A0

Tints of Dark Magenta #7807A0

Color information

#7807A0 (or 0x7807A0) is unknown color: approx Dark Magenta. HEX triplet: 78, 07 and A0. RGB value is (120,7,160). Sum of RGB (Red+Green+Blue) = 120+7+160=287 (38% of max value = 765). Red value is 120 (47.27% from 255 or 41.81% from 287); Green value is 7 (3.12% from 255 or 2.44% from 287); Blue value is 160 (62.89% from 255 or 55.75% from 287); Max value from RGB is 160 - color contains mainly: blue. Hex color #7807A0 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7807A0 is #87F85F. Grayscale: #393939. Windows color (decimal): -8910944 or 10487672. OLE color: 10487672.

HSL color Cylindrical-coordinate representation of color #7807A0: hue angle of 284.31º degrees, saturation: 0.92, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #7807A0 is Cyan = 0.25, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB1207160-
CMYK0.250.9600.37
HSL284.31º91.62%32.75%-
HSV(B)284.31º95.63%62.75%-
XYZ14.176.6833.8-
YUV58.23185.44172.06-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 41.81%
GREEN value IS 7 (3.12% from 255) = 2.44%
BLUE value IS 160 (62.89% from 255) = 55.75%
R=41.81%
G=2.44%
B=55.75%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal12071600.250.9600.37284.3191.6232.75
Hex787A0196002511c5c21
Octal17072403114004543413441
Binary11110001111010000011001110000001001011000111001011100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7807A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7807A0; }

 p { color: rgb(120,7,160); }

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

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

 a { background-color: rgb(120,7,160); }

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

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

 span { border-color: rgb(120,7,160); }

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