Shades of Purple Heart #550BC7
Tints of Purple Heart #550BC7
RGB
CMYK
RGB Variations
Color information
#550BC7 (or 0x550BC7) is known color: Purple Heart. HEX triplet: 55, 0B and C7. RGB value is (85,11,199). Sum of RGB (Red+Green+Blue) = 85+11+199=295 (39% of max value = 765). Red value is 85 (33.59% from 255 or 28.81% from 295); Green value is 11 (4.69% from 255 or 3.73% from 295); Blue value is 199 (78.12% from 255 or 67.46% from 295); Max value from RGB is 199 - color contains mainly: blue. Hex color #550BC7 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #550BC7 is #AAF438. Grayscale: #353535. Windows color (decimal): -11203641 or 13044565. OLE color: 13044565.
HSL color Cylindrical-coordinate representation of color #550BC7: hue angle of 263.62º degrees, saturation: 0.9, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #550BC7 is Cyan = 0.57, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 85 | 11 | 199 | - |
| CMYK | 0.57 | 0.94 | 0 | 0.22 |
| HSL | 263.62º | 0.9% | 0.41% | - |
| HSV(B) | 263.62º | 0.94% | 0.78% | - |
| XYZ | 14.17 | 6.29 | 54.5 | - |
| YUV | 54.56 | 209.52 | 149.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 11 | 199 | 0.57 | 0.94 | 0 | 0.22 | 263.62 | 0.9 | 0.41 |
| Hex | 55 | B | C7 | 39 | 5E | 0 | 16 | 108 | 5A | 29 |
| Octal | 125 | 13 | 307 | 71 | 136 | 0 | 26 | 410 | 132 | 51 |
| Binary | 1010101 | 1011 | 11000111 | 111001 | 1011110 | 0 | 10110 | 100001000 | 1011010 | 101001 |
Color Harmonies of #550BC7
Complementary color
Monochromatic Colors of #550BC7
Black with #550BC7
Text Example
Text Example
White with #550BC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #550BC7; }
p { color: rgb(85,11,199); }
H1.HeaderClassName
{
color: #550BC7;
}
.AnyTagClassName
{
color: #550BC7;
}
</style>
background-color css
<style>
a { background-color: #550BC7; }
a { background-color: rgb(85,11,199); }
div.DivClassName
{
background-color: #550BC7;
}
.BgClassName
{
background-color: #550BC7;
}
</style>
border-color css
<style>
span { border-color: #550BC7; }
span { border-color: rgb(85,11,199); }
td.TdClassName
{
border-color: #550BC7;
}
.TagClassName
{
border-color: #550BC7;
}
</style>