Shades of Purple Heart #5D28D8
Tints of Purple Heart #5D28D8
RGB
CMYK
RGB Variations
Color information
#5D28D8 (or 0x5D28D8) is known color: Purple Heart. HEX triplet: 5D, 28 and D8. RGB value is (93,40,216). Sum of RGB (Red+Green+Blue) = 93+40+216=349 (46% of max value = 765). Red value is 93 (36.72% from 255 or 26.65% from 349); Green value is 40 (16.02% from 255 or 11.46% from 349); Blue value is 216 (84.77% from 255 or 61.89% from 349); Max value from RGB is 216 - color contains mainly: blue. Hex color #5D28D8 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5D28D8 is #A2D727. Grayscale: #4B4B4B. Windows color (decimal): -10671912 or 14166109. OLE color: 14166109.
HSL color Cylindrical-coordinate representation of color #5D28D8: hue angle of 258.07º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #5D28D8 is Cyan = 0.57, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 93 | 40 | 216 | - |
| CMYK | 0.57 | 0.81 | 0 | 0.15 |
| HSL | 258.07º | 0.69% | 0.5% | - |
| HSV(B) | 258.07º | 0.81% | 0.85% | - |
| XYZ | 17.67 | 8.8 | 65.73 | - |
| YUV | 75.91 | 207.06 | 140.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 40 | 216 | 0.57 | 0.81 | 0 | 0.15 | 258.07 | 0.69 | 0.5 |
| Hex | 5D | 28 | D8 | 39 | 51 | 0 | F | 102 | 45 | 32 |
| Octal | 135 | 50 | 330 | 71 | 121 | 0 | 17 | 402 | 105 | 62 |
| Binary | 1011101 | 101000 | 11011000 | 111001 | 1010001 | 0 | 1111 | 100000010 | 1000101 | 110010 |
Color Harmonies of #5D28D8
Complementary color
Monochromatic Colors of #5D28D8
Black with #5D28D8
Text Example
Text Example
White with #5D28D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D28D8; }
p { color: rgb(93,40,216); }
H1.HeaderClassName
{
color: #5D28D8;
}
.AnyTagClassName
{
color: #5D28D8;
}
</style>
background-color css
<style>
a { background-color: #5D28D8; }
a { background-color: rgb(93,40,216); }
div.DivClassName
{
background-color: #5D28D8;
}
.BgClassName
{
background-color: #5D28D8;
}
</style>
border-color css
<style>
span { border-color: #5D28D8; }
span { border-color: rgb(93,40,216); }
td.TdClassName
{
border-color: #5D28D8;
}
.TagClassName
{
border-color: #5D28D8;
}
</style>