Shades of Purple Heart #5D33D9
Tints of Purple Heart #5D33D9
RGB
CMYK
RGB Variations
Color information
#5D33D9 (or 0x5D33D9) is known color: Purple Heart. HEX triplet: 5D, 33 and D9. RGB value is (93,51,217). Sum of RGB (Red+Green+Blue) = 93+51+217=361 (47% of max value = 765). Red value is 93 (36.72% from 255 or 25.76% from 361); Green value is 51 (20.31% from 255 or 14.13% from 361); Blue value is 217 (85.16% from 255 or 60.11% from 361); Max value from RGB is 217 - color contains mainly: blue. Hex color #5D33D9 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5D33D9 is #A2CC26. Grayscale: #515151. Windows color (decimal): -10669095 or 14234461. OLE color: 14234461.
HSL color Cylindrical-coordinate representation of color #5D33D9: hue angle of 255.18º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #5D33D9 is Cyan = 0.57, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 93 | 51 | 217 | - |
| CMYK | 0.57 | 0.76 | 0 | 0.15 |
| HSL | 255.18º | 0.69% | 0.53% | - |
| HSV(B) | 255.18º | 0.76% | 0.85% | - |
| XYZ | 18.22 | 9.7 | 66.56 | - |
| YUV | 82.48 | 203.91 | 135.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 51 | 217 | 0.57 | 0.76 | 0 | 0.15 | 255.18 | 0.69 | 0.53 |
| Hex | 5D | 33 | D9 | 39 | 4C | 0 | F | FF | 45 | 35 |
| Octal | 135 | 63 | 331 | 71 | 114 | 0 | 17 | 377 | 105 | 65 |
| Binary | 1011101 | 110011 | 11011001 | 111001 | 1001100 | 0 | 1111 | 11111111 | 1000101 | 110101 |
Color Harmonies of #5D33D9
Complementary color
Monochromatic Colors of #5D33D9
Black with #5D33D9
Text Example
Text Example
White with #5D33D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D33D9; }
p { color: rgb(93,51,217); }
H1.HeaderClassName
{
color: #5D33D9;
}
.AnyTagClassName
{
color: #5D33D9;
}
</style>
background-color css
<style>
a { background-color: #5D33D9; }
a { background-color: rgb(93,51,217); }
div.DivClassName
{
background-color: #5D33D9;
}
.BgClassName
{
background-color: #5D33D9;
}
</style>
border-color css
<style>
span { border-color: #5D33D9; }
span { border-color: rgb(93,51,217); }
td.TdClassName
{
border-color: #5D33D9;
}
.TagClassName
{
border-color: #5D33D9;
}
</style>