Shades of Purple Heart #792CB7
Tints of Purple Heart #792CB7
RGB
CMYK
RGB Variations
Color information
#792CB7 (or 0x792CB7) is known color: Purple Heart. HEX triplet: 79, 2C and B7. RGB value is (121,44,183). Sum of RGB (Red+Green+Blue) = 121+44+183=348 (46% of max value = 765). Red value is 121 (47.66% from 255 or 34.77% from 348); Green value is 44 (17.58% from 255 or 12.64% from 348); Blue value is 183 (71.88% from 255 or 52.59% from 348); Max value from RGB is 183 - color contains mainly: blue. Hex color #792CB7 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #792CB7 is #86D348. Grayscale: #525252. Windows color (decimal): -8835913 or 12004473. OLE color: 12004473.
HSL color Cylindrical-coordinate representation of color #792CB7: hue angle of 273.24º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #792CB7 is Cyan = 0.34, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 121 | 44 | 183 | - |
| CMYK | 0.34 | 0.76 | 0 | 0.28 |
| HSL | 273.24º | 0.61% | 0.45% | - |
| HSV(B) | 273.24º | 0.76% | 0.72% | - |
| XYZ | 17.33 | 9.29 | 45.68 | - |
| YUV | 82.87 | 184.51 | 155.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 44 | 183 | 0.34 | 0.76 | 0 | 0.28 | 273.24 | 0.61 | 0.45 |
| Hex | 79 | 2C | B7 | 22 | 4C | 0 | 1C | 111 | 3D | 2D |
| Octal | 171 | 54 | 267 | 42 | 114 | 0 | 34 | 421 | 75 | 55 |
| Binary | 1111001 | 101100 | 10110111 | 100010 | 1001100 | 0 | 11100 | 100010001 | 111101 | 101101 |
Color Harmonies of #792CB7
Complementary color
Monochromatic Colors of #792CB7
Black with #792CB7
Text Example
Text Example
White with #792CB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #792CB7; }
p { color: rgb(121,44,183); }
H1.HeaderClassName
{
color: #792CB7;
}
.AnyTagClassName
{
color: #792CB7;
}
</style>
background-color css
<style>
a { background-color: #792CB7; }
a { background-color: rgb(121,44,183); }
div.DivClassName
{
background-color: #792CB7;
}
.BgClassName
{
background-color: #792CB7;
}
</style>
border-color css
<style>
span { border-color: #792CB7; }
span { border-color: rgb(121,44,183); }
td.TdClassName
{
border-color: #792CB7;
}
.TagClassName
{
border-color: #792CB7;
}
</style>