Shades of Purple Heart #791DBA
Tints of Purple Heart #791DBA
RGB
CMYK
RGB Variations
Color information
#791DBA (or 0x791DBA) is known color: Purple Heart. HEX triplet: 79, 1D and BA. RGB value is (121,29,186). Sum of RGB (Red+Green+Blue) = 121+29+186=336 (44% of max value = 765). Red value is 121 (47.66% from 255 or 36.01% from 336); Green value is 29 (11.72% from 255 or 8.63% from 336); Blue value is 186 (73.05% from 255 or 55.36% from 336); Max value from RGB is 186 - color contains mainly: blue. Hex color #791DBA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #791DBA is #86E245. Grayscale: #494949. Windows color (decimal): -8839750 or 12197241. OLE color: 12197241.
HSL color Cylindrical-coordinate representation of color #791DBA: hue angle of 275.16º degrees, saturation: 0.73, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #791DBA is Cyan = 0.35, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 121 | 29 | 186 | - |
| CMYK | 0.35 | 0.84 | 0 | 0.27 |
| HSL | 275.16º | 0.73% | 0.42% | - |
| HSV(B) | 275.16º | 0.84% | 0.73% | - |
| XYZ | 17.19 | 8.49 | 47.19 | - |
| YUV | 74.41 | 190.98 | 161.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 29 | 186 | 0.35 | 0.84 | 0 | 0.27 | 275.16 | 0.73 | 0.42 |
| Hex | 79 | 1D | BA | 23 | 54 | 0 | 1B | 113 | 49 | 2A |
| Octal | 171 | 35 | 272 | 43 | 124 | 0 | 33 | 423 | 111 | 52 |
| Binary | 1111001 | 11101 | 10111010 | 100011 | 1010100 | 0 | 11011 | 100010011 | 1001001 | 101010 |
Color Harmonies of #791DBA
Complementary color
Monochromatic Colors of #791DBA
Black with #791DBA
Text Example
Text Example
White with #791DBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #791DBA; }
p { color: rgb(121,29,186); }
H1.HeaderClassName
{
color: #791DBA;
}
.AnyTagClassName
{
color: #791DBA;
}
</style>
background-color css
<style>
a { background-color: #791DBA; }
a { background-color: rgb(121,29,186); }
div.DivClassName
{
background-color: #791DBA;
}
.BgClassName
{
background-color: #791DBA;
}
</style>
border-color css
<style>
span { border-color: #791DBA; }
span { border-color: rgb(121,29,186); }
td.TdClassName
{
border-color: #791DBA;
}
.TagClassName
{
border-color: #791DBA;
}
</style>