#7A019F

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

Shades of Dark Magenta #7A019F

Tints of Dark Magenta #7A019F

Color information

#7A019F (or 0x7A019F) is unknown color: approx Dark Magenta. HEX triplet: 7A, 01 and 9F. RGB value is (122,1,159). Sum of RGB (Red+Green+Blue) = 122+1+159=282 (37% of max value = 765). Red value is 122 (48.05% from 255 or 43.26% from 282); Green value is 1 (0.78% from 255 or 0.35% from 282); Blue value is 159 (62.5% from 255 or 56.38% from 282); Max value from RGB is 159 - color contains mainly: blue. Hex color #7A019F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7A019F is #85FE60. Grayscale: #363636. Windows color (decimal): -8781409 or 10420602. OLE color: 10420602.

HSL color Cylindrical-coordinate representation of color #7A019F: hue angle of 285.95º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7A019F is Cyan = 0.23, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB1221159-
CMYK0.230.9900.38
HSL285.95º98.75%31.37%-
HSV(B)285.95º99.37%62.35%-
XYZ14.296.6633.33-
YUV55.19186.59175.65-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 43.26%
GREEN value IS 1 (0.78% from 255) = 0.35%
BLUE value IS 159 (62.5% from 255) = 56.38%
R=43.26%
G=0.35%
B=56.38%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal12211590.230.9900.38285.9598.7531.37
Hex7A19F176302611e631f
Octal17212372714304643614337
Binary11110101100111111011111000110100110100011110110001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A019F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7A019F; }

 p { color: rgb(122,1,159); }

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

<style>
 a { background-color: #7A019F; }

 a { background-color: rgb(122,1,159); }

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

<style>
 span { border-color: #7A019F; }

 span { border-color: rgb(122,1,159); }

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