Shades of Purple Heart #5508BA
Tints of Purple Heart #5508BA
RGB
CMYK
RGB Variations
Color information
#5508BA (or 0x5508BA) is known color: Purple Heart. HEX triplet: 55, 08 and BA. RGB value is (85,8,186). Sum of RGB (Red+Green+Blue) = 85+8+186=279 (36% of max value = 765). Red value is 85 (33.59% from 255 or 30.47% from 279); Green value is 8 (3.52% from 255 or 2.87% from 279); Blue value is 186 (73.05% from 255 or 66.67% from 279); Max value from RGB is 186 - color contains mainly: blue. Hex color #5508BA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5508BA is #AAF745. Grayscale: #323232. Windows color (decimal): -11204422 or 12191829. OLE color: 12191829.
HSL color Cylindrical-coordinate representation of color #5508BA: hue angle of 265.96º 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 #5508BA is Cyan = 0.54, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 85 | 8 | 186 | - |
| CMYK | 0.54 | 0.96 | 0 | 0.27 |
| HSL | 265.96º | 0.92% | 0.38% | - |
| HSV(B) | 265.96º | 0.96% | 0.73% | - |
| XYZ | 12.7 | 5.65 | 46.88 | - |
| YUV | 51.32 | 204.01 | 152.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 8 | 186 | 0.54 | 0.96 | 0 | 0.27 | 265.96 | 0.92 | 0.38 |
| Hex | 55 | 8 | BA | 36 | 60 | 0 | 1B | 10A | 5C | 26 |
| Octal | 125 | 10 | 272 | 66 | 140 | 0 | 33 | 412 | 134 | 46 |
| Binary | 1010101 | 1000 | 10111010 | 110110 | 1100000 | 0 | 11011 | 100001010 | 1011100 | 100110 |
Color Harmonies of #5508BA
Complementary color
Monochromatic Colors of #5508BA
Black with #5508BA
Text Example
Text Example
White with #5508BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5508BA; }
p { color: rgb(85,8,186); }
H1.HeaderClassName
{
color: #5508BA;
}
.AnyTagClassName
{
color: #5508BA;
}
</style>
background-color css
<style>
a { background-color: #5508BA; }
a { background-color: rgb(85,8,186); }
div.DivClassName
{
background-color: #5508BA;
}
.BgClassName
{
background-color: #5508BA;
}
</style>
border-color css
<style>
span { border-color: #5508BA; }
span { border-color: rgb(85,8,186); }
td.TdClassName
{
border-color: #5508BA;
}
.TagClassName
{
border-color: #5508BA;
}
</style>