Shades of Purple Heart #551AD6
Tints of Purple Heart #551AD6
RGB
CMYK
RGB Variations
Color information
#551AD6 (or 0x551AD6) is known color: Purple Heart. HEX triplet: 55, 1A and D6. RGB value is (85,26,214). Sum of RGB (Red+Green+Blue) = 85+26+214=325 (43% of max value = 765). Red value is 85 (33.59% from 255 or 26.15% from 325); Green value is 26 (10.55% from 255 or 8% from 325); Blue value is 214 (83.98% from 255 or 65.85% from 325); Max value from RGB is 214 - color contains mainly: blue. Hex color #551AD6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #551AD6 is #AAE529. Grayscale: #404040. Windows color (decimal): -11199786 or 14031445. OLE color: 14031445.
HSL color Cylindrical-coordinate representation of color #551AD6: hue angle of 258.83º degrees, saturation: 0.78, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #551AD6 is Cyan = 0.60, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 85 | 26 | 214 | - |
| CMYK | 0.60 | 0.88 | 0 | 0.16 |
| HSL | 258.83º | 0.78% | 0.47% | - |
| HSV(B) | 258.83º | 0.88% | 0.84% | - |
| XYZ | 16.25 | 7.53 | 64.21 | - |
| YUV | 65.07 | 212.05 | 142.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 26 | 214 | 0.60 | 0.88 | 0 | 0.16 | 258.83 | 0.78 | 0.47 |
| Hex | 55 | 1A | D6 | 3C | 58 | 0 | 10 | 103 | 4E | 2F |
| Octal | 125 | 32 | 326 | 74 | 130 | 0 | 20 | 403 | 116 | 57 |
| Binary | 1010101 | 11010 | 11010110 | 111100 | 1011000 | 0 | 10000 | 100000011 | 1001110 | 101111 |
Color Harmonies of #551AD6
Complementary color
Monochromatic Colors of #551AD6
Black with #551AD6
Text Example
Text Example
White with #551AD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #551AD6; }
p { color: rgb(85,26,214); }
H1.HeaderClassName
{
color: #551AD6;
}
.AnyTagClassName
{
color: #551AD6;
}
</style>
background-color css
<style>
a { background-color: #551AD6; }
a { background-color: rgb(85,26,214); }
div.DivClassName
{
background-color: #551AD6;
}
.BgClassName
{
background-color: #551AD6;
}
</style>
border-color css
<style>
span { border-color: #551AD6; }
span { border-color: rgb(85,26,214); }
td.TdClassName
{
border-color: #551AD6;
}
.TagClassName
{
border-color: #551AD6;
}
</style>