Shades of Purple Heart #720BC0
Tints of Purple Heart #720BC0
RGB
CMYK
RGB Variations
Color information
#720BC0 (or 0x720BC0) is known color: Purple Heart. HEX triplet: 72, 0B and C0. RGB value is (114,11,192). Sum of RGB (Red+Green+Blue) = 114+11+192=317 (41% of max value = 765). Red value is 114 (44.92% from 255 or 35.96% from 317); Green value is 11 (4.69% from 255 or 3.47% from 317); Blue value is 192 (75.39% from 255 or 60.57% from 317); Max value from RGB is 192 - color contains mainly: blue. Hex color #720BC0 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #720BC0 is #8DF43F. Grayscale: #3D3D3D. Windows color (decimal): -9303104 or 12585842. OLE color: 12585842.
HSL color Cylindrical-coordinate representation of color #720BC0: hue angle of 274.14º 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 #720BC0 is Cyan = 0.41, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 114 | 11 | 192 | - |
| CMYK | 0.41 | 0.94 | 0 | 0.25 |
| HSL | 274.14º | 0.89% | 0.4% | - |
| HSV(B) | 274.14º | 0.94% | 0.75% | - |
| XYZ | 16.57 | 7.62 | 50.47 | - |
| YUV | 62.43 | 201.12 | 164.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 11 | 192 | 0.41 | 0.94 | 0 | 0.25 | 274.14 | 0.89 | 0.4 |
| Hex | 72 | B | C0 | 29 | 5E | 0 | 19 | 112 | 59 | 28 |
| Octal | 162 | 13 | 300 | 51 | 136 | 0 | 31 | 422 | 131 | 50 |
| Binary | 1110010 | 1011 | 11000000 | 101001 | 1011110 | 0 | 11001 | 100010010 | 1011001 | 101000 |
Color Harmonies of #720BC0
Complementary color
Monochromatic Colors of #720BC0
Black with #720BC0
Text Example
Text Example
White with #720BC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #720BC0; }
p { color: rgb(114,11,192); }
H1.HeaderClassName
{
color: #720BC0;
}
.AnyTagClassName
{
color: #720BC0;
}
</style>
background-color css
<style>
a { background-color: #720BC0; }
a { background-color: rgb(114,11,192); }
div.DivClassName
{
background-color: #720BC0;
}
.BgClassName
{
background-color: #720BC0;
}
</style>
border-color css
<style>
span { border-color: #720BC0; }
span { border-color: rgb(114,11,192); }
td.TdClassName
{
border-color: #720BC0;
}
.TagClassName
{
border-color: #720BC0;
}
</style>