#791291

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

Shades of Purple #791291

Tints of Purple #791291

Color information

#791291 (or 0x791291) is unknown color: approx Purple. HEX triplet: 79, 12 and 91. RGB value is (121,18,145). Sum of RGB (Red+Green+Blue) = 121+18+145=284 (37% of max value = 765). Red value is 121 (47.66% from 255 or 42.61% from 284); Green value is 18 (7.42% from 255 or 6.34% from 284); Blue value is 145 (57.03% from 255 or 51.06% from 284); Max value from RGB is 145 - color contains mainly: blue. Hex color #791291 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #791291 is #86ED6E. Grayscale: #3E3E3E. Windows color (decimal): -8842607 or 9507449. OLE color: 9507449.

HSL color Cylindrical-coordinate representation of color #791291: hue angle of 288.66º degrees, saturation: 0.78, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #791291 is Cyan = 0.17, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB12118145-
CMYK0.170.8800.43
HSL288.66º77.91%31.96%-
HSV(B)288.66º87.59%56.86%-
XYZ13.216.5427.35-
YUV63.28174.12169.17-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 42.61%
GREEN value IS 18 (7.42% from 255) = 6.34%
BLUE value IS 145 (57.03% from 255) = 51.06%
R=42.61%
G=6.34%
B=51.06%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal121181450.170.8800.43288.6677.9131.96
Hex791291115802B1214e20
Octal171222212113005344111640
Binary1111001100101001000110001101100001010111001000011001110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #791291

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #791291; }

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

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

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

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

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

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

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

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