Shades of Purple Heart #5D34DF
Tints of Purple Heart #5D34DF
RGB
CMYK
RGB Variations
Color information
#5D34DF (or 0x5D34DF) is known color: Purple Heart. HEX triplet: 5D, 34 and DF. RGB value is (93,52,223). Sum of RGB (Red+Green+Blue) = 93+52+223=368 (48% of max value = 765). Red value is 93 (36.72% from 255 or 25.27% from 368); Green value is 52 (20.70% from 255 or 14.13% from 368); Blue value is 223 (87.5% from 255 or 60.60% from 368); Max value from RGB is 223 - color contains mainly: blue. Hex color #5D34DF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5D34DF is #A2CB20. Grayscale: #535353. Windows color (decimal): -10668833 or 14627933. OLE color: 14627933.
HSL color Cylindrical-coordinate representation of color #5D34DF: hue angle of 254.39º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #5D34DF is Cyan = 0.58, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 93 | 52 | 223 | - |
| CMYK | 0.58 | 0.77 | 0 | 0.13 |
| HSL | 254.39º | 0.73% | 0.54% | - |
| HSV(B) | 254.39º | 0.77% | 0.87% | - |
| XYZ | 19.06 | 10.11 | 70.76 | - |
| YUV | 83.75 | 206.58 | 134.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 52 | 223 | 0.58 | 0.77 | 0 | 0.13 | 254.39 | 0.73 | 0.54 |
| Hex | 5D | 34 | DF | 3A | 4D | 0 | D | FE | 49 | 36 |
| Octal | 135 | 64 | 337 | 72 | 115 | 0 | 15 | 376 | 111 | 66 |
| Binary | 1011101 | 110100 | 11011111 | 111010 | 1001101 | 0 | 1101 | 11111110 | 1001001 | 110110 |
Color Harmonies of #5D34DF
Complementary color
Monochromatic Colors of #5D34DF
Black with #5D34DF
Text Example
Text Example
White with #5D34DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D34DF; }
p { color: rgb(93,52,223); }
H1.HeaderClassName
{
color: #5D34DF;
}
.AnyTagClassName
{
color: #5D34DF;
}
</style>
background-color css
<style>
a { background-color: #5D34DF; }
a { background-color: rgb(93,52,223); }
div.DivClassName
{
background-color: #5D34DF;
}
.BgClassName
{
background-color: #5D34DF;
}
</style>
border-color css
<style>
span { border-color: #5D34DF; }
span { border-color: rgb(93,52,223); }
td.TdClassName
{
border-color: #5D34DF;
}
.TagClassName
{
border-color: #5D34DF;
}
</style>