Shades of Purple Heart #550DAE
Tints of Purple Heart #550DAE
RGB
CMYK
RGB Variations
Color information
#550DAE (or 0x550DAE) is known color: Purple Heart. HEX triplet: 55, 0D and AE. RGB value is (85,13,174). Sum of RGB (Red+Green+Blue) = 85+13+174=272 (36% of max value = 765). Red value is 85 (33.59% from 255 or 31.25% from 272); Green value is 13 (5.47% from 255 or 4.78% from 272); Blue value is 174 (68.36% from 255 or 63.97% from 272); Max value from RGB is 174 - color contains mainly: blue. Hex color #550DAE is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #550DAE is #AAF251. Grayscale: #343434. Windows color (decimal): -11203154 or 11406677. OLE color: 11406677.
HSL color Cylindrical-coordinate representation of color #550DAE: hue angle of 266.83º degrees, saturation: 0.86, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #550DAE is Cyan = 0.51, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 85 | 13 | 174 | - |
| CMYK | 0.51 | 0.93 | 0 | 0.32 |
| HSL | 266.83º | 0.86% | 0.37% | - |
| HSV(B) | 266.83º | 0.93% | 0.68% | - |
| XYZ | 11.53 | 5.28 | 40.45 | - |
| YUV | 52.88 | 196.35 | 150.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 13 | 174 | 0.51 | 0.93 | 0 | 0.32 | 266.83 | 0.86 | 0.37 |
| Hex | 55 | D | AE | 33 | 5D | 0 | 20 | 10B | 56 | 25 |
| Octal | 125 | 15 | 256 | 63 | 135 | 0 | 40 | 413 | 126 | 45 |
| Binary | 1010101 | 1101 | 10101110 | 110011 | 1011101 | 0 | 100000 | 100001011 | 1010110 | 100101 |
Color Harmonies of #550DAE
Complementary color
Monochromatic Colors of #550DAE
Black with #550DAE
Text Example
Text Example
White with #550DAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #550DAE; }
p { color: rgb(85,13,174); }
H1.HeaderClassName
{
color: #550DAE;
}
.AnyTagClassName
{
color: #550DAE;
}
</style>
background-color css
<style>
a { background-color: #550DAE; }
a { background-color: rgb(85,13,174); }
div.DivClassName
{
background-color: #550DAE;
}
.BgClassName
{
background-color: #550DAE;
}
</style>
border-color css
<style>
span { border-color: #550DAE; }
span { border-color: rgb(85,13,174); }
td.TdClassName
{
border-color: #550DAE;
}
.TagClassName
{
border-color: #550DAE;
}
</style>