Shades of Purple Heart #5901BB
Tints of Purple Heart #5901BB
RGB
CMYK
RGB Variations
Color information
#5901BB (or 0x5901BB) is known color: Purple Heart. HEX triplet: 59, 01 and BB. RGB value is (89,1,187). Sum of RGB (Red+Green+Blue) = 89+1+187=277 (36% of max value = 765). Red value is 89 (35.16% from 255 or 32.13% from 277); Green value is 1 (0.78% from 255 or 0.36% from 277); Blue value is 187 (73.44% from 255 or 67.51% from 277); Max value from RGB is 187 - color contains mainly: blue. Hex color #5901BB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5901BB is #A6FE44. Grayscale: #2F2F2F. Windows color (decimal): -10944069 or 12255577. OLE color: 12255577.
HSL color Cylindrical-coordinate representation of color #5901BB: hue angle of 268.39º 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 #5901BB is Cyan = 0.52, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 89 | 1 | 187 | - |
| CMYK | 0.52 | 0.99 | 0 | 0.27 |
| HSL | 268.39º | 0.99% | 0.37% | - |
| HSV(B) | 268.39º | 0.99% | 0.73% | - |
| XYZ | 13.1 | 5.73 | 47.43 | - |
| YUV | 48.52 | 206.15 | 156.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 1 | 187 | 0.52 | 0.99 | 0 | 0.27 | 268.39 | 0.99 | 0.37 |
| Hex | 59 | 1 | BB | 34 | 63 | 0 | 1B | 10C | 63 | 25 |
| Octal | 131 | 1 | 273 | 64 | 143 | 0 | 33 | 414 | 143 | 45 |
| Binary | 1011001 | 1 | 10111011 | 110100 | 1100011 | 0 | 11011 | 100001100 | 1100011 | 100101 |
Color Harmonies of #5901BB
Complementary color
Monochromatic Colors of #5901BB
Black with #5901BB
Text Example
Text Example
White with #5901BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5901BB; }
p { color: rgb(89,1,187); }
H1.HeaderClassName
{
color: #5901BB;
}
.AnyTagClassName
{
color: #5901BB;
}
</style>
background-color css
<style>
a { background-color: #5901BB; }
a { background-color: rgb(89,1,187); }
div.DivClassName
{
background-color: #5901BB;
}
.BgClassName
{
background-color: #5901BB;
}
</style>
border-color css
<style>
span { border-color: #5901BB; }
span { border-color: rgb(89,1,187); }
td.TdClassName
{
border-color: #5901BB;
}
.TagClassName
{
border-color: #5901BB;
}
</style>