Shades of Purple #791881
Tints of Purple #791881
RGB
CMYK
RGB Variations
Color information
#791881 (or 0x791881) is known color: Purple. HEX triplet: 79, 18 and 81. RGB value is (121,24,129). Sum of RGB (Red+Green+Blue) = 121+24+129=274 (36% of max value = 765). Red value is 121 (47.66% from 255 or 44.16% from 274); Green value is 24 (9.77% from 255 or 8.76% from 274); Blue value is 129 (50.78% from 255 or 47.08% from 274); Max value from RGB is 129 - color contains mainly: blue. Hex color #791881 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #791881 is #86E77E. Grayscale: #404040. Windows color (decimal): -8841087 or 8460409. OLE color: 8460409.
HSL color Cylindrical-coordinate representation of color #791881: hue angle of 295.43º degrees, saturation: 0.69, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #791881 is Cyan = 0.06, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 121 | 24 | 129 | - |
| CMYK | 0.06 | 0.81 | 0 | 0.49 |
| HSL | 295.43º | 0.69% | 0.3% | - |
| HSV(B) | 295.43º | 0.81% | 0.51% | - |
| XYZ | 12.17 | 6.3 | 21.34 | - |
| YUV | 64.97 | 164.14 | 167.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 24 | 129 | 0.06 | 0.81 | 0 | 0.49 | 295.43 | 0.69 | 0.3 |
| Hex | 79 | 18 | 81 | 6 | 51 | 0 | 31 | 127 | 45 | 1E |
| Octal | 171 | 30 | 201 | 6 | 121 | 0 | 61 | 447 | 105 | 36 |
| Binary | 1111001 | 11000 | 10000001 | 110 | 1010001 | 0 | 110001 | 100100111 | 1000101 | 11110 |
Color Harmonies of #791881
Complementary color
Monochromatic Colors of #791881
Black with #791881
Text Example
Text Example
White with #791881
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #791881; }
p { color: rgb(121,24,129); }
H1.HeaderClassName
{
color: #791881;
}
.AnyTagClassName
{
color: #791881;
}
</style>
background-color css
<style>
a { background-color: #791881; }
a { background-color: rgb(121,24,129); }
div.DivClassName
{
background-color: #791881;
}
.BgClassName
{
background-color: #791881;
}
</style>
border-color css
<style>
span { border-color: #791881; }
span { border-color: rgb(121,24,129); }
td.TdClassName
{
border-color: #791881;
}
.TagClassName
{
border-color: #791881;
}
</style>