Shades of Purple Heart #550AB8
Tints of Purple Heart #550AB8
RGB
CMYK
RGB Variations
Color information
#550AB8 (or 0x550AB8) is known color: Purple Heart. HEX triplet: 55, 0A and B8. RGB value is (85,10,184). Sum of RGB (Red+Green+Blue) = 85+10+184=279 (36% of max value = 765). Red value is 85 (33.59% from 255 or 30.47% from 279); Green value is 10 (4.30% from 255 or 3.58% from 279); Blue value is 184 (72.27% from 255 or 65.95% from 279); Max value from RGB is 184 - color contains mainly: blue. Hex color #550AB8 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #550AB8 is #AAF547. Grayscale: #333333. Windows color (decimal): -11203912 or 12061269. OLE color: 12061269.
HSL color Cylindrical-coordinate representation of color #550AB8: hue angle of 265.86º degrees, saturation: 0.9, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #550AB8 is Cyan = 0.54, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 85 | 10 | 184 | - |
| CMYK | 0.54 | 0.95 | 0 | 0.28 |
| HSL | 265.86º | 0.9% | 0.38% | - |
| HSV(B) | 265.86º | 0.95% | 0.72% | - |
| XYZ | 12.51 | 5.61 | 45.77 | - |
| YUV | 52.26 | 202.35 | 151.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 10 | 184 | 0.54 | 0.95 | 0 | 0.28 | 265.86 | 0.9 | 0.38 |
| Hex | 55 | A | B8 | 36 | 5F | 0 | 1C | 10A | 5A | 26 |
| Octal | 125 | 12 | 270 | 66 | 137 | 0 | 34 | 412 | 132 | 46 |
| Binary | 1010101 | 1010 | 10111000 | 110110 | 1011111 | 0 | 11100 | 100001010 | 1011010 | 100110 |
Color Harmonies of #550AB8
Complementary color
Monochromatic Colors of #550AB8
Black with #550AB8
Text Example
Text Example
White with #550AB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #550AB8; }
p { color: rgb(85,10,184); }
H1.HeaderClassName
{
color: #550AB8;
}
.AnyTagClassName
{
color: #550AB8;
}
</style>
background-color css
<style>
a { background-color: #550AB8; }
a { background-color: rgb(85,10,184); }
div.DivClassName
{
background-color: #550AB8;
}
.BgClassName
{
background-color: #550AB8;
}
</style>
border-color css
<style>
span { border-color: #550AB8; }
span { border-color: rgb(85,10,184); }
td.TdClassName
{
border-color: #550AB8;
}
.TagClassName
{
border-color: #550AB8;
}
</style>