Shades of Purple Heart #5D2ED7
Tints of Purple Heart #5D2ED7
RGB
CMYK
RGB Variations
Color information
#5D2ED7 (or 0x5D2ED7) is known color: Purple Heart. HEX triplet: 5D, 2E and D7. RGB value is (93,46,215). Sum of RGB (Red+Green+Blue) = 93+46+215=354 (46% of max value = 765). Red value is 93 (36.72% from 255 or 26.27% from 354); Green value is 46 (18.36% from 255 or 12.99% from 354); Blue value is 215 (84.38% from 255 or 60.73% from 354); Max value from RGB is 215 - color contains mainly: blue. Hex color #5D2ED7 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5D2ED7 is #A2D128. Grayscale: #4E4E4E. Windows color (decimal): -10670377 or 14102109. OLE color: 14102109.
HSL color Cylindrical-coordinate representation of color #5D2ED7: hue angle of 256.69º degrees, saturation: 0.68, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #5D2ED7 is Cyan = 0.57, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 93 | 46 | 215 | - |
| CMYK | 0.57 | 0.79 | 0 | 0.16 |
| HSL | 256.69º | 0.68% | 0.51% | - |
| HSV(B) | 256.69º | 0.79% | 0.84% | - |
| XYZ | 17.76 | 9.19 | 65.13 | - |
| YUV | 79.32 | 204.57 | 137.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 46 | 215 | 0.57 | 0.79 | 0 | 0.16 | 256.69 | 0.68 | 0.51 |
| Hex | 5D | 2E | D7 | 39 | 4F | 0 | 10 | 101 | 44 | 33 |
| Octal | 135 | 56 | 327 | 71 | 117 | 0 | 20 | 401 | 104 | 63 |
| Binary | 1011101 | 101110 | 11010111 | 111001 | 1001111 | 0 | 10000 | 100000001 | 1000100 | 110011 |
Color Harmonies of #5D2ED7
Complementary color
Monochromatic Colors of #5D2ED7
Black with #5D2ED7
Text Example
Text Example
White with #5D2ED7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D2ED7; }
p { color: rgb(93,46,215); }
H1.HeaderClassName
{
color: #5D2ED7;
}
.AnyTagClassName
{
color: #5D2ED7;
}
</style>
background-color css
<style>
a { background-color: #5D2ED7; }
a { background-color: rgb(93,46,215); }
div.DivClassName
{
background-color: #5D2ED7;
}
.BgClassName
{
background-color: #5D2ED7;
}
</style>
border-color css
<style>
span { border-color: #5D2ED7; }
span { border-color: rgb(93,46,215); }
td.TdClassName
{
border-color: #5D2ED7;
}
.TagClassName
{
border-color: #5D2ED7;
}
</style>