#79128F

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

Shades of Purple #79128F

Tints of Purple #79128F

Color information

#79128F (or 0x79128F) is unknown color: approx Purple. HEX triplet: 79, 12 and 8F. RGB value is (121,18,143). Sum of RGB (Red+Green+Blue) = 121+18+143=282 (37% of max value = 765). Red value is 121 (47.66% from 255 or 42.91% from 282); Green value is 18 (7.42% from 255 or 6.38% from 282); Blue value is 143 (56.25% from 255 or 50.71% from 282); Max value from RGB is 143 - color contains mainly: blue. Hex color #79128F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #79128F is #86ED70. Grayscale: #3E3E3E. Windows color (decimal): -8842609 or 9376377. OLE color: 9376377.

HSL color Cylindrical-coordinate representation of color #79128F: hue angle of 289.44º degrees, saturation: 0.78, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #79128F is Cyan = 0.15, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB12118143-
CMYK0.150.8700.44
HSL289.44º77.64%31.57%-
HSV(B)289.44º87.41%56.08%-
XYZ13.066.4826.55-
YUV63.05173.12169.34-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 42.91%
GREEN value IS 18 (7.42% from 255) = 6.38%
BLUE value IS 143 (56.25% from 255) = 50.71%
R=42.91%
G=6.38%
B=50.71%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal121181430.150.8700.44289.4477.6431.57
Hex79128FF5702C1214e20
Octal171222171712705444111640
Binary111100110010100011111111101011101011001001000011001110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79128F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(121,18,143); }

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

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

 a { background-color: rgb(121,18,143); }

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

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

 span { border-color: rgb(121,18,143); }

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