Shades of Purple Heart #550BBE
Tints of Purple Heart #550BBE
RGB
CMYK
RGB Variations
Color information
#550BBE (or 0x550BBE) is known color: Purple Heart. HEX triplet: 55, 0B and BE. RGB value is (85,11,190). Sum of RGB (Red+Green+Blue) = 85+11+190=286 (37% of max value = 765). Red value is 85 (33.59% from 255 or 29.72% from 286); Green value is 11 (4.69% from 255 or 3.85% from 286); Blue value is 190 (74.61% from 255 or 66.43% from 286); Max value from RGB is 190 - color contains mainly: blue. Hex color #550BBE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #550BBE is #AAF441. Grayscale: #343434. Windows color (decimal): -11203650 or 12454741. OLE color: 12454741.
HSL color Cylindrical-coordinate representation of color #550BBE: hue angle of 264.8º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #550BBE is Cyan = 0.55, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 85 | 11 | 190 | - |
| CMYK | 0.55 | 0.94 | 0 | 0.25 |
| HSL | 264.8º | 0.89% | 0.39% | - |
| HSV(B) | 264.8º | 0.94% | 0.75% | - |
| XYZ | 13.16 | 5.89 | 49.16 | - |
| YUV | 53.53 | 205.02 | 150.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 11 | 190 | 0.55 | 0.94 | 0 | 0.25 | 264.8 | 0.89 | 0.39 |
| Hex | 55 | B | BE | 37 | 5E | 0 | 19 | 109 | 59 | 27 |
| Octal | 125 | 13 | 276 | 67 | 136 | 0 | 31 | 411 | 131 | 47 |
| Binary | 1010101 | 1011 | 10111110 | 110111 | 1011110 | 0 | 11001 | 100001001 | 1011001 | 100111 |
Color Harmonies of #550BBE
Complementary color
Monochromatic Colors of #550BBE
Black with #550BBE
Text Example
Text Example
White with #550BBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #550BBE; }
p { color: rgb(85,11,190); }
H1.HeaderClassName
{
color: #550BBE;
}
.AnyTagClassName
{
color: #550BBE;
}
</style>
background-color css
<style>
a { background-color: #550BBE; }
a { background-color: rgb(85,11,190); }
div.DivClassName
{
background-color: #550BBE;
}
.BgClassName
{
background-color: #550BBE;
}
</style>
border-color css
<style>
span { border-color: #550BBE; }
span { border-color: rgb(85,11,190); }
td.TdClassName
{
border-color: #550BBE;
}
.TagClassName
{
border-color: #550BBE;
}
</style>