Shades of Purple Heart #5D21CE
Tints of Purple Heart #5D21CE
RGB
CMYK
RGB Variations
Color information
#5D21CE (or 0x5D21CE) is known color: Purple Heart. HEX triplet: 5D, 21 and CE. RGB value is (93,33,206). Sum of RGB (Red+Green+Blue) = 93+33+206=332 (43% of max value = 765). Red value is 93 (36.72% from 255 or 28.01% from 332); Green value is 33 (13.28% from 255 or 9.94% from 332); Blue value is 206 (80.86% from 255 or 62.05% from 332); Max value from RGB is 206 - color contains mainly: blue. Hex color #5D21CE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5D21CE is #A2DE31. Grayscale: #464646. Windows color (decimal): -10673714 or 13508957. OLE color: 13508957.
HSL color Cylindrical-coordinate representation of color #5D21CE: hue angle of 260.81º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #5D21CE is Cyan = 0.55, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 93 | 33 | 206 | - |
| CMYK | 0.55 | 0.84 | 0 | 0.19 |
| HSL | 260.81º | 0.72% | 0.47% | - |
| HSV(B) | 260.81º | 0.84% | 0.81% | - |
| XYZ | 16.2 | 7.87 | 59.06 | - |
| YUV | 70.66 | 204.38 | 143.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 33 | 206 | 0.55 | 0.84 | 0 | 0.19 | 260.81 | 0.72 | 0.47 |
| Hex | 5D | 21 | CE | 37 | 54 | 0 | 13 | 105 | 48 | 2F |
| Octal | 135 | 41 | 316 | 67 | 124 | 0 | 23 | 405 | 110 | 57 |
| Binary | 1011101 | 100001 | 11001110 | 110111 | 1010100 | 0 | 10011 | 100000101 | 1001000 | 101111 |
Color Harmonies of #5D21CE
Complementary color
Monochromatic Colors of #5D21CE
Black with #5D21CE
Text Example
Text Example
White with #5D21CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D21CE; }
p { color: rgb(93,33,206); }
H1.HeaderClassName
{
color: #5D21CE;
}
.AnyTagClassName
{
color: #5D21CE;
}
</style>
background-color css
<style>
a { background-color: #5D21CE; }
a { background-color: rgb(93,33,206); }
div.DivClassName
{
background-color: #5D21CE;
}
.BgClassName
{
background-color: #5D21CE;
}
</style>
border-color css
<style>
span { border-color: #5D21CE; }
span { border-color: rgb(93,33,206); }
td.TdClassName
{
border-color: #5D21CE;
}
.TagClassName
{
border-color: #5D21CE;
}
</style>