Shades of Purple Heart #720FCC
Tints of Purple Heart #720FCC
RGB
CMYK
RGB Variations
Color information
#720FCC (or 0x720FCC) is known color: Purple Heart. HEX triplet: 72, 0F and CC. RGB value is (114,15,204). Sum of RGB (Red+Green+Blue) = 114+15+204=333 (44% of max value = 765). Red value is 114 (44.92% from 255 or 34.23% from 333); Green value is 15 (6.25% from 255 or 4.50% from 333); Blue value is 204 (80.08% from 255 or 61.26% from 333); Max value from RGB is 204 - color contains mainly: blue. Hex color #720FCC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #720FCC is #8DF033. Grayscale: #414141. Windows color (decimal): -9302068 or 13373298. OLE color: 13373298.
HSL color Cylindrical-coordinate representation of color #720FCC: hue angle of 271.43º 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 #720FCC is Cyan = 0.44, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 114 | 15 | 204 | - |
| CMYK | 0.44 | 0.93 | 0 | 0.2 |
| HSL | 271.43º | 0.86% | 0.43% | - |
| HSV(B) | 271.43º | 0.93% | 0.8% | - |
| XYZ | 18.01 | 8.28 | 57.78 | - |
| YUV | 66.15 | 205.8 | 162.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 15 | 204 | 0.44 | 0.93 | 0 | 0.2 | 271.43 | 0.86 | 0.43 |
| Hex | 72 | F | CC | 2C | 5D | 0 | 14 | 10F | 56 | 2B |
| Octal | 162 | 17 | 314 | 54 | 135 | 0 | 24 | 417 | 126 | 53 |
| Binary | 1110010 | 1111 | 11001100 | 101100 | 1011101 | 0 | 10100 | 100001111 | 1010110 | 101011 |
Color Harmonies of #720FCC
Complementary color
Monochromatic Colors of #720FCC
Black with #720FCC
Text Example
Text Example
White with #720FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #720FCC; }
p { color: rgb(114,15,204); }
H1.HeaderClassName
{
color: #720FCC;
}
.AnyTagClassName
{
color: #720FCC;
}
</style>
background-color css
<style>
a { background-color: #720FCC; }
a { background-color: rgb(114,15,204); }
div.DivClassName
{
background-color: #720FCC;
}
.BgClassName
{
background-color: #720FCC;
}
</style>
border-color css
<style>
span { border-color: #720FCC; }
span { border-color: rgb(114,15,204); }
td.TdClassName
{
border-color: #720FCC;
}
.TagClassName
{
border-color: #720FCC;
}
</style>