Shades of Purple Heart #5D2FD9
Tints of Purple Heart #5D2FD9
RGB
CMYK
RGB Variations
Color information
#5D2FD9 (or 0x5D2FD9) is known color: Purple Heart. HEX triplet: 5D, 2F and D9. RGB value is (93,47,217). Sum of RGB (Red+Green+Blue) = 93+47+217=357 (47% of max value = 765). Red value is 93 (36.72% from 255 or 26.05% from 357); Green value is 47 (18.75% from 255 or 13.17% from 357); Blue value is 217 (85.16% from 255 or 60.78% from 357); Max value from RGB is 217 - color contains mainly: blue. Hex color #5D2FD9 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5D2FD9 is #A2D026. Grayscale: #4F4F4F. Windows color (decimal): -10670119 or 14233437. OLE color: 14233437.
HSL color Cylindrical-coordinate representation of color #5D2FD9: hue angle of 256.24º degrees, saturation: 0.69, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #5D2FD9 is Cyan = 0.57, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 93 | 47 | 217 | - |
| CMYK | 0.57 | 0.78 | 0 | 0.15 |
| HSL | 256.24º | 0.69% | 0.52% | - |
| HSV(B) | 256.24º | 0.78% | 0.85% | - |
| XYZ | 18.06 | 9.37 | 66.5 | - |
| YUV | 80.13 | 205.24 | 137.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 47 | 217 | 0.57 | 0.78 | 0 | 0.15 | 256.24 | 0.69 | 0.52 |
| Hex | 5D | 2F | D9 | 39 | 4E | 0 | F | 100 | 45 | 34 |
| Octal | 135 | 57 | 331 | 71 | 116 | 0 | 17 | 400 | 105 | 64 |
| Binary | 1011101 | 101111 | 11011001 | 111001 | 1001110 | 0 | 1111 | 100000000 | 1000101 | 110100 |
Color Harmonies of #5D2FD9
Complementary color
Monochromatic Colors of #5D2FD9
Black with #5D2FD9
Text Example
Text Example
White with #5D2FD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D2FD9; }
p { color: rgb(93,47,217); }
H1.HeaderClassName
{
color: #5D2FD9;
}
.AnyTagClassName
{
color: #5D2FD9;
}
</style>
background-color css
<style>
a { background-color: #5D2FD9; }
a { background-color: rgb(93,47,217); }
div.DivClassName
{
background-color: #5D2FD9;
}
.BgClassName
{
background-color: #5D2FD9;
}
</style>
border-color css
<style>
span { border-color: #5D2FD9; }
span { border-color: rgb(93,47,217); }
td.TdClassName
{
border-color: #5D2FD9;
}
.TagClassName
{
border-color: #5D2FD9;
}
</style>