Shades of Purple Heart #5D38DE
Tints of Purple Heart #5D38DE
RGB
CMYK
RGB Variations
Color information
#5D38DE (or 0x5D38DE) is known color: Purple Heart. HEX triplet: 5D, 38 and DE. RGB value is (93,56,222). Sum of RGB (Red+Green+Blue) = 93+56+222=371 (49% of max value = 765). Red value is 93 (36.72% from 255 or 25.07% from 371); Green value is 56 (22.27% from 255 or 15.09% from 371); Blue value is 222 (87.11% from 255 or 59.84% from 371); Max value from RGB is 222 - color contains mainly: blue. Hex color #5D38DE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5D38DE is #A2C721. Grayscale: #555555. Windows color (decimal): -10667810 or 14563421. OLE color: 14563421.
HSL color Cylindrical-coordinate representation of color #5D38DE: hue angle of 253.37º 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 #5D38DE is Cyan = 0.58, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 93 | 56 | 222 | - |
| CMYK | 0.58 | 0.75 | 0 | 0.13 |
| HSL | 253.37º | 0.72% | 0.55% | - |
| HSV(B) | 253.37º | 0.75% | 0.87% | - |
| XYZ | 19.11 | 10.43 | 70.11 | - |
| YUV | 85.99 | 204.76 | 133 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 56 | 222 | 0.58 | 0.75 | 0 | 0.13 | 253.37 | 0.72 | 0.55 |
| Hex | 5D | 38 | DE | 3A | 4B | 0 | D | FD | 48 | 37 |
| Octal | 135 | 70 | 336 | 72 | 113 | 0 | 15 | 375 | 110 | 67 |
| Binary | 1011101 | 111000 | 11011110 | 111010 | 1001011 | 0 | 1101 | 11111101 | 1001000 | 110111 |
Color Harmonies of #5D38DE
Complementary color
Monochromatic Colors of #5D38DE
Black with #5D38DE
Text Example
Text Example
White with #5D38DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D38DE; }
p { color: rgb(93,56,222); }
H1.HeaderClassName
{
color: #5D38DE;
}
.AnyTagClassName
{
color: #5D38DE;
}
</style>
background-color css
<style>
a { background-color: #5D38DE; }
a { background-color: rgb(93,56,222); }
div.DivClassName
{
background-color: #5D38DE;
}
.BgClassName
{
background-color: #5D38DE;
}
</style>
border-color css
<style>
span { border-color: #5D38DE; }
span { border-color: rgb(93,56,222); }
td.TdClassName
{
border-color: #5D38DE;
}
.TagClassName
{
border-color: #5D38DE;
}
</style>