#79029E

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

Shades of Dark Magenta #79029E

Tints of Dark Magenta #79029E

Color information

#79029E (or 0x79029E) is unknown color: approx Dark Magenta. HEX triplet: 79, 02 and 9E. RGB value is (121,2,158). Sum of RGB (Red+Green+Blue) = 121+2+158=281 (37% of max value = 765). Red value is 121 (47.66% from 255 or 43.06% from 281); Green value is 2 (1.17% from 255 or 0.71% from 281); Blue value is 158 (62.11% from 255 or 56.23% from 281); Max value from RGB is 158 - color contains mainly: blue. Hex color #79029E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #79029E is #86FD61. Grayscale: #363636. Windows color (decimal): -8846690 or 10355321. OLE color: 10355321.

HSL color Cylindrical-coordinate representation of color #79029E: hue angle of 285.77º degrees, saturation: 0.98, 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 #79029E is Cyan = 0.23, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB1212158-
CMYK0.230.9900.38
HSL285.77º97.5%31.37%-
HSV(B)285.77º98.73%61.96%-
XYZ14.086.5832.88-
YUV55.36185.92174.82-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 43.06%
GREEN value IS 2 (1.17% from 255) = 0.71%
BLUE value IS 158 (62.11% from 255) = 56.23%
R=43.06%
G=0.71%
B=56.23%

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
Decimal12121580.230.9900.38285.7797.531.37
Hex7929E176302611e621f
Octal17122362714304643614237
Binary111100110100111101011111000110100110100011110110001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79029E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #79029E; }

 p { color: rgb(121,2,158); }

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

<style>
 a { background-color: #79029E; }

 a { background-color: rgb(121,2,158); }

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

<style>
 span { border-color: #79029E; }

 span { border-color: rgb(121,2,158); }

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