Shades of Purple Heart #5D21CC
Tints of Purple Heart #5D21CC
RGB
CMYK
RGB Variations
Color information
#5D21CC (or 0x5D21CC) is known color: Purple Heart. HEX triplet: 5D, 21 and CC. RGB value is (93,33,204). Sum of RGB (Red+Green+Blue) = 93+33+204=330 (43% of max value = 765). Red value is 93 (36.72% from 255 or 28.18% from 330); Green value is 33 (13.28% from 255 or 10% from 330); Blue value is 204 (80.08% from 255 or 61.82% from 330); Max value from RGB is 204 - color contains mainly: blue. Hex color #5D21CC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5D21CC is #A2DE33. Grayscale: #454545. Windows color (decimal): -10673716 or 13377885. OLE color: 13377885.
HSL color Cylindrical-coordinate representation of color #5D21CC: hue angle of 261.05º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #5D21CC is Cyan = 0.54, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 93 | 33 | 204 | - |
| CMYK | 0.54 | 0.84 | 0 | 0.2 |
| HSL | 261.05º | 0.72% | 0.46% | - |
| HSV(B) | 261.05º | 0.84% | 0.8% | - |
| XYZ | 15.96 | 7.77 | 57.79 | - |
| YUV | 70.43 | 203.38 | 144.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 33 | 204 | 0.54 | 0.84 | 0 | 0.2 | 261.05 | 0.72 | 0.46 |
| Hex | 5D | 21 | CC | 36 | 54 | 0 | 14 | 105 | 48 | 2E |
| Octal | 135 | 41 | 314 | 66 | 124 | 0 | 24 | 405 | 110 | 56 |
| Binary | 1011101 | 100001 | 11001100 | 110110 | 1010100 | 0 | 10100 | 100000101 | 1001000 | 101110 |
Color Harmonies of #5D21CC
Complementary color
Monochromatic Colors of #5D21CC
Black with #5D21CC
Text Example
Text Example
White with #5D21CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D21CC; }
p { color: rgb(93,33,204); }
H1.HeaderClassName
{
color: #5D21CC;
}
.AnyTagClassName
{
color: #5D21CC;
}
</style>
background-color css
<style>
a { background-color: #5D21CC; }
a { background-color: rgb(93,33,204); }
div.DivClassName
{
background-color: #5D21CC;
}
.BgClassName
{
background-color: #5D21CC;
}
</style>
border-color css
<style>
span { border-color: #5D21CC; }
span { border-color: rgb(93,33,204); }
td.TdClassName
{
border-color: #5D21CC;
}
.TagClassName
{
border-color: #5D21CC;
}
</style>