Shades of Purple Heart #550AB1
Tints of Purple Heart #550AB1
RGB
CMYK
RGB Variations
Color information
#550AB1 (or 0x550AB1) is known color: Purple Heart. HEX triplet: 55, 0A and B1. RGB value is (85,10,177). Sum of RGB (Red+Green+Blue) = 85+10+177=272 (36% of max value = 765). Red value is 85 (33.59% from 255 or 31.25% from 272); Green value is 10 (4.30% from 255 or 3.68% from 272); Blue value is 177 (69.53% from 255 or 65.07% from 272); Max value from RGB is 177 - color contains mainly: blue. Hex color #550AB1 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #550AB1 is #AAF54E. Grayscale: #323232. Windows color (decimal): -11203919 or 11602517. OLE color: 11602517.
HSL color Cylindrical-coordinate representation of color #550AB1: hue angle of 266.95º degrees, saturation: 0.89, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #550AB1 is Cyan = 0.52, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 85 | 10 | 177 | - |
| CMYK | 0.52 | 0.94 | 0 | 0.31 |
| HSL | 266.95º | 0.89% | 0.37% | - |
| HSV(B) | 266.95º | 0.94% | 0.69% | - |
| XYZ | 11.79 | 5.32 | 42 | - |
| YUV | 51.46 | 198.85 | 151.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 10 | 177 | 0.52 | 0.94 | 0 | 0.31 | 266.95 | 0.89 | 0.37 |
| Hex | 55 | A | B1 | 34 | 5E | 0 | 1F | 10B | 59 | 25 |
| Octal | 125 | 12 | 261 | 64 | 136 | 0 | 37 | 413 | 131 | 45 |
| Binary | 1010101 | 1010 | 10110001 | 110100 | 1011110 | 0 | 11111 | 100001011 | 1011001 | 100101 |
Color Harmonies of #550AB1
Complementary color
Monochromatic Colors of #550AB1
Black with #550AB1
Text Example
Text Example
White with #550AB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #550AB1; }
p { color: rgb(85,10,177); }
H1.HeaderClassName
{
color: #550AB1;
}
.AnyTagClassName
{
color: #550AB1;
}
</style>
background-color css
<style>
a { background-color: #550AB1; }
a { background-color: rgb(85,10,177); }
div.DivClassName
{
background-color: #550AB1;
}
.BgClassName
{
background-color: #550AB1;
}
</style>
border-color css
<style>
span { border-color: #550AB1; }
span { border-color: rgb(85,10,177); }
td.TdClassName
{
border-color: #550AB1;
}
.TagClassName
{
border-color: #550AB1;
}
</style>