#79058A

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

Shades of Purple #79058A

Tints of Purple #79058A

Color information

#79058A (or 0x79058A) is unknown color: approx Purple. HEX triplet: 79, 05 and 8A. RGB value is (121,5,138). Sum of RGB (Red+Green+Blue) = 121+5+138=264 (34% of max value = 765). Red value is 121 (47.66% from 255 or 45.83% from 264); Green value is 5 (2.34% from 255 or 1.89% from 264); Blue value is 138 (54.30% from 255 or 52.27% from 264); Max value from RGB is 138 - color contains mainly: blue. Hex color #79058A is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #79058A is #86FA75. Grayscale: #363636. Windows color (decimal): -8845942 or 9045369. OLE color: 9045369.

HSL color Cylindrical-coordinate representation of color #79058A: hue angle of 292.33º degrees, saturation: 0.93, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #79058A is Cyan = 0.12, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB1215138-
CMYK0.120.9600.46
HSL292.33º93.01%28.04%-
HSV(B)292.33º96.38%54.12%-
XYZ12.536.0124.54-
YUV54.85174.93175.19-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 45.83%
GREEN value IS 5 (2.34% from 255) = 1.89%
BLUE value IS 138 (54.30% from 255) = 52.27%
R=45.83%
G=1.89%
B=52.27%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal12151380.120.9600.46292.3393.0128.04
Hex7958AC6002E1245d1c
Octal17152121414005644413534
Binary111100110110001010110011000000101110100100100101110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79058A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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