Shades of Purple Heart #551BAD
Tints of Purple Heart #551BAD
RGB
CMYK
RGB Variations
Color information
#551BAD (or 0x551BAD) is known color: Purple Heart. HEX triplet: 55, 1B and AD. RGB value is (85,27,173). Sum of RGB (Red+Green+Blue) = 85+27+173=285 (37% of max value = 765). Red value is 85 (33.59% from 255 or 29.82% from 285); Green value is 27 (10.94% from 255 or 9.47% from 285); Blue value is 173 (67.97% from 255 or 60.70% from 285); Max value from RGB is 173 - color contains mainly: blue. Hex color #551BAD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #551BAD is #AAE452. Grayscale: #3C3C3C. Windows color (decimal): -11199571 or 11344725. OLE color: 11344725.
HSL color Cylindrical-coordinate representation of color #551BAD: hue angle of 263.84º 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 #551BAD is Cyan = 0.51, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 85 | 27 | 173 | - |
| CMYK | 0.51 | 0.84 | 0 | 0.32 |
| HSL | 263.84º | 0.73% | 0.39% | - |
| HSV(B) | 263.84º | 0.84% | 0.68% | - |
| XYZ | 11.68 | 5.73 | 40.03 | - |
| YUV | 60.99 | 191.22 | 145.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 27 | 173 | 0.51 | 0.84 | 0 | 0.32 | 263.84 | 0.73 | 0.39 |
| Hex | 55 | 1B | AD | 33 | 54 | 0 | 20 | 108 | 49 | 27 |
| Octal | 125 | 33 | 255 | 63 | 124 | 0 | 40 | 410 | 111 | 47 |
| Binary | 1010101 | 11011 | 10101101 | 110011 | 1010100 | 0 | 100000 | 100001000 | 1001001 | 100111 |
Color Harmonies of #551BAD
Complementary color
Monochromatic Colors of #551BAD
Black with #551BAD
Text Example
Text Example
White with #551BAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #551BAD; }
p { color: rgb(85,27,173); }
H1.HeaderClassName
{
color: #551BAD;
}
.AnyTagClassName
{
color: #551BAD;
}
</style>
background-color css
<style>
a { background-color: #551BAD; }
a { background-color: rgb(85,27,173); }
div.DivClassName
{
background-color: #551BAD;
}
.BgClassName
{
background-color: #551BAD;
}
</style>
border-color css
<style>
span { border-color: #551BAD; }
span { border-color: rgb(85,27,173); }
td.TdClassName
{
border-color: #551BAD;
}
.TagClassName
{
border-color: #551BAD;
}
</style>