Shades of Purple Heart #720FBA
Tints of Purple Heart #720FBA
RGB
CMYK
RGB Variations
Color information
#720FBA (or 0x720FBA) is known color: Purple Heart. HEX triplet: 72, 0F and BA. RGB value is (114,15,186). Sum of RGB (Red+Green+Blue) = 114+15+186=315 (41% of max value = 765). Red value is 114 (44.92% from 255 or 36.19% from 315); Green value is 15 (6.25% from 255 or 4.76% from 315); Blue value is 186 (73.05% from 255 or 59.05% from 315); Max value from RGB is 186 - color contains mainly: blue. Hex color #720FBA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #720FBA is #8DF045. Grayscale: #3F3F3F. Windows color (decimal): -9302086 or 12193650. OLE color: 12193650.
HSL color Cylindrical-coordinate representation of color #720FBA: hue angle of 274.74º degrees, saturation: 0.85, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #720FBA is Cyan = 0.39, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 114 | 15 | 186 | - |
| CMYK | 0.39 | 0.92 | 0 | 0.27 |
| HSL | 274.74º | 0.85% | 0.39% | - |
| HSV(B) | 274.74º | 0.92% | 0.73% | - |
| XYZ | 15.97 | 7.46 | 47.05 | - |
| YUV | 64.1 | 196.8 | 163.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 15 | 186 | 0.39 | 0.92 | 0 | 0.27 | 274.74 | 0.85 | 0.39 |
| Hex | 72 | F | BA | 27 | 5C | 0 | 1B | 113 | 55 | 27 |
| Octal | 162 | 17 | 272 | 47 | 134 | 0 | 33 | 423 | 125 | 47 |
| Binary | 1110010 | 1111 | 10111010 | 100111 | 1011100 | 0 | 11011 | 100010011 | 1010101 | 100111 |
Color Harmonies of #720FBA
Complementary color
Monochromatic Colors of #720FBA
Black with #720FBA
Text Example
Text Example
White with #720FBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #720FBA; }
p { color: rgb(114,15,186); }
H1.HeaderClassName
{
color: #720FBA;
}
.AnyTagClassName
{
color: #720FBA;
}
</style>
background-color css
<style>
a { background-color: #720FBA; }
a { background-color: rgb(114,15,186); }
div.DivClassName
{
background-color: #720FBA;
}
.BgClassName
{
background-color: #720FBA;
}
</style>
border-color css
<style>
span { border-color: #720FBA; }
span { border-color: rgb(114,15,186); }
td.TdClassName
{
border-color: #720FBA;
}
.TagClassName
{
border-color: #720FBA;
}
</style>