#791279

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

Shades of Purple #791279

Tints of Purple #791279

Color information

#791279 (or 0x791279) is unknown color: approx Purple. HEX triplet: 79, 12 and 79. RGB value is (121,18,121). Sum of RGB (Red+Green+Blue) = 121+18+121=260 (34% of max value = 765). Red value is 121 (47.66% from 255 or 46.54% from 260); Green value is 18 (7.42% from 255 or 6.92% from 260); Blue value is 121 (47.66% from 255 or 46.54% from 260); Max value from RGB is 121 - color contains mainly: red, blue. Hex color #791279 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #791279 is #86ED86. Grayscale: #3C3C3C. Windows color (decimal): -8842631 or 7934585. OLE color: 7934585.

HSL color Cylindrical-coordinate representation of color #791279: hue angle of 300º degrees, saturation: 0.74, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #791279 is Cyan = 0, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB12118121-
CMYK00.8500.53
HSL300º74.1%27.25%-
HSV(B)300º85.12%47.45%-
XYZ11.555.8818.61-
YUV60.54162.12171.12-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 46.54%
GREEN value IS 18 (7.42% from 255) = 6.92%
BLUE value IS 121 (47.66% from 255) = 46.54%
R=46.54%
G=6.92%
B=46.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1211812100.8500.5330074.127.25
Hex79127905503512c4a1b
Octal17122171012506545411233
Binary1111001100101111001010101010110101100101100100101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #791279

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #791279; }

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

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

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

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

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

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

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

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