Shades of Purple Heart #551DAA
Tints of Purple Heart #551DAA
RGB
CMYK
RGB Variations
Color information
#551DAA (or 0x551DAA) is known color: Purple Heart. HEX triplet: 55, 1D and AA. RGB value is (85,29,170). Sum of RGB (Red+Green+Blue) = 85+29+170=284 (37% of max value = 765). Red value is 85 (33.59% from 255 or 29.93% from 284); Green value is 29 (11.72% from 255 or 10.21% from 284); Blue value is 170 (66.80% from 255 or 59.86% from 284); Max value from RGB is 170 - color contains mainly: blue. Hex color #551DAA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #551DAA is #AAE255. Grayscale: #3D3D3D. Windows color (decimal): -11199062 or 11148629. OLE color: 11148629.
HSL color Cylindrical-coordinate representation of color #551DAA: hue angle of 263.83º 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 #551DAA is Cyan = 0.50, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 85 | 29 | 170 | - |
| CMYK | 0.50 | 0.83 | 0 | 0.33 |
| HSL | 263.83º | 0.71% | 0.39% | - |
| HSV(B) | 263.83º | 0.83% | 0.67% | - |
| XYZ | 11.44 | 5.71 | 38.53 | - |
| YUV | 61.82 | 189.05 | 144.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 29 | 170 | 0.50 | 0.83 | 0 | 0.33 | 263.83 | 0.71 | 0.39 |
| Hex | 55 | 1D | AA | 32 | 53 | 0 | 21 | 108 | 47 | 27 |
| Octal | 125 | 35 | 252 | 62 | 123 | 0 | 41 | 410 | 107 | 47 |
| Binary | 1010101 | 11101 | 10101010 | 110010 | 1010011 | 0 | 100001 | 100001000 | 1000111 | 100111 |
Color Harmonies of #551DAA
Complementary color
Monochromatic Colors of #551DAA
Black with #551DAA
Text Example
Text Example
White with #551DAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #551DAA; }
p { color: rgb(85,29,170); }
H1.HeaderClassName
{
color: #551DAA;
}
.AnyTagClassName
{
color: #551DAA;
}
</style>
background-color css
<style>
a { background-color: #551DAA; }
a { background-color: rgb(85,29,170); }
div.DivClassName
{
background-color: #551DAA;
}
.BgClassName
{
background-color: #551DAA;
}
</style>
border-color css
<style>
span { border-color: #551DAA; }
span { border-color: rgb(85,29,170); }
td.TdClassName
{
border-color: #551DAA;
}
.TagClassName
{
border-color: #551DAA;
}
</style>