Shades of Purple Heart #792BBB
Tints of Purple Heart #792BBB
RGB
CMYK
RGB Variations
Color information
#792BBB (or 0x792BBB) is known color: Purple Heart. HEX triplet: 79, 2B and BB. RGB value is (121,43,187). Sum of RGB (Red+Green+Blue) = 121+43+187=351 (46% of max value = 765). Red value is 121 (47.66% from 255 or 34.47% from 351); Green value is 43 (17.19% from 255 or 12.25% from 351); Blue value is 187 (73.44% from 255 or 53.28% from 351); Max value from RGB is 187 - color contains mainly: blue. Hex color #792BBB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #792BBB is #86D444. Grayscale: #525252. Windows color (decimal): -8836165 or 12266361. OLE color: 12266361.
HSL color Cylindrical-coordinate representation of color #792BBB: hue angle of 272.5º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #792BBB is Cyan = 0.35, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 121 | 43 | 187 | - |
| CMYK | 0.35 | 0.77 | 0 | 0.27 |
| HSL | 272.5º | 0.63% | 0.45% | - |
| HSV(B) | 272.5º | 0.77% | 0.73% | - |
| XYZ | 17.72 | 9.38 | 47.89 | - |
| YUV | 82.74 | 186.84 | 155.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 43 | 187 | 0.35 | 0.77 | 0 | 0.27 | 272.5 | 0.63 | 0.45 |
| Hex | 79 | 2B | BB | 23 | 4D | 0 | 1B | 110 | 3F | 2D |
| Octal | 171 | 53 | 273 | 43 | 115 | 0 | 33 | 420 | 77 | 55 |
| Binary | 1111001 | 101011 | 10111011 | 100011 | 1001101 | 0 | 11011 | 100010000 | 111111 | 101101 |
Color Harmonies of #792BBB
Complementary color
Monochromatic Colors of #792BBB
Black with #792BBB
Text Example
Text Example
White with #792BBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #792BBB; }
p { color: rgb(121,43,187); }
H1.HeaderClassName
{
color: #792BBB;
}
.AnyTagClassName
{
color: #792BBB;
}
</style>
background-color css
<style>
a { background-color: #792BBB; }
a { background-color: rgb(121,43,187); }
div.DivClassName
{
background-color: #792BBB;
}
.BgClassName
{
background-color: #792BBB;
}
</style>
border-color css
<style>
span { border-color: #792BBB; }
span { border-color: rgb(121,43,187); }
td.TdClassName
{
border-color: #792BBB;
}
.TagClassName
{
border-color: #792BBB;
}
</style>