Shades of Purple Heart #792FBA
Tints of Purple Heart #792FBA
RGB
CMYK
RGB Variations
Color information
#792FBA (or 0x792FBA) is known color: Purple Heart. HEX triplet: 79, 2F and BA. RGB value is (121,47,186). Sum of RGB (Red+Green+Blue) = 121+47+186=354 (46% of max value = 765). Red value is 121 (47.66% from 255 or 34.18% from 354); Green value is 47 (18.75% from 255 or 13.28% from 354); Blue value is 186 (73.05% from 255 or 52.54% from 354); Max value from RGB is 186 - color contains mainly: blue. Hex color #792FBA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #792FBA is #86D045. Grayscale: #545454. Windows color (decimal): -8835142 or 12201849. OLE color: 12201849.
HSL color Cylindrical-coordinate representation of color #792FBA: hue angle of 271.94º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #792FBA is Cyan = 0.35, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 121 | 47 | 186 | - |
| CMYK | 0.35 | 0.75 | 0 | 0.27 |
| HSL | 271.94º | 0.6% | 0.46% | - |
| HSV(B) | 271.94º | 0.75% | 0.73% | - |
| XYZ | 17.76 | 9.64 | 47.38 | - |
| YUV | 84.97 | 185.02 | 153.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 47 | 186 | 0.35 | 0.75 | 0 | 0.27 | 271.94 | 0.6 | 0.46 |
| Hex | 79 | 2F | BA | 23 | 4B | 0 | 1B | 110 | 3C | 2E |
| Octal | 171 | 57 | 272 | 43 | 113 | 0 | 33 | 420 | 74 | 56 |
| Binary | 1111001 | 101111 | 10111010 | 100011 | 1001011 | 0 | 11011 | 100010000 | 111100 | 101110 |
Color Harmonies of #792FBA
Complementary color
Monochromatic Colors of #792FBA
Black with #792FBA
Text Example
Text Example
White with #792FBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #792FBA; }
p { color: rgb(121,47,186); }
H1.HeaderClassName
{
color: #792FBA;
}
.AnyTagClassName
{
color: #792FBA;
}
</style>
background-color css
<style>
a { background-color: #792FBA; }
a { background-color: rgb(121,47,186); }
div.DivClassName
{
background-color: #792FBA;
}
.BgClassName
{
background-color: #792FBA;
}
</style>
border-color css
<style>
span { border-color: #792FBA; }
span { border-color: rgb(121,47,186); }
td.TdClassName
{
border-color: #792FBA;
}
.TagClassName
{
border-color: #792FBA;
}
</style>