#79008C

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

Shades of Purple #79008C

Tints of Purple #79008C

Color information

#79008C (or 0x79008C) is unknown color: approx Purple. HEX triplet: 79, 00 and 8C. RGB value is (121,0,140). Sum of RGB (Red+Green+Blue) = 121+0+140=261 (34% of max value = 765). Red value is 121 (47.66% from 255 or 46.36% from 261); Green value is 0 (0.39% from 255 or 0% from 261); Blue value is 140 (55.08% from 255 or 53.64% from 261); Max value from RGB is 140 - color contains mainly: blue. Hex color #79008C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #79008C is #86FF73. Grayscale: #333333. Windows color (decimal): -8847220 or 9175161. OLE color: 9175161.

HSL color Cylindrical-coordinate representation of color #79008C: hue angle of 291.86º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 1%. Process color model (Four color, CMYK) of #79008C is Cyan = 0.14, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB1210140-
CMYK0.14100.45
HSL291.86º100%27.45%-
HSV(B)291.86º100%54.9%-
XYZ12.625.9625.3-
YUV52.14177.59177.12-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 46.36%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 140 (55.08% from 255) = 53.64%
R=46.36%
G=0%
B=53.64%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal12101400.14100.45291.8610027.45
Hex7908CE6402D124641b
Octal17102141614405544414433
Binary1111001010001100111011001000101101100100100110010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79008C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #79008C; }

 p { color: rgb(121,0,140); }

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

<style>
 a { background-color: #79008C; }

 a { background-color: rgb(121,0,140); }

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

<style>
 span { border-color: #79008C; }

 span { border-color: rgb(121,0,140); }

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