Shades of Purple Heart #5809BA
Tints of Purple Heart #5809BA
RGB
CMYK
RGB Variations
Color information
#5809BA (or 0x5809BA) is known color: Purple Heart. HEX triplet: 58, 09 and BA. RGB value is (88,9,186). Sum of RGB (Red+Green+Blue) = 88+9+186=283 (37% of max value = 765). Red value is 88 (34.77% from 255 or 31.10% from 283); Green value is 9 (3.91% from 255 or 3.18% from 283); Blue value is 186 (73.05% from 255 or 65.72% from 283); Max value from RGB is 186 - color contains mainly: blue. Hex color #5809BA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5809BA is #A7F645. Grayscale: #343434. Windows color (decimal): -11007558 or 12192088. OLE color: 12192088.
HSL color Cylindrical-coordinate representation of color #5809BA: hue angle of 266.78º degrees, saturation: 0.91, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #5809BA is Cyan = 0.53, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 88 | 9 | 186 | - |
| CMYK | 0.53 | 0.95 | 0 | 0.27 |
| HSL | 266.78º | 0.91% | 0.38% | - |
| HSV(B) | 266.78º | 0.95% | 0.73% | - |
| XYZ | 12.99 | 5.82 | 46.89 | - |
| YUV | 52.8 | 203.17 | 153.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 9 | 186 | 0.53 | 0.95 | 0 | 0.27 | 266.78 | 0.91 | 0.38 |
| Hex | 58 | 9 | BA | 35 | 5F | 0 | 1B | 10B | 5B | 26 |
| Octal | 130 | 11 | 272 | 65 | 137 | 0 | 33 | 413 | 133 | 46 |
| Binary | 1011000 | 1001 | 10111010 | 110101 | 1011111 | 0 | 11011 | 100001011 | 1011011 | 100110 |
Color Harmonies of #5809BA
Complementary color
Monochromatic Colors of #5809BA
Black with #5809BA
Text Example
Text Example
White with #5809BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5809BA; }
p { color: rgb(88,9,186); }
H1.HeaderClassName
{
color: #5809BA;
}
.AnyTagClassName
{
color: #5809BA;
}
</style>
background-color css
<style>
a { background-color: #5809BA; }
a { background-color: rgb(88,9,186); }
div.DivClassName
{
background-color: #5809BA;
}
.BgClassName
{
background-color: #5809BA;
}
</style>
border-color css
<style>
span { border-color: #5809BA; }
span { border-color: rgb(88,9,186); }
td.TdClassName
{
border-color: #5809BA;
}
.TagClassName
{
border-color: #5809BA;
}
</style>