#7801A2

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

Shades of Dark Magenta #7801A2

Tints of Dark Magenta #7801A2

Color information

#7801A2 (or 0x7801A2) is unknown color: approx Dark Magenta. HEX triplet: 78, 01 and A2. RGB value is (120,1,162). Sum of RGB (Red+Green+Blue) = 120+1+162=283 (37% of max value = 765). Red value is 120 (47.27% from 255 or 42.40% from 283); Green value is 1 (0.78% from 255 or 0.35% from 283); Blue value is 162 (63.67% from 255 or 57.24% from 283); Max value from RGB is 162 - color contains mainly: blue. Hex color #7801A2 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7801A2 is #87FE5D. Grayscale: #363636. Windows color (decimal): -8912478 or 10617208. OLE color: 10617208.

HSL color Cylindrical-coordinate representation of color #7801A2: hue angle of 284.35º degrees, saturation: 0.99, 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 #7801A2 is Cyan = 0.26, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB1201162-
CMYK0.260.9900.36
HSL284.35º98.77%31.96%-
HSV(B)284.35º99.38%63.53%-
XYZ14.286.6234.71-
YUV54.94188.42174.41-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 42.40%
GREEN value IS 1 (0.78% from 255) = 0.35%
BLUE value IS 162 (63.67% from 255) = 57.24%
R=42.40%
G=0.35%
B=57.24%

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
Decimal12011620.260.9900.36284.3598.7731.96
Hex781A21A6302411c6320
Octal17012423214304443414340
Binary111100011010001011010110001101001001000111001100011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7801A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7801A2; }

 p { color: rgb(120,1,162); }

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

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

 a { background-color: rgb(120,1,162); }

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

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

 span { border-color: rgb(120,1,162); }

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