Shades of Purple Heart #791DAB
Tints of Purple Heart #791DAB
RGB
CMYK
RGB Variations
Color information
#791DAB (or 0x791DAB) is known color: Purple Heart. HEX triplet: 79, 1D and AB. RGB value is (121,29,171). Sum of RGB (Red+Green+Blue) = 121+29+171=321 (42% of max value = 765). Red value is 121 (47.66% from 255 or 37.69% from 321); Green value is 29 (11.72% from 255 or 9.03% from 321); Blue value is 171 (67.19% from 255 or 53.27% from 321); Max value from RGB is 171 - color contains mainly: blue. Hex color #791DAB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #791DAB is #86E254. Grayscale: #484848. Windows color (decimal): -8839765 or 11214201. OLE color: 11214201.
HSL color Cylindrical-coordinate representation of color #791DAB: hue angle of 278.87º degrees, saturation: 0.71, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #791DAB is Cyan = 0.29, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 121 | 29 | 171 | - |
| CMYK | 0.29 | 0.83 | 0 | 0.33 |
| HSL | 278.87º | 0.71% | 0.39% | - |
| HSV(B) | 278.87º | 0.83% | 0.67% | - |
| XYZ | 15.68 | 7.88 | 39.22 | - |
| YUV | 72.7 | 183.48 | 162.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 29 | 171 | 0.29 | 0.83 | 0 | 0.33 | 278.87 | 0.71 | 0.39 |
| Hex | 79 | 1D | AB | 1D | 53 | 0 | 21 | 117 | 47 | 27 |
| Octal | 171 | 35 | 253 | 35 | 123 | 0 | 41 | 427 | 107 | 47 |
| Binary | 1111001 | 11101 | 10101011 | 11101 | 1010011 | 0 | 100001 | 100010111 | 1000111 | 100111 |
Color Harmonies of #791DAB
Complementary color
Monochromatic Colors of #791DAB
Black with #791DAB
Text Example
Text Example
White with #791DAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #791DAB; }
p { color: rgb(121,29,171); }
H1.HeaderClassName
{
color: #791DAB;
}
.AnyTagClassName
{
color: #791DAB;
}
</style>
background-color css
<style>
a { background-color: #791DAB; }
a { background-color: rgb(121,29,171); }
div.DivClassName
{
background-color: #791DAB;
}
.BgClassName
{
background-color: #791DAB;
}
</style>
border-color css
<style>
span { border-color: #791DAB; }
span { border-color: rgb(121,29,171); }
td.TdClassName
{
border-color: #791DAB;
}
.TagClassName
{
border-color: #791DAB;
}
</style>