Shades of Purple Heart #792CBA
Tints of Purple Heart #792CBA
RGB
CMYK
RGB Variations
Color information
#792CBA (or 0x792CBA) is known color: Purple Heart. HEX triplet: 79, 2C and BA. RGB value is (121,44,186). Sum of RGB (Red+Green+Blue) = 121+44+186=351 (46% of max value = 765). Red value is 121 (47.66% from 255 or 34.47% from 351); Green value is 44 (17.58% from 255 or 12.54% from 351); Blue value is 186 (73.05% from 255 or 52.99% from 351); Max value from RGB is 186 - color contains mainly: blue. Hex color #792CBA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #792CBA is #86D345. Grayscale: #525252. Windows color (decimal): -8835910 or 12201081. OLE color: 12201081.
HSL color Cylindrical-coordinate representation of color #792CBA: hue angle of 272.54º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #792CBA is Cyan = 0.35, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 121 | 44 | 186 | - |
| CMYK | 0.35 | 0.76 | 0 | 0.27 |
| HSL | 272.54º | 0.62% | 0.45% | - |
| HSV(B) | 272.54º | 0.76% | 0.73% | - |
| XYZ | 17.65 | 9.41 | 47.34 | - |
| YUV | 83.21 | 186.01 | 154.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 44 | 186 | 0.35 | 0.76 | 0 | 0.27 | 272.54 | 0.62 | 0.45 |
| Hex | 79 | 2C | BA | 23 | 4C | 0 | 1B | 111 | 3E | 2D |
| Octal | 171 | 54 | 272 | 43 | 114 | 0 | 33 | 421 | 76 | 55 |
| Binary | 1111001 | 101100 | 10111010 | 100011 | 1001100 | 0 | 11011 | 100010001 | 111110 | 101101 |
Color Harmonies of #792CBA
Complementary color
Monochromatic Colors of #792CBA
Black with #792CBA
Text Example
Text Example
White with #792CBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #792CBA; }
p { color: rgb(121,44,186); }
H1.HeaderClassName
{
color: #792CBA;
}
.AnyTagClassName
{
color: #792CBA;
}
</style>
background-color css
<style>
a { background-color: #792CBA; }
a { background-color: rgb(121,44,186); }
div.DivClassName
{
background-color: #792CBA;
}
.BgClassName
{
background-color: #792CBA;
}
</style>
border-color css
<style>
span { border-color: #792CBA; }
span { border-color: rgb(121,44,186); }
td.TdClassName
{
border-color: #792CBA;
}
.TagClassName
{
border-color: #792CBA;
}
</style>