Shades of Purple Heart #5901BD
Tints of Purple Heart #5901BD
RGB
CMYK
RGB Variations
Color information
#5901BD (or 0x5901BD) is known color: Purple Heart. HEX triplet: 59, 01 and BD. RGB value is (89,1,189). Sum of RGB (Red+Green+Blue) = 89+1+189=279 (36% of max value = 765). Red value is 89 (35.16% from 255 or 31.90% from 279); Green value is 1 (0.78% from 255 or 0.36% from 279); Blue value is 189 (74.22% from 255 or 67.74% from 279); Max value from RGB is 189 - color contains mainly: blue. Hex color #5901BD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5901BD is #A6FE42. Grayscale: #303030. Windows color (decimal): -10944067 or 12386649. OLE color: 12386649.
HSL color Cylindrical-coordinate representation of color #5901BD: hue angle of 268.09º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5901BD is Cyan = 0.53, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 89 | 1 | 189 | - |
| CMYK | 0.53 | 0.99 | 0 | 0.26 |
| HSL | 268.09º | 0.99% | 0.37% | - |
| HSV(B) | 268.09º | 0.99% | 0.74% | - |
| XYZ | 13.32 | 5.82 | 48.57 | - |
| YUV | 48.74 | 207.15 | 156.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 1 | 189 | 0.53 | 0.99 | 0 | 0.26 | 268.09 | 0.99 | 0.37 |
| Hex | 59 | 1 | BD | 35 | 63 | 0 | 1A | 10C | 63 | 25 |
| Octal | 131 | 1 | 275 | 65 | 143 | 0 | 32 | 414 | 143 | 45 |
| Binary | 1011001 | 1 | 10111101 | 110101 | 1100011 | 0 | 11010 | 100001100 | 1100011 | 100101 |
Color Harmonies of #5901BD
Complementary color
Monochromatic Colors of #5901BD
Black with #5901BD
Text Example
Text Example
White with #5901BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5901BD; }
p { color: rgb(89,1,189); }
H1.HeaderClassName
{
color: #5901BD;
}
.AnyTagClassName
{
color: #5901BD;
}
</style>
background-color css
<style>
a { background-color: #5901BD; }
a { background-color: rgb(89,1,189); }
div.DivClassName
{
background-color: #5901BD;
}
.BgClassName
{
background-color: #5901BD;
}
</style>
border-color css
<style>
span { border-color: #5901BD; }
span { border-color: rgb(89,1,189); }
td.TdClassName
{
border-color: #5901BD;
}
.TagClassName
{
border-color: #5901BD;
}
</style>