Shades of Purple Heart #550DC5
Tints of Purple Heart #550DC5
RGB
CMYK
RGB Variations
Color information
#550DC5 (or 0x550DC5) is known color: Purple Heart. HEX triplet: 55, 0D and C5. RGB value is (85,13,197). Sum of RGB (Red+Green+Blue) = 85+13+197=295 (39% of max value = 765). Red value is 85 (33.59% from 255 or 28.81% from 295); Green value is 13 (5.47% from 255 or 4.41% from 295); Blue value is 197 (77.34% from 255 or 66.78% from 295); Max value from RGB is 197 - color contains mainly: blue. Hex color #550DC5 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #550DC5 is #AAF23A. Grayscale: #363636. Windows color (decimal): -11203131 or 12914005. OLE color: 12914005.
HSL color Cylindrical-coordinate representation of color #550DC5: hue angle of 263.48º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #550DC5 is Cyan = 0.57, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 85 | 13 | 197 | - |
| CMYK | 0.57 | 0.93 | 0 | 0.23 |
| HSL | 263.48º | 0.88% | 0.41% | - |
| HSV(B) | 263.48º | 0.93% | 0.77% | - |
| XYZ | 13.97 | 6.25 | 53.29 | - |
| YUV | 55.5 | 207.85 | 149.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 13 | 197 | 0.57 | 0.93 | 0 | 0.23 | 263.48 | 0.88 | 0.41 |
| Hex | 55 | D | C5 | 39 | 5D | 0 | 17 | 107 | 58 | 29 |
| Octal | 125 | 15 | 305 | 71 | 135 | 0 | 27 | 407 | 130 | 51 |
| Binary | 1010101 | 1101 | 11000101 | 111001 | 1011101 | 0 | 10111 | 100000111 | 1011000 | 101001 |
Color Harmonies of #550DC5
Complementary color
Monochromatic Colors of #550DC5
Black with #550DC5
Text Example
Text Example
White with #550DC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #550DC5; }
p { color: rgb(85,13,197); }
H1.HeaderClassName
{
color: #550DC5;
}
.AnyTagClassName
{
color: #550DC5;
}
</style>
background-color css
<style>
a { background-color: #550DC5; }
a { background-color: rgb(85,13,197); }
div.DivClassName
{
background-color: #550DC5;
}
.BgClassName
{
background-color: #550DC5;
}
</style>
border-color css
<style>
span { border-color: #550DC5; }
span { border-color: rgb(85,13,197); }
td.TdClassName
{
border-color: #550DC5;
}
.TagClassName
{
border-color: #550DC5;
}
</style>