Shades of Purple Heart #5D3BDF
Tints of Purple Heart #5D3BDF
RGB
CMYK
RGB Variations
Color information
#5D3BDF (or 0x5D3BDF) is known color: Purple Heart. HEX triplet: 5D, 3B and DF. RGB value is (93,59,223). Sum of RGB (Red+Green+Blue) = 93+59+223=375 (49% of max value = 765). Red value is 93 (36.72% from 255 or 24.8% from 375); Green value is 59 (23.44% from 255 or 15.73% from 375); Blue value is 223 (87.5% from 255 or 59.47% from 375); Max value from RGB is 223 - color contains mainly: blue. Hex color #5D3BDF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5D3BDF is #A2C420. Grayscale: #575757. Windows color (decimal): -10667041 or 14629725. OLE color: 14629725.
HSL color Cylindrical-coordinate representation of color #5D3BDF: hue angle of 252.44º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #5D3BDF is Cyan = 0.58, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 93 | 59 | 223 | - |
| CMYK | 0.58 | 0.74 | 0 | 0.13 |
| HSL | 252.44º | 0.72% | 0.55% | - |
| HSV(B) | 252.44º | 0.74% | 0.87% | - |
| XYZ | 19.4 | 10.78 | 70.87 | - |
| YUV | 87.86 | 204.26 | 131.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 59 | 223 | 0.58 | 0.74 | 0 | 0.13 | 252.44 | 0.72 | 0.55 |
| Hex | 5D | 3B | DF | 3A | 4A | 0 | D | FC | 48 | 37 |
| Octal | 135 | 73 | 337 | 72 | 112 | 0 | 15 | 374 | 110 | 67 |
| Binary | 1011101 | 111011 | 11011111 | 111010 | 1001010 | 0 | 1101 | 11111100 | 1001000 | 110111 |
Color Harmonies of #5D3BDF
Complementary color
Monochromatic Colors of #5D3BDF
Black with #5D3BDF
Text Example
Text Example
White with #5D3BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D3BDF; }
p { color: rgb(93,59,223); }
H1.HeaderClassName
{
color: #5D3BDF;
}
.AnyTagClassName
{
color: #5D3BDF;
}
</style>
background-color css
<style>
a { background-color: #5D3BDF; }
a { background-color: rgb(93,59,223); }
div.DivClassName
{
background-color: #5D3BDF;
}
.BgClassName
{
background-color: #5D3BDF;
}
</style>
border-color css
<style>
span { border-color: #5D3BDF; }
span { border-color: rgb(93,59,223); }
td.TdClassName
{
border-color: #5D3BDF;
}
.TagClassName
{
border-color: #5D3BDF;
}
</style>