Shades of Purple Heart #4721CD
Tints of Purple Heart #4721CD
RGB
CMYK
RGB Variations
Color information
#4721CD (or 0x4721CD) is known color: Purple Heart. HEX triplet: 47, 21 and CD. RGB value is (71,33,205). Sum of RGB (Red+Green+Blue) = 71+33+205=309 (40% of max value = 765). Red value is 71 (28.12% from 255 or 22.98% from 309); Green value is 33 (13.28% from 255 or 10.68% from 309); Blue value is 205 (80.47% from 255 or 66.34% from 309); Max value from RGB is 205 - color contains mainly: blue. Hex color #4721CD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4721CD is #B8DE32. Grayscale: #3F3F3F. Windows color (decimal): -12115507 or 13443399. OLE color: 13443399.
HSL color Cylindrical-coordinate representation of color #4721CD: hue angle of 253.26º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #4721CD is Cyan = 0.65, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 71 | 33 | 205 | - |
| CMYK | 0.65 | 0.84 | 0 | 0.20 |
| HSL | 253.26º | 0.72% | 0.47% | - |
| HSV(B) | 253.26º | 0.84% | 0.8% | - |
| XYZ | 14.16 | 6.84 | 58.33 | - |
| YUV | 63.97 | 207.59 | 133.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 33 | 205 | 0.65 | 0.84 | 0 | 0.20 | 253.26 | 0.72 | 0.47 |
| Hex | 47 | 21 | CD | 41 | 54 | 0 | 14 | FD | 48 | 2F |
| Octal | 107 | 41 | 315 | 101 | 124 | 0 | 24 | 375 | 110 | 57 |
| Binary | 1000111 | 100001 | 11001101 | 1000001 | 1010100 | 0 | 10100 | 11111101 | 1001000 | 101111 |
Color Harmonies of #4721CD
Complementary color
Monochromatic Colors of #4721CD
Black with #4721CD
Text Example
Text Example
White with #4721CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4721CD; }
p { color: rgb(71,33,205); }
H1.HeaderClassName
{
color: #4721CD;
}
.AnyTagClassName
{
color: #4721CD;
}
</style>
background-color css
<style>
a { background-color: #4721CD; }
a { background-color: rgb(71,33,205); }
div.DivClassName
{
background-color: #4721CD;
}
.BgClassName
{
background-color: #4721CD;
}
</style>
border-color css
<style>
span { border-color: #4721CD; }
span { border-color: rgb(71,33,205); }
td.TdClassName
{
border-color: #4721CD;
}
.TagClassName
{
border-color: #4721CD;
}
</style>