Shades of Purple Heart #720BBF
Tints of Purple Heart #720BBF
RGB
CMYK
RGB Variations
Color information
#720BBF (or 0x720BBF) is known color: Purple Heart. HEX triplet: 72, 0B and BF. RGB value is (114,11,191). Sum of RGB (Red+Green+Blue) = 114+11+191=316 (41% of max value = 765). Red value is 114 (44.92% from 255 or 36.08% from 316); Green value is 11 (4.69% from 255 or 3.48% from 316); Blue value is 191 (75% from 255 or 60.44% from 316); Max value from RGB is 191 - color contains mainly: blue. Hex color #720BBF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #720BBF is #8DF440. Grayscale: #3D3D3D. Windows color (decimal): -9303105 or 12520306. OLE color: 12520306.
HSL color Cylindrical-coordinate representation of color #720BBF: hue angle of 274.33º degrees, saturation: 0.89, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #720BBF is Cyan = 0.40, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 114 | 11 | 191 | - |
| CMYK | 0.40 | 0.94 | 0 | 0.25 |
| HSL | 274.33º | 0.89% | 0.4% | - |
| HSV(B) | 274.33º | 0.94% | 0.75% | - |
| XYZ | 16.46 | 7.58 | 49.89 | - |
| YUV | 62.32 | 200.62 | 164.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 11 | 191 | 0.40 | 0.94 | 0 | 0.25 | 274.33 | 0.89 | 0.4 |
| Hex | 72 | B | BF | 28 | 5E | 0 | 19 | 112 | 59 | 28 |
| Octal | 162 | 13 | 277 | 50 | 136 | 0 | 31 | 422 | 131 | 50 |
| Binary | 1110010 | 1011 | 10111111 | 101000 | 1011110 | 0 | 11001 | 100010010 | 1011001 | 101000 |
Color Harmonies of #720BBF
Complementary color
Monochromatic Colors of #720BBF
Black with #720BBF
Text Example
Text Example
White with #720BBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #720BBF; }
p { color: rgb(114,11,191); }
H1.HeaderClassName
{
color: #720BBF;
}
.AnyTagClassName
{
color: #720BBF;
}
</style>
background-color css
<style>
a { background-color: #720BBF; }
a { background-color: rgb(114,11,191); }
div.DivClassName
{
background-color: #720BBF;
}
.BgClassName
{
background-color: #720BBF;
}
</style>
border-color css
<style>
span { border-color: #720BBF; }
span { border-color: rgb(114,11,191); }
td.TdClassName
{
border-color: #720BBF;
}
.TagClassName
{
border-color: #720BBF;
}
</style>