Shades of Purple Heart #5511BB
Tints of Purple Heart #5511BB
RGB
CMYK
RGB Variations
Color information
#5511BB (or 0x5511BB) is known color: Purple Heart. HEX triplet: 55, 11 and BB. RGB value is (85,17,187). Sum of RGB (Red+Green+Blue) = 85+17+187=289 (38% of max value = 765). Red value is 85 (33.59% from 255 or 29.41% from 289); Green value is 17 (7.03% from 255 or 5.88% from 289); Blue value is 187 (73.44% from 255 or 64.71% from 289); Max value from RGB is 187 - color contains mainly: blue. Hex color #5511BB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5511BB is #AAEE44. Grayscale: #383838. Windows color (decimal): -11202117 or 12259669. OLE color: 12259669.
HSL color Cylindrical-coordinate representation of color #5511BB: hue angle of 264º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #5511BB is Cyan = 0.55, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 85 | 17 | 187 | - |
| CMYK | 0.55 | 0.91 | 0 | 0.27 |
| HSL | 264º | 0.83% | 0.4% | - |
| HSV(B) | 264º | 0.91% | 0.73% | - |
| XYZ | 12.92 | 5.92 | 47.48 | - |
| YUV | 56.71 | 201.53 | 148.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 17 | 187 | 0.55 | 0.91 | 0 | 0.27 | 264 | 0.83 | 0.4 |
| Hex | 55 | 11 | BB | 37 | 5B | 0 | 1B | 108 | 53 | 28 |
| Octal | 125 | 21 | 273 | 67 | 133 | 0 | 33 | 410 | 123 | 50 |
| Binary | 1010101 | 10001 | 10111011 | 110111 | 1011011 | 0 | 11011 | 100001000 | 1010011 | 101000 |
Color Harmonies of #5511BB
Complementary color
Monochromatic Colors of #5511BB
Black with #5511BB
Text Example
Text Example
White with #5511BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5511BB; }
p { color: rgb(85,17,187); }
H1.HeaderClassName
{
color: #5511BB;
}
.AnyTagClassName
{
color: #5511BB;
}
</style>
background-color css
<style>
a { background-color: #5511BB; }
a { background-color: rgb(85,17,187); }
div.DivClassName
{
background-color: #5511BB;
}
.BgClassName
{
background-color: #5511BB;
}
</style>
border-color css
<style>
span { border-color: #5511BB; }
span { border-color: rgb(85,17,187); }
td.TdClassName
{
border-color: #5511BB;
}
.TagClassName
{
border-color: #5511BB;
}
</style>