Shades of Purple Heart #5D38DF
Tints of Purple Heart #5D38DF
RGB
CMYK
RGB Variations
Color information
#5D38DF (or 0x5D38DF) is known color: Purple Heart. HEX triplet: 5D, 38 and DF. RGB value is (93,56,223). Sum of RGB (Red+Green+Blue) = 93+56+223=372 (49% of max value = 765). Red value is 93 (36.72% from 255 or 25% from 372); Green value is 56 (22.27% from 255 or 15.05% from 372); Blue value is 223 (87.5% from 255 or 59.95% from 372); Max value from RGB is 223 - color contains mainly: blue. Hex color #5D38DF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5D38DF is #A2C720. Grayscale: #555555. Windows color (decimal): -10667809 or 14628957. OLE color: 14628957.
HSL color Cylindrical-coordinate representation of color #5D38DF: hue angle of 253.29º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #5D38DF is Cyan = 0.58, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 93 | 56 | 223 | - |
| CMYK | 0.58 | 0.75 | 0 | 0.13 |
| HSL | 253.29º | 0.72% | 0.55% | - |
| HSV(B) | 253.29º | 0.75% | 0.87% | - |
| XYZ | 19.25 | 10.48 | 70.82 | - |
| YUV | 86.1 | 205.26 | 132.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 56 | 223 | 0.58 | 0.75 | 0 | 0.13 | 253.29 | 0.72 | 0.55 |
| Hex | 5D | 38 | DF | 3A | 4B | 0 | D | FD | 48 | 37 |
| Octal | 135 | 70 | 337 | 72 | 113 | 0 | 15 | 375 | 110 | 67 |
| Binary | 1011101 | 111000 | 11011111 | 111010 | 1001011 | 0 | 1101 | 11111101 | 1001000 | 110111 |
Color Harmonies of #5D38DF
Complementary color
Monochromatic Colors of #5D38DF
Black with #5D38DF
Text Example
Text Example
White with #5D38DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D38DF; }
p { color: rgb(93,56,223); }
H1.HeaderClassName
{
color: #5D38DF;
}
.AnyTagClassName
{
color: #5D38DF;
}
</style>
background-color css
<style>
a { background-color: #5D38DF; }
a { background-color: rgb(93,56,223); }
div.DivClassName
{
background-color: #5D38DF;
}
.BgClassName
{
background-color: #5D38DF;
}
</style>
border-color css
<style>
span { border-color: #5D38DF; }
span { border-color: rgb(93,56,223); }
td.TdClassName
{
border-color: #5D38DF;
}
.TagClassName
{
border-color: #5D38DF;
}
</style>