Shades of Purple Heart #720FCD
Tints of Purple Heart #720FCD
RGB
CMYK
RGB Variations
Color information
#720FCD (or 0x720FCD) is known color: Purple Heart. HEX triplet: 72, 0F and CD. RGB value is (114,15,205). Sum of RGB (Red+Green+Blue) = 114+15+205=334 (44% of max value = 765). Red value is 114 (44.92% from 255 or 34.13% from 334); Green value is 15 (6.25% from 255 or 4.49% from 334); Blue value is 205 (80.47% from 255 or 61.38% from 334); Max value from RGB is 205 - color contains mainly: blue. Hex color #720FCD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #720FCD is #8DF032. Grayscale: #414141. Windows color (decimal): -9302067 or 13438834. OLE color: 13438834.
HSL color Cylindrical-coordinate representation of color #720FCD: hue angle of 271.26º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #720FCD is Cyan = 0.44, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 114 | 15 | 205 | - |
| CMYK | 0.44 | 0.93 | 0 | 0.20 |
| HSL | 271.26º | 0.86% | 0.43% | - |
| HSV(B) | 271.26º | 0.93% | 0.8% | - |
| XYZ | 18.13 | 8.33 | 58.41 | - |
| YUV | 66.26 | 206.3 | 162.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 15 | 205 | 0.44 | 0.93 | 0 | 0.20 | 271.26 | 0.86 | 0.43 |
| Hex | 72 | F | CD | 2C | 5D | 0 | 14 | 10F | 56 | 2B |
| Octal | 162 | 17 | 315 | 54 | 135 | 0 | 24 | 417 | 126 | 53 |
| Binary | 1110010 | 1111 | 11001101 | 101100 | 1011101 | 0 | 10100 | 100001111 | 1010110 | 101011 |
Color Harmonies of #720FCD
Complementary color
Monochromatic Colors of #720FCD
Black with #720FCD
Text Example
Text Example
White with #720FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #720FCD; }
p { color: rgb(114,15,205); }
H1.HeaderClassName
{
color: #720FCD;
}
.AnyTagClassName
{
color: #720FCD;
}
</style>
background-color css
<style>
a { background-color: #720FCD; }
a { background-color: rgb(114,15,205); }
div.DivClassName
{
background-color: #720FCD;
}
.BgClassName
{
background-color: #720FCD;
}
</style>
border-color css
<style>
span { border-color: #720FCD; }
span { border-color: rgb(114,15,205); }
td.TdClassName
{
border-color: #720FCD;
}
.TagClassName
{
border-color: #720FCD;
}
</style>