#7802A3

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

Shades of Dark Magenta #7802A3

Tints of Dark Magenta #7802A3

Color information

#7802A3 (or 0x7802A3) is unknown color: approx Dark Magenta. HEX triplet: 78, 02 and A3. RGB value is (120,2,163). Sum of RGB (Red+Green+Blue) = 120+2+163=285 (37% of max value = 765). Red value is 120 (47.27% from 255 or 42.11% from 285); Green value is 2 (1.17% from 255 or 0.70% from 285); Blue value is 163 (64.06% from 255 or 57.19% from 285); Max value from RGB is 163 - color contains mainly: blue. Hex color #7802A3 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7802A3 is #87FD5C. Grayscale: #373737. Windows color (decimal): -8912221 or 10683000. OLE color: 10683000.

HSL color Cylindrical-coordinate representation of color #7802A3: hue angle of 283.98º degrees, saturation: 0.98, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7802A3 is Cyan = 0.26, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB1202163-
CMYK0.260.9900.36
HSL283.98º97.58%32.35%-
HSV(B)283.98º98.77%63.92%-
XYZ14.386.6835.18-
YUV55.64188.59173.91-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 42.11%
GREEN value IS 2 (1.17% from 255) = 0.70%
BLUE value IS 163 (64.06% from 255) = 57.19%
R=42.11%
G=0.70%
B=57.19%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal12021630.260.9900.36283.9897.5832.35
Hex782A31A6302411c6220
Octal17022433214304443414240
Binary1111000101010001111010110001101001001000111001100010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7802A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7802A3; }

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

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

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

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

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

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

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

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