Shades of Purple Heart #721DBA
Tints of Purple Heart #721DBA
RGB
CMYK
RGB Variations
Color information
#721DBA (or 0x721DBA) is known color: Purple Heart. HEX triplet: 72, 1D and BA. RGB value is (114,29,186). Sum of RGB (Red+Green+Blue) = 114+29+186=329 (43% of max value = 765). Red value is 114 (44.92% from 255 or 34.65% from 329); Green value is 29 (11.72% from 255 or 8.81% from 329); Blue value is 186 (73.05% from 255 or 56.53% from 329); Max value from RGB is 186 - color contains mainly: blue. Hex color #721DBA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #721DBA is #8DE245. Grayscale: #474747. Windows color (decimal): -9298502 or 12197234. OLE color: 12197234.
HSL color Cylindrical-coordinate representation of color #721DBA: hue angle of 272.48º degrees, saturation: 0.73, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #721DBA is Cyan = 0.39, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 114 | 29 | 186 | - |
| CMYK | 0.39 | 0.84 | 0 | 0.27 |
| HSL | 272.48º | 0.73% | 0.42% | - |
| HSV(B) | 272.48º | 0.84% | 0.73% | - |
| XYZ | 16.24 | 8 | 47.14 | - |
| YUV | 72.31 | 192.16 | 157.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 29 | 186 | 0.39 | 0.84 | 0 | 0.27 | 272.48 | 0.73 | 0.42 |
| Hex | 72 | 1D | BA | 27 | 54 | 0 | 1B | 110 | 49 | 2A |
| Octal | 162 | 35 | 272 | 47 | 124 | 0 | 33 | 420 | 111 | 52 |
| Binary | 1110010 | 11101 | 10111010 | 100111 | 1010100 | 0 | 11011 | 100010000 | 1001001 | 101010 |
Color Harmonies of #721DBA
Complementary color
Monochromatic Colors of #721DBA
Black with #721DBA
Text Example
Text Example
White with #721DBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #721DBA; }
p { color: rgb(114,29,186); }
H1.HeaderClassName
{
color: #721DBA;
}
.AnyTagClassName
{
color: #721DBA;
}
</style>
background-color css
<style>
a { background-color: #721DBA; }
a { background-color: rgb(114,29,186); }
div.DivClassName
{
background-color: #721DBA;
}
.BgClassName
{
background-color: #721DBA;
}
</style>
border-color css
<style>
span { border-color: #721DBA; }
span { border-color: rgb(114,29,186); }
td.TdClassName
{
border-color: #721DBA;
}
.TagClassName
{
border-color: #721DBA;
}
</style>