Shades of Purple Heart #721BCD
Tints of Purple Heart #721BCD
RGB
CMYK
RGB Variations
Color information
#721BCD (or 0x721BCD) is known color: Purple Heart. HEX triplet: 72, 1B and CD. RGB value is (114,27,205). Sum of RGB (Red+Green+Blue) = 114+27+205=346 (45% of max value = 765). Red value is 114 (44.92% from 255 or 32.95% from 346); Green value is 27 (10.94% from 255 or 7.80% from 346); Blue value is 205 (80.47% from 255 or 59.25% from 346); Max value from RGB is 205 - color contains mainly: blue. Hex color #721BCD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #721BCD is #8DE432. Grayscale: #484848. Windows color (decimal): -9298995 or 13441906. OLE color: 13441906.
HSL color Cylindrical-coordinate representation of color #721BCD: hue angle of 269.33º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #721BCD is Cyan = 0.44, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 114 | 27 | 205 | - |
| CMYK | 0.44 | 0.87 | 0 | 0.20 |
| HSL | 269.33º | 0.77% | 0.45% | - |
| HSV(B) | 269.33º | 0.87% | 0.8% | - |
| XYZ | 18.35 | 8.77 | 58.48 | - |
| YUV | 73.31 | 202.32 | 157.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 27 | 205 | 0.44 | 0.87 | 0 | 0.20 | 269.33 | 0.77 | 0.45 |
| Hex | 72 | 1B | CD | 2C | 57 | 0 | 14 | 10D | 4D | 2D |
| Octal | 162 | 33 | 315 | 54 | 127 | 0 | 24 | 415 | 115 | 55 |
| Binary | 1110010 | 11011 | 11001101 | 101100 | 1010111 | 0 | 10100 | 100001101 | 1001101 | 101101 |
Color Harmonies of #721BCD
Complementary color
Monochromatic Colors of #721BCD
Black with #721BCD
Text Example
Text Example
White with #721BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #721BCD; }
p { color: rgb(114,27,205); }
H1.HeaderClassName
{
color: #721BCD;
}
.AnyTagClassName
{
color: #721BCD;
}
</style>
background-color css
<style>
a { background-color: #721BCD; }
a { background-color: rgb(114,27,205); }
div.DivClassName
{
background-color: #721BCD;
}
.BgClassName
{
background-color: #721BCD;
}
</style>
border-color css
<style>
span { border-color: #721BCD; }
span { border-color: rgb(114,27,205); }
td.TdClassName
{
border-color: #721BCD;
}
.TagClassName
{
border-color: #721BCD;
}
</style>