Shades of Purple Heart #551BAF
Tints of Purple Heart #551BAF
RGB
CMYK
RGB Variations
Color information
#551BAF (or 0x551BAF) is known color: Purple Heart. HEX triplet: 55, 1B and AF. RGB value is (85,27,175). Sum of RGB (Red+Green+Blue) = 85+27+175=287 (38% of max value = 765). Red value is 85 (33.59% from 255 or 29.62% from 287); Green value is 27 (10.94% from 255 or 9.41% from 287); Blue value is 175 (68.75% from 255 or 60.98% from 287); Max value from RGB is 175 - color contains mainly: blue. Hex color #551BAF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #551BAF is #AAE450. Grayscale: #3C3C3C. Windows color (decimal): -11199569 or 11475797. OLE color: 11475797.
HSL color Cylindrical-coordinate representation of color #551BAF: hue angle of 263.51º degrees, saturation: 0.73, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #551BAF is Cyan = 0.51, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 85 | 27 | 175 | - |
| CMYK | 0.51 | 0.85 | 0 | 0.31 |
| HSL | 263.51º | 0.73% | 0.4% | - |
| HSV(B) | 263.51º | 0.85% | 0.69% | - |
| XYZ | 11.88 | 5.81 | 41.05 | - |
| YUV | 61.21 | 192.22 | 144.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 27 | 175 | 0.51 | 0.85 | 0 | 0.31 | 263.51 | 0.73 | 0.4 |
| Hex | 55 | 1B | AF | 33 | 55 | 0 | 1F | 108 | 49 | 28 |
| Octal | 125 | 33 | 257 | 63 | 125 | 0 | 37 | 410 | 111 | 50 |
| Binary | 1010101 | 11011 | 10101111 | 110011 | 1010101 | 0 | 11111 | 100001000 | 1001001 | 101000 |
Color Harmonies of #551BAF
Complementary color
Monochromatic Colors of #551BAF
Black with #551BAF
Text Example
Text Example
White with #551BAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #551BAF; }
p { color: rgb(85,27,175); }
H1.HeaderClassName
{
color: #551BAF;
}
.AnyTagClassName
{
color: #551BAF;
}
</style>
background-color css
<style>
a { background-color: #551BAF; }
a { background-color: rgb(85,27,175); }
div.DivClassName
{
background-color: #551BAF;
}
.BgClassName
{
background-color: #551BAF;
}
</style>
border-color css
<style>
span { border-color: #551BAF; }
span { border-color: rgb(85,27,175); }
td.TdClassName
{
border-color: #551BAF;
}
.TagClassName
{
border-color: #551BAF;
}
</style>