Shades of Purple Heart #721CCF
Tints of Purple Heart #721CCF
RGB
CMYK
RGB Variations
Color information
#721CCF (or 0x721CCF) is known color: Purple Heart. HEX triplet: 72, 1C and CF. RGB value is (114,28,207). Sum of RGB (Red+Green+Blue) = 114+28+207=349 (46% of max value = 765). Red value is 114 (44.92% from 255 or 32.66% from 349); Green value is 28 (11.33% from 255 or 8.02% from 349); Blue value is 207 (81.25% from 255 or 59.31% from 349); Max value from RGB is 207 - color contains mainly: blue. Hex color #721CCF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #721CCF is #8DE330. Grayscale: #494949. Windows color (decimal): -9298737 or 13573234. OLE color: 13573234.
HSL color Cylindrical-coordinate representation of color #721CCF: hue angle of 268.83º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #721CCF is Cyan = 0.45, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 114 | 28 | 207 | - |
| CMYK | 0.45 | 0.86 | 0 | 0.19 |
| HSL | 268.83º | 0.76% | 0.46% | - |
| HSV(B) | 268.83º | 0.86% | 0.81% | - |
| XYZ | 18.62 | 8.91 | 59.77 | - |
| YUV | 74.12 | 202.99 | 156.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 28 | 207 | 0.45 | 0.86 | 0 | 0.19 | 268.83 | 0.76 | 0.46 |
| Hex | 72 | 1C | CF | 2D | 56 | 0 | 13 | 10D | 4C | 2E |
| Octal | 162 | 34 | 317 | 55 | 126 | 0 | 23 | 415 | 114 | 56 |
| Binary | 1110010 | 11100 | 11001111 | 101101 | 1010110 | 0 | 10011 | 100001101 | 1001100 | 101110 |
Color Harmonies of #721CCF
Complementary color
Monochromatic Colors of #721CCF
Black with #721CCF
Text Example
Text Example
White with #721CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #721CCF; }
p { color: rgb(114,28,207); }
H1.HeaderClassName
{
color: #721CCF;
}
.AnyTagClassName
{
color: #721CCF;
}
</style>
background-color css
<style>
a { background-color: #721CCF; }
a { background-color: rgb(114,28,207); }
div.DivClassName
{
background-color: #721CCF;
}
.BgClassName
{
background-color: #721CCF;
}
</style>
border-color css
<style>
span { border-color: #721CCF; }
span { border-color: rgb(114,28,207); }
td.TdClassName
{
border-color: #721CCF;
}
.TagClassName
{
border-color: #721CCF;
}
</style>