Shades of Purple Heart #550DB1
Tints of Purple Heart #550DB1
RGB
CMYK
RGB Variations
Color information
#550DB1 (or 0x550DB1) is known color: Purple Heart. HEX triplet: 55, 0D and B1. RGB value is (85,13,177). Sum of RGB (Red+Green+Blue) = 85+13+177=275 (36% of max value = 765). Red value is 85 (33.59% from 255 or 30.91% from 275); Green value is 13 (5.47% from 255 or 4.73% from 275); Blue value is 177 (69.53% from 255 or 64.36% from 275); Max value from RGB is 177 - color contains mainly: blue. Hex color #550DB1 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #550DB1 is #AAF24E. Grayscale: #343434. Windows color (decimal): -11203151 or 11603285. OLE color: 11603285.
HSL color Cylindrical-coordinate representation of color #550DB1: hue angle of 266.34º degrees, saturation: 0.86, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #550DB1 is Cyan = 0.52, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 85 | 13 | 177 | - |
| CMYK | 0.52 | 0.93 | 0 | 0.31 |
| HSL | 266.34º | 0.86% | 0.37% | - |
| HSV(B) | 266.34º | 0.93% | 0.69% | - |
| XYZ | 11.83 | 5.39 | 42.01 | - |
| YUV | 53.22 | 197.85 | 150.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 13 | 177 | 0.52 | 0.93 | 0 | 0.31 | 266.34 | 0.86 | 0.37 |
| Hex | 55 | D | B1 | 34 | 5D | 0 | 1F | 10A | 56 | 25 |
| Octal | 125 | 15 | 261 | 64 | 135 | 0 | 37 | 412 | 126 | 45 |
| Binary | 1010101 | 1101 | 10110001 | 110100 | 1011101 | 0 | 11111 | 100001010 | 1010110 | 100101 |
Color Harmonies of #550DB1
Complementary color
Monochromatic Colors of #550DB1
Black with #550DB1
Text Example
Text Example
White with #550DB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #550DB1; }
p { color: rgb(85,13,177); }
H1.HeaderClassName
{
color: #550DB1;
}
.AnyTagClassName
{
color: #550DB1;
}
</style>
background-color css
<style>
a { background-color: #550DB1; }
a { background-color: rgb(85,13,177); }
div.DivClassName
{
background-color: #550DB1;
}
.BgClassName
{
background-color: #550DB1;
}
</style>
border-color css
<style>
span { border-color: #550DB1; }
span { border-color: rgb(85,13,177); }
td.TdClassName
{
border-color: #550DB1;
}
.TagClassName
{
border-color: #550DB1;
}
</style>