Shades of Purple Heart #5800B9
Tints of Purple Heart #5800B9
RGB
CMYK
RGB Variations
Color information
#5800B9 (or 0x5800B9) is known color: Purple Heart. HEX triplet: 58, 00 and B9. RGB value is (88,0,185). Sum of RGB (Red+Green+Blue) = 88+0+185=273 (36% of max value = 765). Red value is 88 (34.77% from 255 or 32.23% from 273); Green value is 0 (0.39% from 255 or 0% from 273); Blue value is 185 (72.66% from 255 or 67.77% from 273); Max value from RGB is 185 - color contains mainly: blue. Hex color #5800B9 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5800B9 is #A7FF46. Grayscale: #2E2E2E. Windows color (decimal): -11009863 or 12124248. OLE color: 12124248.
HSL color Cylindrical-coordinate representation of color #5800B9: hue angle of 268.54º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5800B9 is Cyan = 0.52, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 88 | 0 | 185 | - |
| CMYK | 0.52 | 1 | 0 | 0.27 |
| HSL | 268.54º | 1% | 0.36% | - |
| HSV(B) | 268.54º | 1% | 0.73% | - |
| XYZ | 12.78 | 5.58 | 46.3 | - |
| YUV | 47.4 | 205.65 | 156.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 0 | 185 | 0.52 | 1 | 0 | 0.27 | 268.54 | 1 | 0.36 |
| Hex | 58 | 0 | B9 | 34 | 64 | 0 | 1B | 10D | 64 | 24 |
| Octal | 130 | 0 | 271 | 64 | 144 | 0 | 33 | 415 | 144 | 44 |
| Binary | 1011000 | 0 | 10111001 | 110100 | 1100100 | 0 | 11011 | 100001101 | 1100100 | 100100 |
Color Harmonies of #5800B9
Complementary color
Monochromatic Colors of #5800B9
Black with #5800B9
Text Example
Text Example
White with #5800B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5800B9; }
p { color: rgb(88,0,185); }
H1.HeaderClassName
{
color: #5800B9;
}
.AnyTagClassName
{
color: #5800B9;
}
</style>
background-color css
<style>
a { background-color: #5800B9; }
a { background-color: rgb(88,0,185); }
div.DivClassName
{
background-color: #5800B9;
}
.BgClassName
{
background-color: #5800B9;
}
</style>
border-color css
<style>
span { border-color: #5800B9; }
span { border-color: rgb(88,0,185); }
td.TdClassName
{
border-color: #5800B9;
}
.TagClassName
{
border-color: #5800B9;
}
</style>