Shades of Purple Heart #5D37DE
Tints of Purple Heart #5D37DE
RGB
CMYK
RGB Variations
Color information
#5D37DE (or 0x5D37DE) is known color: Purple Heart. HEX triplet: 5D, 37 and DE. RGB value is (93,55,222). Sum of RGB (Red+Green+Blue) = 93+55+222=370 (49% of max value = 765). Red value is 93 (36.72% from 255 or 25.14% from 370); Green value is 55 (21.88% from 255 or 14.86% from 370); Blue value is 222 (87.11% from 255 or 60% from 370); Max value from RGB is 222 - color contains mainly: blue. Hex color #5D37DE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5D37DE is #A2C821. Grayscale: #545454. Windows color (decimal): -10668066 or 14563165. OLE color: 14563165.
HSL color Cylindrical-coordinate representation of color #5D37DE: hue angle of 253.65º degrees, saturation: 0.72, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #5D37DE is Cyan = 0.58, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 93 | 55 | 222 | - |
| CMYK | 0.58 | 0.75 | 0 | 0.13 |
| HSL | 253.65º | 0.72% | 0.54% | - |
| HSV(B) | 253.65º | 0.75% | 0.87% | - |
| XYZ | 19.07 | 10.33 | 70.1 | - |
| YUV | 85.4 | 205.09 | 133.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 55 | 222 | 0.58 | 0.75 | 0 | 0.13 | 253.65 | 0.72 | 0.54 |
| Hex | 5D | 37 | DE | 3A | 4B | 0 | D | FE | 48 | 36 |
| Octal | 135 | 67 | 336 | 72 | 113 | 0 | 15 | 376 | 110 | 66 |
| Binary | 1011101 | 110111 | 11011110 | 111010 | 1001011 | 0 | 1101 | 11111110 | 1001000 | 110110 |
Color Harmonies of #5D37DE
Complementary color
Monochromatic Colors of #5D37DE
Black with #5D37DE
Text Example
Text Example
White with #5D37DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D37DE; }
p { color: rgb(93,55,222); }
H1.HeaderClassName
{
color: #5D37DE;
}
.AnyTagClassName
{
color: #5D37DE;
}
</style>
background-color css
<style>
a { background-color: #5D37DE; }
a { background-color: rgb(93,55,222); }
div.DivClassName
{
background-color: #5D37DE;
}
.BgClassName
{
background-color: #5D37DE;
}
</style>
border-color css
<style>
span { border-color: #5D37DE; }
span { border-color: rgb(93,55,222); }
td.TdClassName
{
border-color: #5D37DE;
}
.TagClassName
{
border-color: #5D37DE;
}
</style>