Shades of Purple Heart #5908BA
Tints of Purple Heart #5908BA
RGB
CMYK
RGB Variations
Color information
#5908BA (or 0x5908BA) is known color: Purple Heart. HEX triplet: 59, 08 and BA. RGB value is (89,8,186). Sum of RGB (Red+Green+Blue) = 89+8+186=283 (37% of max value = 765). Red value is 89 (35.16% from 255 or 31.45% from 283); Green value is 8 (3.52% from 255 or 2.83% 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 #5908BA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5908BA is #A6F745. Grayscale: #333333. Windows color (decimal): -10942278 or 12191833. OLE color: 12191833.
HSL color Cylindrical-coordinate representation of color #5908BA: hue angle of 267.3º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #5908BA is Cyan = 0.52, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 89 | 8 | 186 | - |
| CMYK | 0.52 | 0.96 | 0 | 0.27 |
| HSL | 267.3º | 0.92% | 0.38% | - |
| HSV(B) | 267.3º | 0.96% | 0.73% | - |
| XYZ | 13.07 | 5.84 | 46.89 | - |
| YUV | 52.51 | 203.34 | 154.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 8 | 186 | 0.52 | 0.96 | 0 | 0.27 | 267.3 | 0.92 | 0.38 |
| Hex | 59 | 8 | BA | 34 | 60 | 0 | 1B | 10B | 5C | 26 |
| Octal | 131 | 10 | 272 | 64 | 140 | 0 | 33 | 413 | 134 | 46 |
| Binary | 1011001 | 1000 | 10111010 | 110100 | 1100000 | 0 | 11011 | 100001011 | 1011100 | 100110 |
Color Harmonies of #5908BA
Complementary color
Monochromatic Colors of #5908BA
Black with #5908BA
Text Example
Text Example
White with #5908BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5908BA; }
p { color: rgb(89,8,186); }
H1.HeaderClassName
{
color: #5908BA;
}
.AnyTagClassName
{
color: #5908BA;
}
</style>
background-color css
<style>
a { background-color: #5908BA; }
a { background-color: rgb(89,8,186); }
div.DivClassName
{
background-color: #5908BA;
}
.BgClassName
{
background-color: #5908BA;
}
</style>
border-color css
<style>
span { border-color: #5908BA; }
span { border-color: rgb(89,8,186); }
td.TdClassName
{
border-color: #5908BA;
}
.TagClassName
{
border-color: #5908BA;
}
</style>