Shades of Purple Heart #5904BD
Tints of Purple Heart #5904BD
RGB
CMYK
RGB Variations
Color information
#5904BD (or 0x5904BD) is known color: Purple Heart. HEX triplet: 59, 04 and BD. RGB value is (89,4,189). Sum of RGB (Red+Green+Blue) = 89+4+189=282 (37% of max value = 765). Red value is 89 (35.16% from 255 or 31.56% from 282); Green value is 4 (1.95% from 255 or 1.42% from 282); Blue value is 189 (74.22% from 255 or 67.02% from 282); Max value from RGB is 189 - color contains mainly: blue. Hex color #5904BD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5904BD is #A6FB42. Grayscale: #313131. Windows color (decimal): -10943299 or 12387417. OLE color: 12387417.
HSL color Cylindrical-coordinate representation of color #5904BD: hue angle of 267.57º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5904BD is Cyan = 0.53, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 89 | 4 | 189 | - |
| CMYK | 0.53 | 0.98 | 0 | 0.26 |
| HSL | 267.57º | 0.96% | 0.38% | - |
| HSV(B) | 267.57º | 0.98% | 0.74% | - |
| XYZ | 13.35 | 5.88 | 48.58 | - |
| YUV | 50.51 | 206.16 | 155.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 4 | 189 | 0.53 | 0.98 | 0 | 0.26 | 267.57 | 0.96 | 0.38 |
| Hex | 59 | 4 | BD | 35 | 62 | 0 | 1A | 10C | 60 | 26 |
| Octal | 131 | 4 | 275 | 65 | 142 | 0 | 32 | 414 | 140 | 46 |
| Binary | 1011001 | 100 | 10111101 | 110101 | 1100010 | 0 | 11010 | 100001100 | 1100000 | 100110 |
Color Harmonies of #5904BD
Complementary color
Monochromatic Colors of #5904BD
Black with #5904BD
Text Example
Text Example
White with #5904BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5904BD; }
p { color: rgb(89,4,189); }
H1.HeaderClassName
{
color: #5904BD;
}
.AnyTagClassName
{
color: #5904BD;
}
</style>
background-color css
<style>
a { background-color: #5904BD; }
a { background-color: rgb(89,4,189); }
div.DivClassName
{
background-color: #5904BD;
}
.BgClassName
{
background-color: #5904BD;
}
</style>
border-color css
<style>
span { border-color: #5904BD; }
span { border-color: rgb(89,4,189); }
td.TdClassName
{
border-color: #5904BD;
}
.TagClassName
{
border-color: #5904BD;
}
</style>