Shades of Purple Heart #5D21CD
Tints of Purple Heart #5D21CD
RGB
CMYK
RGB Variations
Color information
#5D21CD (or 0x5D21CD) is known color: Purple Heart. HEX triplet: 5D, 21 and CD. RGB value is (93,33,205). Sum of RGB (Red+Green+Blue) = 93+33+205=331 (43% of max value = 765). Red value is 93 (36.72% from 255 or 28.10% from 331); Green value is 33 (13.28% from 255 or 9.97% from 331); Blue value is 205 (80.47% from 255 or 61.93% from 331); Max value from RGB is 205 - color contains mainly: blue. Hex color #5D21CD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5D21CD is #A2DE32. Grayscale: #454545. Windows color (decimal): -10673715 or 13443421. OLE color: 13443421.
HSL color Cylindrical-coordinate representation of color #5D21CD: hue angle of 260.93º 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 #5D21CD is Cyan = 0.55, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 93 | 33 | 205 | - |
| CMYK | 0.55 | 0.84 | 0 | 0.20 |
| HSL | 260.93º | 0.72% | 0.47% | - |
| HSV(B) | 260.93º | 0.84% | 0.8% | - |
| XYZ | 16.08 | 7.82 | 58.42 | - |
| YUV | 70.55 | 203.88 | 144.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 33 | 205 | 0.55 | 0.84 | 0 | 0.20 | 260.93 | 0.72 | 0.47 |
| Hex | 5D | 21 | CD | 37 | 54 | 0 | 14 | 105 | 48 | 2F |
| Octal | 135 | 41 | 315 | 67 | 124 | 0 | 24 | 405 | 110 | 57 |
| Binary | 1011101 | 100001 | 11001101 | 110111 | 1010100 | 0 | 10100 | 100000101 | 1001000 | 101111 |
Color Harmonies of #5D21CD
Complementary color
Monochromatic Colors of #5D21CD
Black with #5D21CD
Text Example
Text Example
White with #5D21CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D21CD; }
p { color: rgb(93,33,205); }
H1.HeaderClassName
{
color: #5D21CD;
}
.AnyTagClassName
{
color: #5D21CD;
}
</style>
background-color css
<style>
a { background-color: #5D21CD; }
a { background-color: rgb(93,33,205); }
div.DivClassName
{
background-color: #5D21CD;
}
.BgClassName
{
background-color: #5D21CD;
}
</style>
border-color css
<style>
span { border-color: #5D21CD; }
span { border-color: rgb(93,33,205); }
td.TdClassName
{
border-color: #5D21CD;
}
.TagClassName
{
border-color: #5D21CD;
}
</style>