Shades of Purple Heart #551BA9
Tints of Purple Heart #551BA9
RGB
CMYK
RGB Variations
Color information
#551BA9 (or 0x551BA9) is known color: Purple Heart. HEX triplet: 55, 1B and A9. RGB value is (85,27,169). Sum of RGB (Red+Green+Blue) = 85+27+169=281 (37% of max value = 765). Red value is 85 (33.59% from 255 or 30.25% from 281); Green value is 27 (10.94% from 255 or 9.61% from 281); Blue value is 169 (66.41% from 255 or 60.14% from 281); Max value from RGB is 169 - color contains mainly: blue. Hex color #551BA9 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #551BA9 is #AAE456. Grayscale: #3C3C3C. Windows color (decimal): -11199575 or 11082581. OLE color: 11082581.
HSL color Cylindrical-coordinate representation of color #551BA9: hue angle of 264.51º degrees, saturation: 0.72, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #551BA9 is Cyan = 0.50, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 85 | 27 | 169 | - |
| CMYK | 0.50 | 0.84 | 0 | 0.34 |
| HSL | 264.51º | 0.72% | 0.38% | - |
| HSV(B) | 264.51º | 0.84% | 0.66% | - |
| XYZ | 11.3 | 5.58 | 38.02 | - |
| YUV | 60.53 | 189.22 | 145.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 27 | 169 | 0.50 | 0.84 | 0 | 0.34 | 264.51 | 0.72 | 0.38 |
| Hex | 55 | 1B | A9 | 32 | 54 | 0 | 22 | 109 | 48 | 26 |
| Octal | 125 | 33 | 251 | 62 | 124 | 0 | 42 | 411 | 110 | 46 |
| Binary | 1010101 | 11011 | 10101001 | 110010 | 1010100 | 0 | 100010 | 100001001 | 1001000 | 100110 |
Color Harmonies of #551BA9
Complementary color
Monochromatic Colors of #551BA9
Black with #551BA9
Text Example
Text Example
White with #551BA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #551BA9; }
p { color: rgb(85,27,169); }
H1.HeaderClassName
{
color: #551BA9;
}
.AnyTagClassName
{
color: #551BA9;
}
</style>
background-color css
<style>
a { background-color: #551BA9; }
a { background-color: rgb(85,27,169); }
div.DivClassName
{
background-color: #551BA9;
}
.BgClassName
{
background-color: #551BA9;
}
</style>
border-color css
<style>
span { border-color: #551BA9; }
span { border-color: rgb(85,27,169); }
td.TdClassName
{
border-color: #551BA9;
}
.TagClassName
{
border-color: #551BA9;
}
</style>