#7810A5

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

Shades of Dark Magenta #7810A5

Tints of Dark Magenta #7810A5

Color information

#7810A5 (or 0x7810A5) is unknown color: approx Dark Magenta. HEX triplet: 78, 10 and A5. RGB value is (120,16,165). Sum of RGB (Red+Green+Blue) = 120+16+165=301 (39% of max value = 765). Red value is 120 (47.27% from 255 or 39.87% from 301); Green value is 16 (6.64% from 255 or 5.32% from 301); Blue value is 165 (64.84% from 255 or 54.82% from 301); Max value from RGB is 165 - color contains mainly: blue. Hex color #7810A5 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7810A5 is #87EF5A. Grayscale: #3F3F3F. Windows color (decimal): -8908635 or 10817656. OLE color: 10817656.

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

Color convert

RGB12016165-
CMYK0.270.9000.35
HSL281.88º82.32%35.49%-
HSV(B)281.88º90.3%64.71%-
XYZ14.727.0836.19-
YUV64.08184.96167.88-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 39.87%
GREEN value IS 16 (6.64% from 255) = 5.32%
BLUE value IS 165 (64.84% from 255) = 54.82%
R=39.87%
G=5.32%
B=54.82%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal120161650.270.9000.35281.8882.3235.49
Hex7810A51B5A02311a5223
Octal170202453313204343212243
Binary1111000100001010010111011101101001000111000110101010010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7810A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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