#79057F

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

Shades of Purple #79057F

Tints of Purple #79057F

Color information

#79057F (or 0x79057F) is unknown color: approx Purple. HEX triplet: 79, 05 and 7F. RGB value is (121,5,127). Sum of RGB (Red+Green+Blue) = 121+5+127=253 (33% of max value = 765). Red value is 121 (47.66% from 255 or 47.83% from 253); Green value is 5 (2.34% from 255 or 1.98% from 253); Blue value is 127 (50% from 255 or 50.20% from 253); Max value from RGB is 127 - color contains mainly: blue. Hex color #79057F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #79057F is #86FA80. Grayscale: #353535. Windows color (decimal): -8845953 or 8324473. OLE color: 8324473.

HSL color Cylindrical-coordinate representation of color #79057F: hue angle of 297.05º degrees, saturation: 0.92, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #79057F is Cyan = 0.05, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB1215127-
CMYK0.050.9600.50
HSL297.05º92.42%25.88%-
HSV(B)297.05º96.06%49.8%-
XYZ11.775.7120.56-
YUV53.59169.43176.08-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 47.83%
GREEN value IS 5 (2.34% from 255) = 1.98%
BLUE value IS 127 (50% from 255) = 50.20%
R=47.83%
G=1.98%
B=50.20%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal12151270.050.9600.50297.0592.4225.88
Hex7957F5600321295c1a
Octal1715177514006245113432
Binary1111001101111111110111000000110010100101001101110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79057F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #79057F; }

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

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

<style>
 a { background-color: #79057F; }

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

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

<style>
 span { border-color: #79057F; }

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

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