Shades of Purple Heart #551BAA
Tints of Purple Heart #551BAA
RGB
CMYK
RGB Variations
Color information
#551BAA (or 0x551BAA) is known color: Purple Heart. HEX triplet: 55, 1B and AA. RGB value is (85,27,170). Sum of RGB (Red+Green+Blue) = 85+27+170=282 (37% of max value = 765). Red value is 85 (33.59% from 255 or 30.14% from 282); Green value is 27 (10.94% from 255 or 9.57% from 282); Blue value is 170 (66.80% from 255 or 60.28% from 282); Max value from RGB is 170 - color contains mainly: blue. Hex color #551BAA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #551BAA is #AAE455. Grayscale: #3C3C3C. Windows color (decimal): -11199574 or 11148117. OLE color: 11148117.
HSL color Cylindrical-coordinate representation of color #551BAA: hue angle of 264.34º degrees, saturation: 0.73, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #551BAA is Cyan = 0.50, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 85 | 27 | 170 | - |
| CMYK | 0.50 | 0.84 | 0 | 0.33 |
| HSL | 264.34º | 0.73% | 0.39% | - |
| HSV(B) | 264.34º | 0.84% | 0.67% | - |
| XYZ | 11.39 | 5.62 | 38.51 | - |
| YUV | 60.64 | 189.72 | 145.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 27 | 170 | 0.50 | 0.84 | 0 | 0.33 | 264.34 | 0.73 | 0.39 |
| Hex | 55 | 1B | AA | 32 | 54 | 0 | 21 | 108 | 49 | 27 |
| Octal | 125 | 33 | 252 | 62 | 124 | 0 | 41 | 410 | 111 | 47 |
| Binary | 1010101 | 11011 | 10101010 | 110010 | 1010100 | 0 | 100001 | 100001000 | 1001001 | 100111 |
Color Harmonies of #551BAA
Complementary color
Monochromatic Colors of #551BAA
Black with #551BAA
Text Example
Text Example
White with #551BAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #551BAA; }
p { color: rgb(85,27,170); }
H1.HeaderClassName
{
color: #551BAA;
}
.AnyTagClassName
{
color: #551BAA;
}
</style>
background-color css
<style>
a { background-color: #551BAA; }
a { background-color: rgb(85,27,170); }
div.DivClassName
{
background-color: #551BAA;
}
.BgClassName
{
background-color: #551BAA;
}
</style>
border-color css
<style>
span { border-color: #551BAA; }
span { border-color: rgb(85,27,170); }
td.TdClassName
{
border-color: #551BAA;
}
.TagClassName
{
border-color: #551BAA;
}
</style>