Shades of Purple Heart #791AAE
Tints of Purple Heart #791AAE
RGB
CMYK
RGB Variations
Color information
#791AAE (or 0x791AAE) is known color: Purple Heart. HEX triplet: 79, 1A and AE. RGB value is (121,26,174). Sum of RGB (Red+Green+Blue) = 121+26+174=321 (42% of max value = 765). Red value is 121 (47.66% from 255 or 37.69% from 321); Green value is 26 (10.55% from 255 or 8.10% from 321); Blue value is 174 (68.36% from 255 or 54.21% from 321); Max value from RGB is 174 - color contains mainly: blue. Hex color #791AAE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #791AAE is #86E551. Grayscale: #464646. Windows color (decimal): -8840530 or 11410041. OLE color: 11410041.
HSL color Cylindrical-coordinate representation of color #791AAE: hue angle of 278.51º degrees, saturation: 0.74, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #791AAE is Cyan = 0.30, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 121 | 26 | 174 | - |
| CMYK | 0.30 | 0.85 | 0 | 0.32 |
| HSL | 278.51º | 0.74% | 0.39% | - |
| HSV(B) | 278.51º | 0.85% | 0.68% | - |
| XYZ | 15.89 | 7.86 | 40.72 | - |
| YUV | 71.28 | 185.97 | 163.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 26 | 174 | 0.30 | 0.85 | 0 | 0.32 | 278.51 | 0.74 | 0.39 |
| Hex | 79 | 1A | AE | 1E | 55 | 0 | 20 | 117 | 4A | 27 |
| Octal | 171 | 32 | 256 | 36 | 125 | 0 | 40 | 427 | 112 | 47 |
| Binary | 1111001 | 11010 | 10101110 | 11110 | 1010101 | 0 | 100000 | 100010111 | 1001010 | 100111 |
Color Harmonies of #791AAE
Complementary color
Monochromatic Colors of #791AAE
Black with #791AAE
Text Example
Text Example
White with #791AAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #791AAE; }
p { color: rgb(121,26,174); }
H1.HeaderClassName
{
color: #791AAE;
}
.AnyTagClassName
{
color: #791AAE;
}
</style>
background-color css
<style>
a { background-color: #791AAE; }
a { background-color: rgb(121,26,174); }
div.DivClassName
{
background-color: #791AAE;
}
.BgClassName
{
background-color: #791AAE;
}
</style>
border-color css
<style>
span { border-color: #791AAE; }
span { border-color: rgb(121,26,174); }
td.TdClassName
{
border-color: #791AAE;
}
.TagClassName
{
border-color: #791AAE;
}
</style>