Shades of Purple Heart #551BAE
Tints of Purple Heart #551BAE
RGB
CMYK
RGB Variations
Color information
#551BAE (or 0x551BAE) is known color: Purple Heart. HEX triplet: 55, 1B and AE. RGB value is (85,27,174). Sum of RGB (Red+Green+Blue) = 85+27+174=286 (37% of max value = 765). Red value is 85 (33.59% from 255 or 29.72% from 286); Green value is 27 (10.94% from 255 or 9.44% from 286); Blue value is 174 (68.36% from 255 or 60.84% from 286); Max value from RGB is 174 - color contains mainly: blue. Hex color #551BAE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #551BAE is #AAE451. Grayscale: #3C3C3C. Windows color (decimal): -11199570 or 11410261. OLE color: 11410261.
HSL color Cylindrical-coordinate representation of color #551BAE: hue angle of 263.67º degrees, saturation: 0.73, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #551BAE is Cyan = 0.51, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 85 | 27 | 174 | - |
| CMYK | 0.51 | 0.84 | 0 | 0.32 |
| HSL | 263.67º | 0.73% | 0.39% | - |
| HSV(B) | 263.67º | 0.84% | 0.68% | - |
| XYZ | 11.78 | 5.77 | 40.54 | - |
| YUV | 61.1 | 191.72 | 145.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 27 | 174 | 0.51 | 0.84 | 0 | 0.32 | 263.67 | 0.73 | 0.39 |
| Hex | 55 | 1B | AE | 33 | 54 | 0 | 20 | 108 | 49 | 27 |
| Octal | 125 | 33 | 256 | 63 | 124 | 0 | 40 | 410 | 111 | 47 |
| Binary | 1010101 | 11011 | 10101110 | 110011 | 1010100 | 0 | 100000 | 100001000 | 1001001 | 100111 |
Color Harmonies of #551BAE
Complementary color
Monochromatic Colors of #551BAE
Black with #551BAE
Text Example
Text Example
White with #551BAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #551BAE; }
p { color: rgb(85,27,174); }
H1.HeaderClassName
{
color: #551BAE;
}
.AnyTagClassName
{
color: #551BAE;
}
</style>
background-color css
<style>
a { background-color: #551BAE; }
a { background-color: rgb(85,27,174); }
div.DivClassName
{
background-color: #551BAE;
}
.BgClassName
{
background-color: #551BAE;
}
</style>
border-color css
<style>
span { border-color: #551BAE; }
span { border-color: rgb(85,27,174); }
td.TdClassName
{
border-color: #551BAE;
}
.TagClassName
{
border-color: #551BAE;
}
</style>