#79058D

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

Shades of Purple #79058D

Tints of Purple #79058D

Color information

#79058D (or 0x79058D) is unknown color: approx Purple. HEX triplet: 79, 05 and 8D. RGB value is (121,5,141). Sum of RGB (Red+Green+Blue) = 121+5+141=267 (35% of max value = 765). Red value is 121 (47.66% from 255 or 45.32% from 267); Green value is 5 (2.34% from 255 or 1.87% from 267); Blue value is 141 (55.47% from 255 or 52.81% from 267); Max value from RGB is 141 - color contains mainly: blue. Hex color #79058D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #79058D is #86FA72. Grayscale: #363636. Windows color (decimal): -8845939 or 9241977. OLE color: 9241977.

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

Color convert

RGB1215141-
CMYK0.140.9600.45
HSL291.18º93.15%28.63%-
HSV(B)291.18º96.45%55.29%-
XYZ12.756.125.7-
YUV55.19176.43174.94-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 45.32%
GREEN value IS 5 (2.34% from 255) = 1.87%
BLUE value IS 141 (55.47% from 255) = 52.81%
R=45.32%
G=1.87%
B=52.81%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal12151410.140.9600.45291.1893.1528.63
Hex7958DE6002D1235d1d
Octal17152151614005544313535
Binary111100110110001101111011000000101101100100011101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79058D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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