Shades of Purple Heart #5D3CDF
Tints of Purple Heart #5D3CDF
RGB
CMYK
RGB Variations
Color information
#5D3CDF (or 0x5D3CDF) is known color: Purple Heart. HEX triplet: 5D, 3C and DF. RGB value is (93,60,223). Sum of RGB (Red+Green+Blue) = 93+60+223=376 (49% of max value = 765). Red value is 93 (36.72% from 255 or 24.73% from 376); Green value is 60 (23.83% from 255 or 15.96% from 376); Blue value is 223 (87.5% from 255 or 59.31% from 376); Max value from RGB is 223 - color contains mainly: blue. Hex color #5D3CDF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5D3CDF is #A2C320. Grayscale: #575757. Windows color (decimal): -10666785 or 14629981. OLE color: 14629981.
HSL color Cylindrical-coordinate representation of color #5D3CDF: hue angle of 252.15º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #5D3CDF is Cyan = 0.58, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 93 | 60 | 223 | - |
| CMYK | 0.58 | 0.73 | 0 | 0.13 |
| HSL | 252.15º | 0.72% | 0.55% | - |
| HSV(B) | 252.15º | 0.73% | 0.87% | - |
| XYZ | 19.45 | 10.89 | 70.89 | - |
| YUV | 88.45 | 203.93 | 131.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 60 | 223 | 0.58 | 0.73 | 0 | 0.13 | 252.15 | 0.72 | 0.55 |
| Hex | 5D | 3C | DF | 3A | 49 | 0 | D | FC | 48 | 37 |
| Octal | 135 | 74 | 337 | 72 | 111 | 0 | 15 | 374 | 110 | 67 |
| Binary | 1011101 | 111100 | 11011111 | 111010 | 1001001 | 0 | 1101 | 11111100 | 1001000 | 110111 |
Color Harmonies of #5D3CDF
Complementary color
Monochromatic Colors of #5D3CDF
Black with #5D3CDF
Text Example
Text Example
White with #5D3CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D3CDF; }
p { color: rgb(93,60,223); }
H1.HeaderClassName
{
color: #5D3CDF;
}
.AnyTagClassName
{
color: #5D3CDF;
}
</style>
background-color css
<style>
a { background-color: #5D3CDF; }
a { background-color: rgb(93,60,223); }
div.DivClassName
{
background-color: #5D3CDF;
}
.BgClassName
{
background-color: #5D3CDF;
}
</style>
border-color css
<style>
span { border-color: #5D3CDF; }
span { border-color: rgb(93,60,223); }
td.TdClassName
{
border-color: #5D3CDF;
}
.TagClassName
{
border-color: #5D3CDF;
}
</style>