Shades of Purple #791384
Tints of Purple #791384
RGB
CMYK
RGB Variations
Color information
#791384 (or 0x791384) is known color: Purple. HEX triplet: 79, 13 and 84. RGB value is (121,19,132). Sum of RGB (Red+Green+Blue) = 121+19+132=272 (36% of max value = 765). Red value is 121 (47.66% from 255 or 44.49% from 272); Green value is 19 (7.81% from 255 or 6.99% from 272); Blue value is 132 (51.95% from 255 or 48.53% from 272); Max value from RGB is 132 - color contains mainly: blue. Hex color #791384 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #791384 is #86EC7B. Grayscale: #3E3E3E. Windows color (decimal): -8842364 or 8655737. OLE color: 8655737.
HSL color Cylindrical-coordinate representation of color #791384: hue angle of 294.16º degrees, saturation: 0.75, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #791384 is Cyan = 0.08, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 121 | 19 | 132 | - |
| CMYK | 0.08 | 0.86 | 0 | 0.48 |
| HSL | 294.16º | 0.75% | 0.3% | - |
| HSV(B) | 294.16º | 0.86% | 0.52% | - |
| XYZ | 12.28 | 6.2 | 22.38 | - |
| YUV | 62.38 | 167.29 | 169.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 19 | 132 | 0.08 | 0.86 | 0 | 0.48 | 294.16 | 0.75 | 0.3 |
| Hex | 79 | 13 | 84 | 8 | 56 | 0 | 30 | 126 | 4B | 1E |
| Octal | 171 | 23 | 204 | 10 | 126 | 0 | 60 | 446 | 113 | 36 |
| Binary | 1111001 | 10011 | 10000100 | 1000 | 1010110 | 0 | 110000 | 100100110 | 1001011 | 11110 |
Color Harmonies of #791384
Complementary color
Monochromatic Colors of #791384
Black with #791384
Text Example
Text Example
White with #791384
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #791384; }
p { color: rgb(121,19,132); }
H1.HeaderClassName
{
color: #791384;
}
.AnyTagClassName
{
color: #791384;
}
</style>
background-color css
<style>
a { background-color: #791384; }
a { background-color: rgb(121,19,132); }
div.DivClassName
{
background-color: #791384;
}
.BgClassName
{
background-color: #791384;
}
</style>
border-color css
<style>
span { border-color: #791384; }
span { border-color: rgb(121,19,132); }
td.TdClassName
{
border-color: #791384;
}
.TagClassName
{
border-color: #791384;
}
</style>