#7A139F

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

Shades of Dark Magenta #7A139F

Tints of Dark Magenta #7A139F

Color information

#7A139F (or 0x7A139F) is unknown color: approx Dark Magenta. HEX triplet: 7A, 13 and 9F. RGB value is (122,19,159). Sum of RGB (Red+Green+Blue) = 122+19+159=300 (39% of max value = 765). Red value is 122 (48.05% from 255 or 40.67% from 300); Green value is 19 (7.81% from 255 or 6.33% from 300); Blue value is 159 (62.5% from 255 or 53% from 300); Max value from RGB is 159 - color contains mainly: blue. Hex color #7A139F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7A139F is #85EC60. Grayscale: #414141. Windows color (decimal): -8776801 or 10425210. OLE color: 10425210.

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

Color convert

RGB12219159-
CMYK0.230.8800.38
HSL284.14º78.65%34.9%-
HSV(B)284.14º88.05%62.35%-
XYZ14.527.1133.41-
YUV65.76180.62168.12-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 40.67%
GREEN value IS 19 (7.81% from 255) = 6.33%
BLUE value IS 159 (62.5% from 255) = 53%
R=40.67%
G=6.33%
B=53%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal122191590.230.8800.38284.1478.6534.9
Hex7A139F175802611c4f23
Octal172232372713004643411743
Binary1111010100111001111110111101100001001101000111001001111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A139F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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