Shades of Purple Heart #721ACE
Tints of Purple Heart #721ACE
RGB
CMYK
RGB Variations
Color information
#721ACE (or 0x721ACE) is known color: Purple Heart. HEX triplet: 72, 1A and CE. RGB value is (114,26,206). Sum of RGB (Red+Green+Blue) = 114+26+206=346 (45% of max value = 765). Red value is 114 (44.92% from 255 or 32.95% from 346); Green value is 26 (10.55% from 255 or 7.51% from 346); Blue value is 206 (80.86% from 255 or 59.54% from 346); Max value from RGB is 206 - color contains mainly: blue. Hex color #721ACE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #721ACE is #8DE531. Grayscale: #484848. Windows color (decimal): -9299250 or 13507186. OLE color: 13507186.
HSL color Cylindrical-coordinate representation of color #721ACE: hue angle of 269.33º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #721ACE is Cyan = 0.45, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 114 | 26 | 206 | - |
| CMYK | 0.45 | 0.87 | 0 | 0.19 |
| HSL | 269.33º | 0.78% | 0.45% | - |
| HSV(B) | 269.33º | 0.87% | 0.81% | - |
| XYZ | 18.45 | 8.77 | 59.11 | - |
| YUV | 72.83 | 203.15 | 157.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 26 | 206 | 0.45 | 0.87 | 0 | 0.19 | 269.33 | 0.78 | 0.45 |
| Hex | 72 | 1A | CE | 2D | 57 | 0 | 13 | 10D | 4E | 2D |
| Octal | 162 | 32 | 316 | 55 | 127 | 0 | 23 | 415 | 116 | 55 |
| Binary | 1110010 | 11010 | 11001110 | 101101 | 1010111 | 0 | 10011 | 100001101 | 1001110 | 101101 |
Color Harmonies of #721ACE
Complementary color
Monochromatic Colors of #721ACE
Black with #721ACE
Text Example
Text Example
White with #721ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #721ACE; }
p { color: rgb(114,26,206); }
H1.HeaderClassName
{
color: #721ACE;
}
.AnyTagClassName
{
color: #721ACE;
}
</style>
background-color css
<style>
a { background-color: #721ACE; }
a { background-color: rgb(114,26,206); }
div.DivClassName
{
background-color: #721ACE;
}
.BgClassName
{
background-color: #721ACE;
}
</style>
border-color css
<style>
span { border-color: #721ACE; }
span { border-color: rgb(114,26,206); }
td.TdClassName
{
border-color: #721ACE;
}
.TagClassName
{
border-color: #721ACE;
}
</style>