Shades of Purple Heart #5D1EB9
Tints of Purple Heart #5D1EB9
RGB
CMYK
RGB Variations
Color information
#5D1EB9 (or 0x5D1EB9) is known color: Purple Heart. HEX triplet: 5D, 1E and B9. RGB value is (93,30,185). Sum of RGB (Red+Green+Blue) = 93+30+185=308 (40% of max value = 765). Red value is 93 (36.72% from 255 or 30.19% from 308); Green value is 30 (12.11% from 255 or 9.74% from 308); Blue value is 185 (72.66% from 255 or 60.06% from 308); Max value from RGB is 185 - color contains mainly: blue. Hex color #5D1EB9 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5D1EB9 is #A2E146. Grayscale: #414141. Windows color (decimal): -10674503 or 12131933. OLE color: 12131933.
HSL color Cylindrical-coordinate representation of color #5D1EB9: hue angle of 264.39º degrees, saturation: 0.72, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #5D1EB9 is Cyan = 0.50, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 93 | 30 | 185 | - |
| CMYK | 0.50 | 0.84 | 0 | 0.27 |
| HSL | 264.39º | 0.72% | 0.42% | - |
| HSV(B) | 264.39º | 0.84% | 0.73% | - |
| XYZ | 13.74 | 6.76 | 46.48 | - |
| YUV | 66.51 | 194.87 | 146.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 30 | 185 | 0.50 | 0.84 | 0 | 0.27 | 264.39 | 0.72 | 0.42 |
| Hex | 5D | 1E | B9 | 32 | 54 | 0 | 1B | 108 | 48 | 2A |
| Octal | 135 | 36 | 271 | 62 | 124 | 0 | 33 | 410 | 110 | 52 |
| Binary | 1011101 | 11110 | 10111001 | 110010 | 1010100 | 0 | 11011 | 100001000 | 1001000 | 101010 |
Color Harmonies of #5D1EB9
Complementary color
Monochromatic Colors of #5D1EB9
Black with #5D1EB9
Text Example
Text Example
White with #5D1EB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D1EB9; }
p { color: rgb(93,30,185); }
H1.HeaderClassName
{
color: #5D1EB9;
}
.AnyTagClassName
{
color: #5D1EB9;
}
</style>
background-color css
<style>
a { background-color: #5D1EB9; }
a { background-color: rgb(93,30,185); }
div.DivClassName
{
background-color: #5D1EB9;
}
.BgClassName
{
background-color: #5D1EB9;
}
</style>
border-color css
<style>
span { border-color: #5D1EB9; }
span { border-color: rgb(93,30,185); }
td.TdClassName
{
border-color: #5D1EB9;
}
.TagClassName
{
border-color: #5D1EB9;
}
</style>