Shades of Purple Heart #551AD8
Tints of Purple Heart #551AD8
RGB
CMYK
RGB Variations
Color information
#551AD8 (or 0x551AD8) is known color: Purple Heart. HEX triplet: 55, 1A and D8. RGB value is (85,26,216). Sum of RGB (Red+Green+Blue) = 85+26+216=327 (43% of max value = 765). Red value is 85 (33.59% from 255 or 25.99% from 327); Green value is 26 (10.55% from 255 or 7.95% from 327); Blue value is 216 (84.77% from 255 or 66.06% from 327); Max value from RGB is 216 - color contains mainly: blue. Hex color #551AD8 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #551AD8 is #AAE527. Grayscale: #404040. Windows color (decimal): -11199784 or 14162517. OLE color: 14162517.
HSL color Cylindrical-coordinate representation of color #551AD8: hue angle of 258.63º degrees, saturation: 0.79, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #551AD8 is Cyan = 0.61, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 85 | 26 | 216 | - |
| CMYK | 0.61 | 0.88 | 0 | 0.15 |
| HSL | 258.63º | 0.79% | 0.47% | - |
| HSV(B) | 258.63º | 0.88% | 0.85% | - |
| XYZ | 16.51 | 7.63 | 65.57 | - |
| YUV | 65.3 | 213.05 | 142.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 26 | 216 | 0.61 | 0.88 | 0 | 0.15 | 258.63 | 0.79 | 0.47 |
| Hex | 55 | 1A | D8 | 3D | 58 | 0 | F | 103 | 4F | 2F |
| Octal | 125 | 32 | 330 | 75 | 130 | 0 | 17 | 403 | 117 | 57 |
| Binary | 1010101 | 11010 | 11011000 | 111101 | 1011000 | 0 | 1111 | 100000011 | 1001111 | 101111 |
Color Harmonies of #551AD8
Complementary color
Monochromatic Colors of #551AD8
Black with #551AD8
Text Example
Text Example
White with #551AD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #551AD8; }
p { color: rgb(85,26,216); }
H1.HeaderClassName
{
color: #551AD8;
}
.AnyTagClassName
{
color: #551AD8;
}
</style>
background-color css
<style>
a { background-color: #551AD8; }
a { background-color: rgb(85,26,216); }
div.DivClassName
{
background-color: #551AD8;
}
.BgClassName
{
background-color: #551AD8;
}
</style>
border-color css
<style>
span { border-color: #551AD8; }
span { border-color: rgb(85,26,216); }
td.TdClassName
{
border-color: #551AD8;
}
.TagClassName
{
border-color: #551AD8;
}
</style>