#7810A2

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

Shades of Dark Magenta #7810A2

Tints of Dark Magenta #7810A2

Color information

#7810A2 (or 0x7810A2) is unknown color: approx Dark Magenta. HEX triplet: 78, 10 and A2. RGB value is (120,16,162). Sum of RGB (Red+Green+Blue) = 120+16+162=298 (39% of max value = 765). Red value is 120 (47.27% from 255 or 40.27% from 298); Green value is 16 (6.64% from 255 or 5.37% from 298); Blue value is 162 (63.67% from 255 or 54.36% from 298); Max value from RGB is 162 - color contains mainly: blue. Hex color #7810A2 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7810A2 is #87EF5D. Grayscale: #3F3F3F. Windows color (decimal): -8908638 or 10621048. OLE color: 10621048.

HSL color Cylindrical-coordinate representation of color #7810A2: hue angle of 282.74º degrees, saturation: 0.82, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7810A2 is Cyan = 0.26, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB12016162-
CMYK0.260.9000.36
HSL282.74º82.02%34.9%-
HSV(B)282.74º90.12%63.53%-
XYZ14.456.9734.77-
YUV63.74183.46168.13-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 40.27%
GREEN value IS 16 (6.64% from 255) = 5.37%
BLUE value IS 162 (63.67% from 255) = 54.36%
R=40.27%
G=5.37%
B=54.36%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal120161620.260.9000.36282.7482.0234.9
Hex7810A21A5A02411b5223
Octal170202423213204443312243
Binary1111000100001010001011010101101001001001000110111010010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7810A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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