Shades of Purple Heart #792BC9
Tints of Purple Heart #792BC9
RGB
CMYK
RGB Variations
Color information
#792BC9 (or 0x792BC9) is known color: Purple Heart. HEX triplet: 79, 2B and C9. RGB value is (121,43,201). Sum of RGB (Red+Green+Blue) = 121+43+201=365 (48% of max value = 765). Red value is 121 (47.66% from 255 or 33.15% from 365); Green value is 43 (17.19% from 255 or 11.78% from 365); Blue value is 201 (78.91% from 255 or 55.07% from 365); Max value from RGB is 201 - color contains mainly: blue. Hex color #792BC9 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #792BC9 is #86D436. Grayscale: #535353. Windows color (decimal): -8836151 or 13183865. OLE color: 13183865.
HSL color Cylindrical-coordinate representation of color #792BC9: hue angle of 269.62º degrees, saturation: 0.65, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #792BC9 is Cyan = 0.40, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 121 | 43 | 201 | - |
| CMYK | 0.40 | 0.79 | 0 | 0.21 |
| HSL | 269.62º | 0.65% | 0.48% | - |
| HSV(B) | 269.62º | 0.79% | 0.79% | - |
| XYZ | 19.29 | 10.01 | 56.17 | - |
| YUV | 84.33 | 193.84 | 154.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 43 | 201 | 0.40 | 0.79 | 0 | 0.21 | 269.62 | 0.65 | 0.48 |
| Hex | 79 | 2B | C9 | 28 | 4F | 0 | 15 | 10E | 41 | 30 |
| Octal | 171 | 53 | 311 | 50 | 117 | 0 | 25 | 416 | 101 | 60 |
| Binary | 1111001 | 101011 | 11001001 | 101000 | 1001111 | 0 | 10101 | 100001110 | 1000001 | 110000 |
Color Harmonies of #792BC9
Complementary color
Monochromatic Colors of #792BC9
Black with #792BC9
Text Example
Text Example
White with #792BC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #792BC9; }
p { color: rgb(121,43,201); }
H1.HeaderClassName
{
color: #792BC9;
}
.AnyTagClassName
{
color: #792BC9;
}
</style>
background-color css
<style>
a { background-color: #792BC9; }
a { background-color: rgb(121,43,201); }
div.DivClassName
{
background-color: #792BC9;
}
.BgClassName
{
background-color: #792BC9;
}
</style>
border-color css
<style>
span { border-color: #792BC9; }
span { border-color: rgb(121,43,201); }
td.TdClassName
{
border-color: #792BC9;
}
.TagClassName
{
border-color: #792BC9;
}
</style>