Shades of Purple Heart #720BBA
Tints of Purple Heart #720BBA
RGB
CMYK
RGB Variations
Color information
#720BBA (or 0x720BBA) is known color: Purple Heart. HEX triplet: 72, 0B and BA. RGB value is (114,11,186). Sum of RGB (Red+Green+Blue) = 114+11+186=311 (41% of max value = 765). Red value is 114 (44.92% from 255 or 36.66% from 311); Green value is 11 (4.69% from 255 or 3.54% from 311); Blue value is 186 (73.05% from 255 or 59.81% from 311); Max value from RGB is 186 - color contains mainly: blue. Hex color #720BBA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #720BBA is #8DF445. Grayscale: #3D3D3D. Windows color (decimal): -9303110 or 12192626. OLE color: 12192626.
HSL color Cylindrical-coordinate representation of color #720BBA: hue angle of 275.31º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #720BBA is Cyan = 0.39, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 114 | 11 | 186 | - |
| CMYK | 0.39 | 0.94 | 0 | 0.27 |
| HSL | 275.31º | 0.89% | 0.39% | - |
| HSV(B) | 275.31º | 0.94% | 0.73% | - |
| XYZ | 15.92 | 7.36 | 47.04 | - |
| YUV | 61.75 | 198.12 | 165.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 11 | 186 | 0.39 | 0.94 | 0 | 0.27 | 275.31 | 0.89 | 0.39 |
| Hex | 72 | B | BA | 27 | 5E | 0 | 1B | 113 | 59 | 27 |
| Octal | 162 | 13 | 272 | 47 | 136 | 0 | 33 | 423 | 131 | 47 |
| Binary | 1110010 | 1011 | 10111010 | 100111 | 1011110 | 0 | 11011 | 100010011 | 1011001 | 100111 |
Color Harmonies of #720BBA
Complementary color
Monochromatic Colors of #720BBA
Black with #720BBA
Text Example
Text Example
White with #720BBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #720BBA; }
p { color: rgb(114,11,186); }
H1.HeaderClassName
{
color: #720BBA;
}
.AnyTagClassName
{
color: #720BBA;
}
</style>
background-color css
<style>
a { background-color: #720BBA; }
a { background-color: rgb(114,11,186); }
div.DivClassName
{
background-color: #720BBA;
}
.BgClassName
{
background-color: #720BBA;
}
</style>
border-color css
<style>
span { border-color: #720BBA; }
span { border-color: rgb(114,11,186); }
td.TdClassName
{
border-color: #720BBA;
}
.TagClassName
{
border-color: #720BBA;
}
</style>