Shades of Purple #791583
Tints of Purple #791583
RGB
CMYK
RGB Variations
Color information
#791583 (or 0x791583) is known color: Purple. HEX triplet: 79, 15 and 83. RGB value is (121,21,131). Sum of RGB (Red+Green+Blue) = 121+21+131=273 (36% of max value = 765). Red value is 121 (47.66% from 255 or 44.32% from 273); Green value is 21 (8.59% from 255 or 7.69% from 273); Blue value is 131 (51.56% from 255 or 47.99% from 273); Max value from RGB is 131 - color contains mainly: blue. Hex color #791583 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #791583 is #86EA7C. Grayscale: #3F3F3F. Windows color (decimal): -8841853 or 8590713. OLE color: 8590713.
HSL color Cylindrical-coordinate representation of color #791583: hue angle of 294.55º 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 #791583 is Cyan = 0.08, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 121 | 21 | 131 | - |
| CMYK | 0.08 | 0.84 | 0 | 0.49 |
| HSL | 294.55º | 0.72% | 0.3% | - |
| HSV(B) | 294.55º | 0.84% | 0.51% | - |
| XYZ | 12.25 | 6.24 | 22.03 | - |
| YUV | 63.44 | 166.13 | 169.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 21 | 131 | 0.08 | 0.84 | 0 | 0.49 | 294.55 | 0.72 | 0.3 |
| Hex | 79 | 15 | 83 | 8 | 54 | 0 | 31 | 127 | 48 | 1E |
| Octal | 171 | 25 | 203 | 10 | 124 | 0 | 61 | 447 | 110 | 36 |
| Binary | 1111001 | 10101 | 10000011 | 1000 | 1010100 | 0 | 110001 | 100100111 | 1001000 | 11110 |
Color Harmonies of #791583
Complementary color
Monochromatic Colors of #791583
Black with #791583
Text Example
Text Example
White with #791583
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #791583; }
p { color: rgb(121,21,131); }
H1.HeaderClassName
{
color: #791583;
}
.AnyTagClassName
{
color: #791583;
}
</style>
background-color css
<style>
a { background-color: #791583; }
a { background-color: rgb(121,21,131); }
div.DivClassName
{
background-color: #791583;
}
.BgClassName
{
background-color: #791583;
}
</style>
border-color css
<style>
span { border-color: #791583; }
span { border-color: rgb(121,21,131); }
td.TdClassName
{
border-color: #791583;
}
.TagClassName
{
border-color: #791583;
}
</style>