Shades of Purple Heart #5908BB
Tints of Purple Heart #5908BB
RGB
CMYK
RGB Variations
Color information
#5908BB (or 0x5908BB) is known color: Purple Heart. HEX triplet: 59, 08 and BB. RGB value is (89,8,187). Sum of RGB (Red+Green+Blue) = 89+8+187=284 (37% of max value = 765). Red value is 89 (35.16% from 255 or 31.34% from 284); Green value is 8 (3.52% from 255 or 2.82% from 284); Blue value is 187 (73.44% from 255 or 65.85% from 284); Max value from RGB is 187 - color contains mainly: blue. Hex color #5908BB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5908BB is #A6F744. Grayscale: #333333. Windows color (decimal): -10942277 or 12257369. OLE color: 12257369.
HSL color Cylindrical-coordinate representation of color #5908BB: hue angle of 267.15º 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 #5908BB is Cyan = 0.52, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 89 | 8 | 187 | - |
| CMYK | 0.52 | 0.96 | 0 | 0.27 |
| HSL | 267.15º | 0.92% | 0.38% | - |
| HSV(B) | 267.15º | 0.96% | 0.73% | - |
| XYZ | 13.18 | 5.89 | 47.46 | - |
| YUV | 52.63 | 203.84 | 153.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 8 | 187 | 0.52 | 0.96 | 0 | 0.27 | 267.15 | 0.92 | 0.38 |
| Hex | 59 | 8 | BB | 34 | 60 | 0 | 1B | 10B | 5C | 26 |
| Octal | 131 | 10 | 273 | 64 | 140 | 0 | 33 | 413 | 134 | 46 |
| Binary | 1011001 | 1000 | 10111011 | 110100 | 1100000 | 0 | 11011 | 100001011 | 1011100 | 100110 |
Color Harmonies of #5908BB
Complementary color
Monochromatic Colors of #5908BB
Black with #5908BB
Text Example
Text Example
White with #5908BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5908BB; }
p { color: rgb(89,8,187); }
H1.HeaderClassName
{
color: #5908BB;
}
.AnyTagClassName
{
color: #5908BB;
}
</style>
background-color css
<style>
a { background-color: #5908BB; }
a { background-color: rgb(89,8,187); }
div.DivClassName
{
background-color: #5908BB;
}
.BgClassName
{
background-color: #5908BB;
}
</style>
border-color css
<style>
span { border-color: #5908BB; }
span { border-color: rgb(89,8,187); }
td.TdClassName
{
border-color: #5908BB;
}
.TagClassName
{
border-color: #5908BB;
}
</style>