Shades of Purple Heart #550EBA
Tints of Purple Heart #550EBA
RGB
CMYK
RGB Variations
Color information
#550EBA (or 0x550EBA) is known color: Purple Heart. HEX triplet: 55, 0E and BA. RGB value is (85,14,186). Sum of RGB (Red+Green+Blue) = 85+14+186=285 (37% of max value = 765). Red value is 85 (33.59% from 255 or 29.82% from 285); Green value is 14 (5.86% from 255 or 4.91% from 285); Blue value is 186 (73.05% from 255 or 65.26% from 285); Max value from RGB is 186 - color contains mainly: blue. Hex color #550EBA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #550EBA is #AAF145. Grayscale: #363636. Windows color (decimal): -11202886 or 12193365. OLE color: 12193365.
HSL color Cylindrical-coordinate representation of color #550EBA: hue angle of 264.77º degrees, saturation: 0.86, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #550EBA is Cyan = 0.54, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 85 | 14 | 186 | - |
| CMYK | 0.54 | 0.92 | 0 | 0.27 |
| HSL | 264.77º | 0.86% | 0.39% | - |
| HSV(B) | 264.77º | 0.92% | 0.73% | - |
| XYZ | 12.77 | 5.79 | 46.9 | - |
| YUV | 54.84 | 202.02 | 149.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 14 | 186 | 0.54 | 0.92 | 0 | 0.27 | 264.77 | 0.86 | 0.39 |
| Hex | 55 | E | BA | 36 | 5C | 0 | 1B | 109 | 56 | 27 |
| Octal | 125 | 16 | 272 | 66 | 134 | 0 | 33 | 411 | 126 | 47 |
| Binary | 1010101 | 1110 | 10111010 | 110110 | 1011100 | 0 | 11011 | 100001001 | 1010110 | 100111 |
Color Harmonies of #550EBA
Complementary color
Monochromatic Colors of #550EBA
Black with #550EBA
Text Example
Text Example
White with #550EBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #550EBA; }
p { color: rgb(85,14,186); }
H1.HeaderClassName
{
color: #550EBA;
}
.AnyTagClassName
{
color: #550EBA;
}
</style>
background-color css
<style>
a { background-color: #550EBA; }
a { background-color: rgb(85,14,186); }
div.DivClassName
{
background-color: #550EBA;
}
.BgClassName
{
background-color: #550EBA;
}
</style>
border-color css
<style>
span { border-color: #550EBA; }
span { border-color: rgb(85,14,186); }
td.TdClassName
{
border-color: #550EBA;
}
.TagClassName
{
border-color: #550EBA;
}
</style>