Shades of Purple Heart #791BAE
Tints of Purple Heart #791BAE
RGB
CMYK
RGB Variations
Color information
#791BAE (or 0x791BAE) is known color: Purple Heart. HEX triplet: 79, 1B and AE. RGB value is (121,27,174). Sum of RGB (Red+Green+Blue) = 121+27+174=322 (42% of max value = 765). Red value is 121 (47.66% from 255 or 37.58% from 322); Green value is 27 (10.94% from 255 or 8.39% from 322); Blue value is 174 (68.36% from 255 or 54.04% from 322); Max value from RGB is 174 - color contains mainly: blue. Hex color #791BAE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #791BAE is #86E451. Grayscale: #474747. Windows color (decimal): -8840274 or 11410297. OLE color: 11410297.
HSL color Cylindrical-coordinate representation of color #791BAE: hue angle of 278.37º degrees, saturation: 0.73, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #791BAE is Cyan = 0.30, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 121 | 27 | 174 | - |
| CMYK | 0.30 | 0.84 | 0 | 0.32 |
| HSL | 278.37º | 0.73% | 0.39% | - |
| HSV(B) | 278.37º | 0.84% | 0.68% | - |
| XYZ | 15.92 | 7.9 | 40.73 | - |
| YUV | 71.86 | 185.64 | 163.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 27 | 174 | 0.30 | 0.84 | 0 | 0.32 | 278.37 | 0.73 | 0.39 |
| Hex | 79 | 1B | AE | 1E | 54 | 0 | 20 | 116 | 49 | 27 |
| Octal | 171 | 33 | 256 | 36 | 124 | 0 | 40 | 426 | 111 | 47 |
| Binary | 1111001 | 11011 | 10101110 | 11110 | 1010100 | 0 | 100000 | 100010110 | 1001001 | 100111 |
Color Harmonies of #791BAE
Complementary color
Monochromatic Colors of #791BAE
Black with #791BAE
Text Example
Text Example
White with #791BAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #791BAE; }
p { color: rgb(121,27,174); }
H1.HeaderClassName
{
color: #791BAE;
}
.AnyTagClassName
{
color: #791BAE;
}
</style>
background-color css
<style>
a { background-color: #791BAE; }
a { background-color: rgb(121,27,174); }
div.DivClassName
{
background-color: #791BAE;
}
.BgClassName
{
background-color: #791BAE;
}
</style>
border-color css
<style>
span { border-color: #791BAE; }
span { border-color: rgb(121,27,174); }
td.TdClassName
{
border-color: #791BAE;
}
.TagClassName
{
border-color: #791BAE;
}
</style>