Shades of Purple Heart #5D2EB9
Tints of Purple Heart #5D2EB9
RGB
CMYK
RGB Variations
Color information
#5D2EB9 (or 0x5D2EB9) is known color: Purple Heart. HEX triplet: 5D, 2E and B9. RGB value is (93,46,185). Sum of RGB (Red+Green+Blue) = 93+46+185=324 (42% of max value = 765). Red value is 93 (36.72% from 255 or 28.70% from 324); Green value is 46 (18.36% from 255 or 14.20% from 324); Blue value is 185 (72.66% from 255 or 57.10% from 324); Max value from RGB is 185 - color contains mainly: blue. Hex color #5D2EB9 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5D2EB9 is #A2D146. Grayscale: #4B4B4B. Windows color (decimal): -10670407 or 12136029. OLE color: 12136029.
HSL color Cylindrical-coordinate representation of color #5D2EB9: hue angle of 260.29º degrees, saturation: 0.6, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #5D2EB9 is Cyan = 0.50, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 93 | 46 | 185 | - |
| CMYK | 0.50 | 0.75 | 0 | 0.27 |
| HSL | 260.29º | 0.6% | 0.45% | - |
| HSV(B) | 260.29º | 0.75% | 0.73% | - |
| XYZ | 14.25 | 7.78 | 46.65 | - |
| YUV | 75.9 | 189.57 | 140.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 46 | 185 | 0.50 | 0.75 | 0 | 0.27 | 260.29 | 0.6 | 0.45 |
| Hex | 5D | 2E | B9 | 32 | 4B | 0 | 1B | 104 | 3C | 2D |
| Octal | 135 | 56 | 271 | 62 | 113 | 0 | 33 | 404 | 74 | 55 |
| Binary | 1011101 | 101110 | 10111001 | 110010 | 1001011 | 0 | 11011 | 100000100 | 111100 | 101101 |
Color Harmonies of #5D2EB9
Complementary color
Monochromatic Colors of #5D2EB9
Black with #5D2EB9
Text Example
Text Example
White with #5D2EB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D2EB9; }
p { color: rgb(93,46,185); }
H1.HeaderClassName
{
color: #5D2EB9;
}
.AnyTagClassName
{
color: #5D2EB9;
}
</style>
background-color css
<style>
a { background-color: #5D2EB9; }
a { background-color: rgb(93,46,185); }
div.DivClassName
{
background-color: #5D2EB9;
}
.BgClassName
{
background-color: #5D2EB9;
}
</style>
border-color css
<style>
span { border-color: #5D2EB9; }
span { border-color: rgb(93,46,185); }
td.TdClassName
{
border-color: #5D2EB9;
}
.TagClassName
{
border-color: #5D2EB9;
}
</style>