Shades of Purple Heart #550DAA
Tints of Purple Heart #550DAA
RGB
CMYK
RGB Variations
Color information
#550DAA (or 0x550DAA) is known color: Purple Heart. HEX triplet: 55, 0D and AA. RGB value is (85,13,170). Sum of RGB (Red+Green+Blue) = 85+13+170=268 (35% of max value = 765). Red value is 85 (33.59% from 255 or 31.72% from 268); Green value is 13 (5.47% from 255 or 4.85% from 268); Blue value is 170 (66.80% from 255 or 63.43% from 268); Max value from RGB is 170 - color contains mainly: blue. Hex color #550DAA is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #550DAA is #AAF255. Grayscale: #333333. Windows color (decimal): -11203158 or 11144533. OLE color: 11144533.
HSL color Cylindrical-coordinate representation of color #550DAA: hue angle of 267.52º degrees, saturation: 0.86, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #550DAA is Cyan = 0.50, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 85 | 13 | 170 | - |
| CMYK | 0.50 | 0.92 | 0 | 0.33 |
| HSL | 267.52º | 0.86% | 0.36% | - |
| HSV(B) | 267.52º | 0.92% | 0.67% | - |
| XYZ | 11.15 | 5.12 | 38.43 | - |
| YUV | 52.43 | 194.35 | 151.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 13 | 170 | 0.50 | 0.92 | 0 | 0.33 | 267.52 | 0.86 | 0.36 |
| Hex | 55 | D | AA | 32 | 5C | 0 | 21 | 10C | 56 | 24 |
| Octal | 125 | 15 | 252 | 62 | 134 | 0 | 41 | 414 | 126 | 44 |
| Binary | 1010101 | 1101 | 10101010 | 110010 | 1011100 | 0 | 100001 | 100001100 | 1010110 | 100100 |
Color Harmonies of #550DAA
Complementary color
Monochromatic Colors of #550DAA
Black with #550DAA
Text Example
Text Example
White with #550DAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #550DAA; }
p { color: rgb(85,13,170); }
H1.HeaderClassName
{
color: #550DAA;
}
.AnyTagClassName
{
color: #550DAA;
}
</style>
background-color css
<style>
a { background-color: #550DAA; }
a { background-color: rgb(85,13,170); }
div.DivClassName
{
background-color: #550DAA;
}
.BgClassName
{
background-color: #550DAA;
}
</style>
border-color css
<style>
span { border-color: #550DAA; }
span { border-color: rgb(85,13,170); }
td.TdClassName
{
border-color: #550DAA;
}
.TagClassName
{
border-color: #550DAA;
}
</style>