Shades of Purple Heart #5904BF
Tints of Purple Heart #5904BF
RGB
CMYK
RGB Variations
Color information
#5904BF (or 0x5904BF) is known color: Purple Heart. HEX triplet: 59, 04 and BF. RGB value is (89,4,191). Sum of RGB (Red+Green+Blue) = 89+4+191=284 (37% of max value = 765). Red value is 89 (35.16% from 255 or 31.34% from 284); Green value is 4 (1.95% from 255 or 1.41% from 284); Blue value is 191 (75% from 255 or 67.25% from 284); Max value from RGB is 191 - color contains mainly: blue. Hex color #5904BF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5904BF is #A6FB40. Grayscale: #323232. Windows color (decimal): -10943297 or 12518489. OLE color: 12518489.
HSL color Cylindrical-coordinate representation of color #5904BF: hue angle of 267.27º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5904BF is Cyan = 0.53, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 89 | 4 | 191 | - |
| CMYK | 0.53 | 0.98 | 0 | 0.25 |
| HSL | 267.27º | 0.96% | 0.38% | - |
| HSV(B) | 267.27º | 0.98% | 0.75% | - |
| XYZ | 13.57 | 5.97 | 49.73 | - |
| YUV | 50.73 | 207.16 | 155.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 4 | 191 | 0.53 | 0.98 | 0 | 0.25 | 267.27 | 0.96 | 0.38 |
| Hex | 59 | 4 | BF | 35 | 62 | 0 | 19 | 10B | 60 | 26 |
| Octal | 131 | 4 | 277 | 65 | 142 | 0 | 31 | 413 | 140 | 46 |
| Binary | 1011001 | 100 | 10111111 | 110101 | 1100010 | 0 | 11001 | 100001011 | 1100000 | 100110 |
Color Harmonies of #5904BF
Complementary color
Monochromatic Colors of #5904BF
Black with #5904BF
Text Example
Text Example
White with #5904BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5904BF; }
p { color: rgb(89,4,191); }
H1.HeaderClassName
{
color: #5904BF;
}
.AnyTagClassName
{
color: #5904BF;
}
</style>
background-color css
<style>
a { background-color: #5904BF; }
a { background-color: rgb(89,4,191); }
div.DivClassName
{
background-color: #5904BF;
}
.BgClassName
{
background-color: #5904BF;
}
</style>
border-color css
<style>
span { border-color: #5904BF; }
span { border-color: rgb(89,4,191); }
td.TdClassName
{
border-color: #5904BF;
}
.TagClassName
{
border-color: #5904BF;
}
</style>