Shades of Purple Heart #5505BA
Tints of Purple Heart #5505BA
RGB
CMYK
RGB Variations
Color information
#5505BA (or 0x5505BA) is known color: Purple Heart. HEX triplet: 55, 05 and BA. RGB value is (85,5,186). Sum of RGB (Red+Green+Blue) = 85+5+186=276 (36% of max value = 765). Red value is 85 (33.59% from 255 or 30.80% from 276); Green value is 5 (2.34% from 255 or 1.81% from 276); Blue value is 186 (73.05% from 255 or 67.39% from 276); Max value from RGB is 186 - color contains mainly: blue. Hex color #5505BA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5505BA is #AAFA45. Grayscale: #303030. Windows color (decimal): -11205190 or 12191061. OLE color: 12191061.
HSL color Cylindrical-coordinate representation of color #5505BA: hue angle of 266.52º degrees, saturation: 0.95, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #5505BA is Cyan = 0.54, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 85 | 5 | 186 | - |
| CMYK | 0.54 | 0.97 | 0 | 0.27 |
| HSL | 266.52º | 0.95% | 0.37% | - |
| HSV(B) | 266.52º | 0.97% | 0.73% | - |
| XYZ | 12.66 | 5.59 | 46.86 | - |
| YUV | 49.55 | 205 | 153.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 5 | 186 | 0.54 | 0.97 | 0 | 0.27 | 266.52 | 0.95 | 0.37 |
| Hex | 55 | 5 | BA | 36 | 61 | 0 | 1B | 10B | 5F | 25 |
| Octal | 125 | 5 | 272 | 66 | 141 | 0 | 33 | 413 | 137 | 45 |
| Binary | 1010101 | 101 | 10111010 | 110110 | 1100001 | 0 | 11011 | 100001011 | 1011111 | 100101 |
Color Harmonies of #5505BA
Complementary color
Monochromatic Colors of #5505BA
Black with #5505BA
Text Example
Text Example
White with #5505BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5505BA; }
p { color: rgb(85,5,186); }
H1.HeaderClassName
{
color: #5505BA;
}
.AnyTagClassName
{
color: #5505BA;
}
</style>
background-color css
<style>
a { background-color: #5505BA; }
a { background-color: rgb(85,5,186); }
div.DivClassName
{
background-color: #5505BA;
}
.BgClassName
{
background-color: #5505BA;
}
</style>
border-color css
<style>
span { border-color: #5505BA; }
span { border-color: rgb(85,5,186); }
td.TdClassName
{
border-color: #5505BA;
}
.TagClassName
{
border-color: #5505BA;
}
</style>