Shades of Purple Heart #720BC5
Tints of Purple Heart #720BC5
RGB
CMYK
RGB Variations
Color information
#720BC5 (or 0x720BC5) is known color: Purple Heart. HEX triplet: 72, 0B and C5. RGB value is (114,11,197). Sum of RGB (Red+Green+Blue) = 114+11+197=322 (42% of max value = 765). Red value is 114 (44.92% from 255 or 35.40% from 322); Green value is 11 (4.69% from 255 or 3.42% from 322); Blue value is 197 (77.34% from 255 or 61.18% from 322); Max value from RGB is 197 - color contains mainly: blue. Hex color #720BC5 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #720BC5 is #8DF43A. Grayscale: #3E3E3E. Windows color (decimal): -9303099 or 12913522. OLE color: 12913522.
HSL color Cylindrical-coordinate representation of color #720BC5: hue angle of 273.23º degrees, saturation: 0.89, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #720BC5 is Cyan = 0.42, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 114 | 11 | 197 | - |
| CMYK | 0.42 | 0.94 | 0 | 0.23 |
| HSL | 273.23º | 0.89% | 0.41% | - |
| HSV(B) | 273.23º | 0.94% | 0.77% | - |
| XYZ | 17.14 | 7.85 | 53.43 | - |
| YUV | 63 | 203.62 | 164.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 11 | 197 | 0.42 | 0.94 | 0 | 0.23 | 273.23 | 0.89 | 0.41 |
| Hex | 72 | B | C5 | 2A | 5E | 0 | 17 | 111 | 59 | 29 |
| Octal | 162 | 13 | 305 | 52 | 136 | 0 | 27 | 421 | 131 | 51 |
| Binary | 1110010 | 1011 | 11000101 | 101010 | 1011110 | 0 | 10111 | 100010001 | 1011001 | 101001 |
Color Harmonies of #720BC5
Complementary color
Monochromatic Colors of #720BC5
Black with #720BC5
Text Example
Text Example
White with #720BC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #720BC5; }
p { color: rgb(114,11,197); }
H1.HeaderClassName
{
color: #720BC5;
}
.AnyTagClassName
{
color: #720BC5;
}
</style>
background-color css
<style>
a { background-color: #720BC5; }
a { background-color: rgb(114,11,197); }
div.DivClassName
{
background-color: #720BC5;
}
.BgClassName
{
background-color: #720BC5;
}
</style>
border-color css
<style>
span { border-color: #720BC5; }
span { border-color: rgb(114,11,197); }
td.TdClassName
{
border-color: #720BC5;
}
.TagClassName
{
border-color: #720BC5;
}
</style>