Shades of Purple Heart #5506BA
Tints of Purple Heart #5506BA
RGB
CMYK
RGB Variations
Color information
#5506BA (or 0x5506BA) is known color: Purple Heart. HEX triplet: 55, 06 and BA. RGB value is (85,6,186). Sum of RGB (Red+Green+Blue) = 85+6+186=277 (36% of max value = 765). Red value is 85 (33.59% from 255 or 30.69% from 277); Green value is 6 (2.73% from 255 or 2.17% from 277); Blue value is 186 (73.05% from 255 or 67.15% from 277); Max value from RGB is 186 - color contains mainly: blue. Hex color #5506BA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5506BA is #AAF945. Grayscale: #313131. Windows color (decimal): -11204934 or 12191317. OLE color: 12191317.
HSL color Cylindrical-coordinate representation of color #5506BA: hue angle of 266.33º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #5506BA is Cyan = 0.54, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 85 | 6 | 186 | - |
| CMYK | 0.54 | 0.97 | 0 | 0.27 |
| HSL | 266.33º | 0.94% | 0.38% | - |
| HSV(B) | 266.33º | 0.97% | 0.73% | - |
| XYZ | 12.67 | 5.61 | 46.87 | - |
| YUV | 50.14 | 204.67 | 152.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 6 | 186 | 0.54 | 0.97 | 0 | 0.27 | 266.33 | 0.94 | 0.38 |
| Hex | 55 | 6 | BA | 36 | 61 | 0 | 1B | 10A | 5E | 26 |
| Octal | 125 | 6 | 272 | 66 | 141 | 0 | 33 | 412 | 136 | 46 |
| Binary | 1010101 | 110 | 10111010 | 110110 | 1100001 | 0 | 11011 | 100001010 | 1011110 | 100110 |
Color Harmonies of #5506BA
Complementary color
Monochromatic Colors of #5506BA
Black with #5506BA
Text Example
Text Example
White with #5506BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5506BA; }
p { color: rgb(85,6,186); }
H1.HeaderClassName
{
color: #5506BA;
}
.AnyTagClassName
{
color: #5506BA;
}
</style>
background-color css
<style>
a { background-color: #5506BA; }
a { background-color: rgb(85,6,186); }
div.DivClassName
{
background-color: #5506BA;
}
.BgClassName
{
background-color: #5506BA;
}
</style>
border-color css
<style>
span { border-color: #5506BA; }
span { border-color: rgb(85,6,186); }
td.TdClassName
{
border-color: #5506BA;
}
.TagClassName
{
border-color: #5506BA;
}
</style>