Shades of Purple Heart #5D39BE
Tints of Purple Heart #5D39BE
RGB
CMYK
RGB Variations
Color information
#5D39BE (or 0x5D39BE) is known color: Purple Heart. HEX triplet: 5D, 39 and BE. RGB value is (93,57,190). Sum of RGB (Red+Green+Blue) = 93+57+190=340 (45% of max value = 765). Red value is 93 (36.72% from 255 or 27.35% from 340); Green value is 57 (22.66% from 255 or 16.76% from 340); Blue value is 190 (74.61% from 255 or 55.88% from 340); Max value from RGB is 190 - color contains mainly: blue. Hex color #5D39BE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5D39BE is #A2C641. Grayscale: #525252. Windows color (decimal): -10667586 or 12466525. OLE color: 12466525.
HSL color Cylindrical-coordinate representation of color #5D39BE: hue angle of 256.24º degrees, saturation: 0.54, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #5D39BE is Cyan = 0.51, Magento = 0.7, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 93 | 57 | 190 | - |
| CMYK | 0.51 | 0.7 | 0 | 0.25 |
| HSL | 256.24º | 0.54% | 0.48% | - |
| HSV(B) | 256.24º | 0.7% | 0.75% | - |
| XYZ | 15.27 | 8.97 | 49.64 | - |
| YUV | 82.93 | 188.43 | 135.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 57 | 190 | 0.51 | 0.7 | 0 | 0.25 | 256.24 | 0.54 | 0.48 |
| Hex | 5D | 39 | BE | 33 | 46 | 0 | 19 | 100 | 36 | 30 |
| Octal | 135 | 71 | 276 | 63 | 106 | 0 | 31 | 400 | 66 | 60 |
| Binary | 1011101 | 111001 | 10111110 | 110011 | 1000110 | 0 | 11001 | 100000000 | 110110 | 110000 |
Color Harmonies of #5D39BE
Complementary color
Monochromatic Colors of #5D39BE
Black with #5D39BE
Text Example
Text Example
White with #5D39BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D39BE; }
p { color: rgb(93,57,190); }
H1.HeaderClassName
{
color: #5D39BE;
}
.AnyTagClassName
{
color: #5D39BE;
}
</style>
background-color css
<style>
a { background-color: #5D39BE; }
a { background-color: rgb(93,57,190); }
div.DivClassName
{
background-color: #5D39BE;
}
.BgClassName
{
background-color: #5D39BE;
}
</style>
border-color css
<style>
span { border-color: #5D39BE; }
span { border-color: rgb(93,57,190); }
td.TdClassName
{
border-color: #5D39BE;
}
.TagClassName
{
border-color: #5D39BE;
}
</style>