Shades of Purple Heart #791AB7
Tints of Purple Heart #791AB7
RGB
CMYK
RGB Variations
Color information
#791AB7 (or 0x791AB7) is known color: Purple Heart. HEX triplet: 79, 1A and B7. RGB value is (121,26,183). Sum of RGB (Red+Green+Blue) = 121+26+183=330 (43% of max value = 765). Red value is 121 (47.66% from 255 or 36.67% from 330); Green value is 26 (10.55% from 255 or 7.88% from 330); Blue value is 183 (71.88% from 255 or 55.45% from 330); Max value from RGB is 183 - color contains mainly: blue. Hex color #791AB7 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #791AB7 is #86E548. Grayscale: #474747. Windows color (decimal): -8840521 or 11999865. OLE color: 11999865.
HSL color Cylindrical-coordinate representation of color #791AB7: hue angle of 276.31º degrees, saturation: 0.75, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #791AB7 is Cyan = 0.34, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 121 | 26 | 183 | - |
| CMYK | 0.34 | 0.86 | 0 | 0.28 |
| HSL | 276.31º | 0.75% | 0.41% | - |
| HSV(B) | 276.31º | 0.86% | 0.72% | - |
| XYZ | 16.8 | 8.22 | 45.5 | - |
| YUV | 72.3 | 190.47 | 162.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 26 | 183 | 0.34 | 0.86 | 0 | 0.28 | 276.31 | 0.75 | 0.41 |
| Hex | 79 | 1A | B7 | 22 | 56 | 0 | 1C | 114 | 4B | 29 |
| Octal | 171 | 32 | 267 | 42 | 126 | 0 | 34 | 424 | 113 | 51 |
| Binary | 1111001 | 11010 | 10110111 | 100010 | 1010110 | 0 | 11100 | 100010100 | 1001011 | 101001 |
Color Harmonies of #791AB7
Complementary color
Monochromatic Colors of #791AB7
Black with #791AB7
Text Example
Text Example
White with #791AB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #791AB7; }
p { color: rgb(121,26,183); }
H1.HeaderClassName
{
color: #791AB7;
}
.AnyTagClassName
{
color: #791AB7;
}
</style>
background-color css
<style>
a { background-color: #791AB7; }
a { background-color: rgb(121,26,183); }
div.DivClassName
{
background-color: #791AB7;
}
.BgClassName
{
background-color: #791AB7;
}
</style>
border-color css
<style>
span { border-color: #791AB7; }
span { border-color: rgb(121,26,183); }
td.TdClassName
{
border-color: #791AB7;
}
.TagClassName
{
border-color: #791AB7;
}
</style>