Shades of Purple Heart #551DAB
Tints of Purple Heart #551DAB
RGB
CMYK
RGB Variations
Color information
#551DAB (or 0x551DAB) is known color: Purple Heart. HEX triplet: 55, 1D and AB. RGB value is (85,29,171). Sum of RGB (Red+Green+Blue) = 85+29+171=285 (37% of max value = 765). Red value is 85 (33.59% from 255 or 29.82% from 285); Green value is 29 (11.72% from 255 or 10.18% from 285); Blue value is 171 (67.19% from 255 or 60% from 285); Max value from RGB is 171 - color contains mainly: blue. Hex color #551DAB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #551DAB is #AAE254. Grayscale: #3D3D3D. Windows color (decimal): -11199061 or 11214165. OLE color: 11214165.
HSL color Cylindrical-coordinate representation of color #551DAB: hue angle of 263.66º degrees, saturation: 0.71, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #551DAB is Cyan = 0.50, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 85 | 29 | 171 | - |
| CMYK | 0.50 | 0.83 | 0 | 0.33 |
| HSL | 263.66º | 0.71% | 0.39% | - |
| HSV(B) | 263.66º | 0.83% | 0.67% | - |
| XYZ | 11.54 | 5.75 | 39.03 | - |
| YUV | 61.93 | 189.55 | 144.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 29 | 171 | 0.50 | 0.83 | 0 | 0.33 | 263.66 | 0.71 | 0.39 |
| Hex | 55 | 1D | AB | 32 | 53 | 0 | 21 | 108 | 47 | 27 |
| Octal | 125 | 35 | 253 | 62 | 123 | 0 | 41 | 410 | 107 | 47 |
| Binary | 1010101 | 11101 | 10101011 | 110010 | 1010011 | 0 | 100001 | 100001000 | 1000111 | 100111 |
Color Harmonies of #551DAB
Complementary color
Monochromatic Colors of #551DAB
Black with #551DAB
Text Example
Text Example
White with #551DAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #551DAB; }
p { color: rgb(85,29,171); }
H1.HeaderClassName
{
color: #551DAB;
}
.AnyTagClassName
{
color: #551DAB;
}
</style>
background-color css
<style>
a { background-color: #551DAB; }
a { background-color: rgb(85,29,171); }
div.DivClassName
{
background-color: #551DAB;
}
.BgClassName
{
background-color: #551DAB;
}
</style>
border-color css
<style>
span { border-color: #551DAB; }
span { border-color: rgb(85,29,171); }
td.TdClassName
{
border-color: #551DAB;
}
.TagClassName
{
border-color: #551DAB;
}
</style>