#79058E

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

Shades of Purple #79058E

Tints of Purple #79058E

Color information

#79058E (or 0x79058E) is unknown color: approx Purple. HEX triplet: 79, 05 and 8E. RGB value is (121,5,142). Sum of RGB (Red+Green+Blue) = 121+5+142=268 (35% of max value = 765). Red value is 121 (47.66% from 255 or 45.15% from 268); Green value is 5 (2.34% from 255 or 1.87% from 268); Blue value is 142 (55.86% from 255 or 52.99% from 268); Max value from RGB is 142 - color contains mainly: blue. Hex color #79058E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #79058E is #86FA71. Grayscale: #363636. Windows color (decimal): -8845938 or 9307513. OLE color: 9307513.

HSL color Cylindrical-coordinate representation of color #79058E: hue angle of 290.8º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #79058E is Cyan = 0.15, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB1215142-
CMYK0.150.9600.44
HSL290.8º93.2%28.82%-
HSV(B)290.8º96.48%55.69%-
XYZ12.826.1326.1-
YUV55.3176.93174.86-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 45.15%
GREEN value IS 5 (2.34% from 255) = 1.87%
BLUE value IS 142 (55.86% from 255) = 52.99%
R=45.15%
G=1.87%
B=52.99%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal12151420.150.9600.44290.893.228.82
Hex7958EF6002C1235d1d
Octal17152161714005444313535
Binary111100110110001110111111000000101100100100011101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79058E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(121,5,142); }

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

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

 a { background-color: rgb(121,5,142); }

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

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

 span { border-color: rgb(121,5,142); }

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