Shades of Purple Heart #5721CD
Tints of Purple Heart #5721CD
RGB
CMYK
RGB Variations
Color information
#5721CD (or 0x5721CD) is known color: Purple Heart. HEX triplet: 57, 21 and CD. RGB value is (87,33,205). Sum of RGB (Red+Green+Blue) = 87+33+205=325 (43% of max value = 765). Red value is 87 (34.38% from 255 or 26.77% from 325); Green value is 33 (13.28% from 255 or 10.15% from 325); Blue value is 205 (80.47% from 255 or 63.08% from 325); Max value from RGB is 205 - color contains mainly: blue. Hex color #5721CD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5721CD is #A8DE32. Grayscale: #444444. Windows color (decimal): -11066931 or 13443415. OLE color: 13443415.
HSL color Cylindrical-coordinate representation of color #5721CD: hue angle of 258.84º 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 #5721CD is Cyan = 0.58, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 87 | 33 | 205 | - |
| CMYK | 0.58 | 0.84 | 0 | 0.20 |
| HSL | 258.84º | 0.72% | 0.47% | - |
| HSV(B) | 258.84º | 0.84% | 0.8% | - |
| XYZ | 15.49 | 7.52 | 58.39 | - |
| YUV | 68.75 | 204.89 | 141.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 33 | 205 | 0.58 | 0.84 | 0 | 0.20 | 258.84 | 0.72 | 0.47 |
| Hex | 57 | 21 | CD | 3A | 54 | 0 | 14 | 103 | 48 | 2F |
| Octal | 127 | 41 | 315 | 72 | 124 | 0 | 24 | 403 | 110 | 57 |
| Binary | 1010111 | 100001 | 11001101 | 111010 | 1010100 | 0 | 10100 | 100000011 | 1001000 | 101111 |
Color Harmonies of #5721CD
Complementary color
Monochromatic Colors of #5721CD
Black with #5721CD
Text Example
Text Example
White with #5721CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5721CD; }
p { color: rgb(87,33,205); }
H1.HeaderClassName
{
color: #5721CD;
}
.AnyTagClassName
{
color: #5721CD;
}
</style>
background-color css
<style>
a { background-color: #5721CD; }
a { background-color: rgb(87,33,205); }
div.DivClassName
{
background-color: #5721CD;
}
.BgClassName
{
background-color: #5721CD;
}
</style>
border-color css
<style>
span { border-color: #5721CD; }
span { border-color: rgb(87,33,205); }
td.TdClassName
{
border-color: #5721CD;
}
.TagClassName
{
border-color: #5721CD;
}
</style>