Shades of Purple Heart #721DD0
Tints of Purple Heart #721DD0
RGB
CMYK
RGB Variations
Color information
#721DD0 (or 0x721DD0) is known color: Purple Heart. HEX triplet: 72, 1D and D0. RGB value is (114,29,208). Sum of RGB (Red+Green+Blue) = 114+29+208=351 (46% of max value = 765). Red value is 114 (44.92% from 255 or 32.48% from 351); Green value is 29 (11.72% from 255 or 8.26% from 351); Blue value is 208 (81.64% from 255 or 59.26% from 351); Max value from RGB is 208 - color contains mainly: blue. Hex color #721DD0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #721DD0 is #8DE22F. Grayscale: #4A4A4A. Windows color (decimal): -9298480 or 13639026. OLE color: 13639026.
HSL color Cylindrical-coordinate representation of color #721DD0: hue angle of 268.49º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #721DD0 is Cyan = 0.45, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 114 | 29 | 208 | - |
| CMYK | 0.45 | 0.86 | 0 | 0.18 |
| HSL | 268.49º | 0.76% | 0.46% | - |
| HSV(B) | 268.49º | 0.86% | 0.82% | - |
| XYZ | 18.76 | 9.01 | 60.42 | - |
| YUV | 74.82 | 203.16 | 155.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 29 | 208 | 0.45 | 0.86 | 0 | 0.18 | 268.49 | 0.76 | 0.46 |
| Hex | 72 | 1D | D0 | 2D | 56 | 0 | 12 | 10C | 4C | 2E |
| Octal | 162 | 35 | 320 | 55 | 126 | 0 | 22 | 414 | 114 | 56 |
| Binary | 1110010 | 11101 | 11010000 | 101101 | 1010110 | 0 | 10010 | 100001100 | 1001100 | 101110 |
Color Harmonies of #721DD0
Complementary color
Monochromatic Colors of #721DD0
Black with #721DD0
Text Example
Text Example
White with #721DD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #721DD0; }
p { color: rgb(114,29,208); }
H1.HeaderClassName
{
color: #721DD0;
}
.AnyTagClassName
{
color: #721DD0;
}
</style>
background-color css
<style>
a { background-color: #721DD0; }
a { background-color: rgb(114,29,208); }
div.DivClassName
{
background-color: #721DD0;
}
.BgClassName
{
background-color: #721DD0;
}
</style>
border-color css
<style>
span { border-color: #721DD0; }
span { border-color: rgb(114,29,208); }
td.TdClassName
{
border-color: #721DD0;
}
.TagClassName
{
border-color: #721DD0;
}
</style>