#791582

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

Shades of Purple #791582

Tints of Purple #791582

Color information

#791582 (or 0x791582) is unknown color: approx Purple. HEX triplet: 79, 15 and 82. RGB value is (121,21,130). Sum of RGB (Red+Green+Blue) = 121+21+130=272 (36% of max value = 765). Red value is 121 (47.66% from 255 or 44.49% from 272); Green value is 21 (8.59% from 255 or 7.72% from 272); Blue value is 130 (51.17% from 255 or 47.79% from 272); Max value from RGB is 130 - color contains mainly: blue. Hex color #791582 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #791582 is #86EA7D. Grayscale: #3E3E3E. Windows color (decimal): -8841854 or 8525177. OLE color: 8525177.

HSL color Cylindrical-coordinate representation of color #791582: hue angle of 295.05º degrees, saturation: 0.72, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #791582 is Cyan = 0.07, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB12121130-
CMYK0.070.8400.49
HSL295.05º72.19%29.61%-
HSV(B)295.05º83.85%50.98%-
XYZ12.186.2121.68-
YUV63.33165.63169.14-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 44.49%
GREEN value IS 21 (8.59% from 255) = 7.72%
BLUE value IS 130 (51.17% from 255) = 47.79%
R=44.49%
G=7.72%
B=47.79%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal121211300.070.8400.49295.0572.1929.61
Hex791582754031127481e
Octal17125202712406144711036
Binary1111001101011000001011110101000110001100100111100100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #791582

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #791582; }

 p { color: rgb(121,21,130); }

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

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

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

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

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

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

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