Shades of Purple Heart #5D2AB9
Tints of Purple Heart #5D2AB9
RGB
CMYK
RGB Variations
Color information
#5D2AB9 (or 0x5D2AB9) is known color: Purple Heart. HEX triplet: 5D, 2A and B9. RGB value is (93,42,185). Sum of RGB (Red+Green+Blue) = 93+42+185=320 (42% of max value = 765). Red value is 93 (36.72% from 255 or 29.06% from 320); Green value is 42 (16.80% from 255 or 13.12% from 320); Blue value is 185 (72.66% from 255 or 57.81% from 320); Max value from RGB is 185 - color contains mainly: blue. Hex color #5D2AB9 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5D2AB9 is #A2D546. Grayscale: #494949. Windows color (decimal): -10671431 or 12135005. OLE color: 12135005.
HSL color Cylindrical-coordinate representation of color #5D2AB9: hue angle of 261.4º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #5D2AB9 is Cyan = 0.50, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 93 | 42 | 185 | - |
| CMYK | 0.50 | 0.77 | 0 | 0.27 |
| HSL | 261.4º | 0.63% | 0.45% | - |
| HSV(B) | 261.4º | 0.77% | 0.73% | - |
| XYZ | 14.1 | 7.49 | 46.6 | - |
| YUV | 73.55 | 190.9 | 141.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 42 | 185 | 0.50 | 0.77 | 0 | 0.27 | 261.4 | 0.63 | 0.45 |
| Hex | 5D | 2A | B9 | 32 | 4D | 0 | 1B | 105 | 3F | 2D |
| Octal | 135 | 52 | 271 | 62 | 115 | 0 | 33 | 405 | 77 | 55 |
| Binary | 1011101 | 101010 | 10111001 | 110010 | 1001101 | 0 | 11011 | 100000101 | 111111 | 101101 |
Color Harmonies of #5D2AB9
Complementary color
Monochromatic Colors of #5D2AB9
Black with #5D2AB9
Text Example
Text Example
White with #5D2AB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D2AB9; }
p { color: rgb(93,42,185); }
H1.HeaderClassName
{
color: #5D2AB9;
}
.AnyTagClassName
{
color: #5D2AB9;
}
</style>
background-color css
<style>
a { background-color: #5D2AB9; }
a { background-color: rgb(93,42,185); }
div.DivClassName
{
background-color: #5D2AB9;
}
.BgClassName
{
background-color: #5D2AB9;
}
</style>
border-color css
<style>
span { border-color: #5D2AB9; }
span { border-color: rgb(93,42,185); }
td.TdClassName
{
border-color: #5D2AB9;
}
.TagClassName
{
border-color: #5D2AB9;
}
</style>