Shades of Purple Heart #5901BA
Tints of Purple Heart #5901BA
RGB
CMYK
RGB Variations
Color information
#5901BA (or 0x5901BA) is known color: Purple Heart. HEX triplet: 59, 01 and BA. RGB value is (89,1,186). Sum of RGB (Red+Green+Blue) = 89+1+186=276 (36% of max value = 765). Red value is 89 (35.16% from 255 or 32.25% from 276); Green value is 1 (0.78% from 255 or 0.36% from 276); Blue value is 186 (73.05% from 255 or 67.39% from 276); Max value from RGB is 186 - color contains mainly: blue. Hex color #5901BA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5901BA is #A6FE45. Grayscale: #2F2F2F. Windows color (decimal): -10944070 or 12190041. OLE color: 12190041.
HSL color Cylindrical-coordinate representation of color #5901BA: hue angle of 268.54º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5901BA is Cyan = 0.52, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 89 | 1 | 186 | - |
| CMYK | 0.52 | 0.99 | 0 | 0.27 |
| HSL | 268.54º | 0.99% | 0.37% | - |
| HSV(B) | 268.54º | 0.99% | 0.73% | - |
| XYZ | 12.99 | 5.69 | 46.87 | - |
| YUV | 48.4 | 205.65 | 156.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 1 | 186 | 0.52 | 0.99 | 0 | 0.27 | 268.54 | 0.99 | 0.37 |
| Hex | 59 | 1 | BA | 34 | 63 | 0 | 1B | 10D | 63 | 25 |
| Octal | 131 | 1 | 272 | 64 | 143 | 0 | 33 | 415 | 143 | 45 |
| Binary | 1011001 | 1 | 10111010 | 110100 | 1100011 | 0 | 11011 | 100001101 | 1100011 | 100101 |
Color Harmonies of #5901BA
Complementary color
Monochromatic Colors of #5901BA
Black with #5901BA
Text Example
Text Example
White with #5901BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5901BA; }
p { color: rgb(89,1,186); }
H1.HeaderClassName
{
color: #5901BA;
}
.AnyTagClassName
{
color: #5901BA;
}
</style>
background-color css
<style>
a { background-color: #5901BA; }
a { background-color: rgb(89,1,186); }
div.DivClassName
{
background-color: #5901BA;
}
.BgClassName
{
background-color: #5901BA;
}
</style>
border-color css
<style>
span { border-color: #5901BA; }
span { border-color: rgb(89,1,186); }
td.TdClassName
{
border-color: #5901BA;
}
.TagClassName
{
border-color: #5901BA;
}
</style>