Shades of Purple Heart #5502BA
Tints of Purple Heart #5502BA
RGB
CMYK
RGB Variations
Color information
#5502BA (or 0x5502BA) is known color: Purple Heart. HEX triplet: 55, 02 and BA. RGB value is (85,2,186). Sum of RGB (Red+Green+Blue) = 85+2+186=273 (36% of max value = 765). Red value is 85 (33.59% from 255 or 31.14% from 273); Green value is 2 (1.17% from 255 or 0.73% from 273); Blue value is 186 (73.05% from 255 or 68.13% from 273); Max value from RGB is 186 - color contains mainly: blue. Hex color #5502BA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5502BA is #AAFD45. Grayscale: #2F2F2F. Windows color (decimal): -11205958 or 12190293. OLE color: 12190293.
HSL color Cylindrical-coordinate representation of color #5502BA: hue angle of 267.07º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5502BA is Cyan = 0.54, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 85 | 2 | 186 | - |
| CMYK | 0.54 | 0.99 | 0 | 0.27 |
| HSL | 267.07º | 0.98% | 0.37% | - |
| HSV(B) | 267.07º | 0.99% | 0.73% | - |
| XYZ | 12.63 | 5.52 | 46.85 | - |
| YUV | 47.79 | 206 | 154.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 2 | 186 | 0.54 | 0.99 | 0 | 0.27 | 267.07 | 0.98 | 0.37 |
| Hex | 55 | 2 | BA | 36 | 63 | 0 | 1B | 10B | 62 | 25 |
| Octal | 125 | 2 | 272 | 66 | 143 | 0 | 33 | 413 | 142 | 45 |
| Binary | 1010101 | 10 | 10111010 | 110110 | 1100011 | 0 | 11011 | 100001011 | 1100010 | 100101 |
Color Harmonies of #5502BA
Complementary color
Monochromatic Colors of #5502BA
Black with #5502BA
Text Example
Text Example
White with #5502BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5502BA; }
p { color: rgb(85,2,186); }
H1.HeaderClassName
{
color: #5502BA;
}
.AnyTagClassName
{
color: #5502BA;
}
</style>
background-color css
<style>
a { background-color: #5502BA; }
a { background-color: rgb(85,2,186); }
div.DivClassName
{
background-color: #5502BA;
}
.BgClassName
{
background-color: #5502BA;
}
</style>
border-color css
<style>
span { border-color: #5502BA; }
span { border-color: rgb(85,2,186); }
td.TdClassName
{
border-color: #5502BA;
}
.TagClassName
{
border-color: #5502BA;
}
</style>