Shades of Purple Heart #5900BF
Tints of Purple Heart #5900BF
RGB
CMYK
RGB Variations
Color information
#5900BF (or 0x5900BF) is known color: Purple Heart. HEX triplet: 59, 00 and BF. RGB value is (89,0,191). Sum of RGB (Red+Green+Blue) = 89+0+191=280 (37% of max value = 765). Red value is 89 (35.16% from 255 or 31.79% from 280); Green value is 0 (0.39% from 255 or 0% from 280); Blue value is 191 (75% from 255 or 68.21% from 280); Max value from RGB is 191 - color contains mainly: blue. Hex color #5900BF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5900BF is #A6FF40. Grayscale: #2F2F2F. Windows color (decimal): -10944321 or 12517465. OLE color: 12517465.
HSL color Cylindrical-coordinate representation of color #5900BF: hue angle of 267.96º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5900BF is Cyan = 0.53, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 89 | 0 | 191 | - |
| CMYK | 0.53 | 1 | 0 | 0.25 |
| HSL | 267.96º | 1% | 0.37% | - |
| HSV(B) | 267.96º | 1% | 0.75% | - |
| XYZ | 13.52 | 5.89 | 49.71 | - |
| YUV | 48.39 | 208.49 | 156.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 0 | 191 | 0.53 | 1 | 0 | 0.25 | 267.96 | 1 | 0.37 |
| Hex | 59 | 0 | BF | 35 | 64 | 0 | 19 | 10C | 64 | 25 |
| Octal | 131 | 0 | 277 | 65 | 144 | 0 | 31 | 414 | 144 | 45 |
| Binary | 1011001 | 0 | 10111111 | 110101 | 1100100 | 0 | 11001 | 100001100 | 1100100 | 100101 |
Color Harmonies of #5900BF
Complementary color
Monochromatic Colors of #5900BF
Black with #5900BF
Text Example
Text Example
White with #5900BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5900BF; }
p { color: rgb(89,0,191); }
H1.HeaderClassName
{
color: #5900BF;
}
.AnyTagClassName
{
color: #5900BF;
}
</style>
background-color css
<style>
a { background-color: #5900BF; }
a { background-color: rgb(89,0,191); }
div.DivClassName
{
background-color: #5900BF;
}
.BgClassName
{
background-color: #5900BF;
}
</style>
border-color css
<style>
span { border-color: #5900BF; }
span { border-color: rgb(89,0,191); }
td.TdClassName
{
border-color: #5900BF;
}
.TagClassName
{
border-color: #5900BF;
}
</style>