Shades of Purple Heart #721FCF
Tints of Purple Heart #721FCF
RGB
CMYK
RGB Variations
Color information
#721FCF (or 0x721FCF) is known color: Purple Heart. HEX triplet: 72, 1F and CF. RGB value is (114,31,207). Sum of RGB (Red+Green+Blue) = 114+31+207=352 (46% of max value = 765). Red value is 114 (44.92% from 255 or 32.39% from 352); Green value is 31 (12.5% from 255 or 8.81% from 352); Blue value is 207 (81.25% from 255 or 58.81% from 352); Max value from RGB is 207 - color contains mainly: blue. Hex color #721FCF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #721FCF is #8DE030. Grayscale: #4B4B4B. Windows color (decimal): -9297969 or 13574002. OLE color: 13574002.
HSL color Cylindrical-coordinate representation of color #721FCF: hue angle of 268.3º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #721FCF is Cyan = 0.45, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 114 | 31 | 207 | - |
| CMYK | 0.45 | 0.85 | 0 | 0.19 |
| HSL | 268.3º | 0.74% | 0.47% | - |
| HSV(B) | 268.3º | 0.85% | 0.81% | - |
| XYZ | 18.69 | 9.06 | 59.8 | - |
| YUV | 75.88 | 202 | 155.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 31 | 207 | 0.45 | 0.85 | 0 | 0.19 | 268.3 | 0.74 | 0.47 |
| Hex | 72 | 1F | CF | 2D | 55 | 0 | 13 | 10C | 4A | 2F |
| Octal | 162 | 37 | 317 | 55 | 125 | 0 | 23 | 414 | 112 | 57 |
| Binary | 1110010 | 11111 | 11001111 | 101101 | 1010101 | 0 | 10011 | 100001100 | 1001010 | 101111 |
Color Harmonies of #721FCF
Complementary color
Monochromatic Colors of #721FCF
Black with #721FCF
Text Example
Text Example
White with #721FCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #721FCF; }
p { color: rgb(114,31,207); }
H1.HeaderClassName
{
color: #721FCF;
}
.AnyTagClassName
{
color: #721FCF;
}
</style>
background-color css
<style>
a { background-color: #721FCF; }
a { background-color: rgb(114,31,207); }
div.DivClassName
{
background-color: #721FCF;
}
.BgClassName
{
background-color: #721FCF;
}
</style>
border-color css
<style>
span { border-color: #721FCF; }
span { border-color: rgb(114,31,207); }
td.TdClassName
{
border-color: #721FCF;
}
.TagClassName
{
border-color: #721FCF;
}
</style>