Shades of Purple Heart #550BC8
Tints of Purple Heart #550BC8
RGB
CMYK
RGB Variations
Color information
#550BC8 (or 0x550BC8) is known color: Purple Heart. HEX triplet: 55, 0B and C8. RGB value is (85,11,200). Sum of RGB (Red+Green+Blue) = 85+11+200=296 (39% of max value = 765). Red value is 85 (33.59% from 255 or 28.72% from 296); Green value is 11 (4.69% from 255 or 3.72% from 296); Blue value is 200 (78.52% from 255 or 67.57% from 296); Max value from RGB is 200 - color contains mainly: blue. Hex color #550BC8 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #550BC8 is #AAF437. Grayscale: #353535. Windows color (decimal): -11203640 or 13110101. OLE color: 13110101.
HSL color Cylindrical-coordinate representation of color #550BC8: hue angle of 263.49º 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 #550BC8 is Cyan = 0.58, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 85 | 11 | 200 | - |
| CMYK | 0.58 | 0.94 | 0 | 0.22 |
| HSL | 263.49º | 0.9% | 0.41% | - |
| HSV(B) | 263.49º | 0.95% | 0.78% | - |
| XYZ | 14.29 | 6.34 | 55.11 | - |
| YUV | 54.67 | 210.02 | 149.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 11 | 200 | 0.58 | 0.94 | 0 | 0.22 | 263.49 | 0.9 | 0.41 |
| Hex | 55 | B | C8 | 3A | 5E | 0 | 16 | 107 | 5A | 29 |
| Octal | 125 | 13 | 310 | 72 | 136 | 0 | 26 | 407 | 132 | 51 |
| Binary | 1010101 | 1011 | 11001000 | 111010 | 1011110 | 0 | 10110 | 100000111 | 1011010 | 101001 |
Color Harmonies of #550BC8
Complementary color
Monochromatic Colors of #550BC8
Black with #550BC8
Text Example
Text Example
White with #550BC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #550BC8; }
p { color: rgb(85,11,200); }
H1.HeaderClassName
{
color: #550BC8;
}
.AnyTagClassName
{
color: #550BC8;
}
</style>
background-color css
<style>
a { background-color: #550BC8; }
a { background-color: rgb(85,11,200); }
div.DivClassName
{
background-color: #550BC8;
}
.BgClassName
{
background-color: #550BC8;
}
</style>
border-color css
<style>
span { border-color: #550BC8; }
span { border-color: rgb(85,11,200); }
td.TdClassName
{
border-color: #550BC8;
}
.TagClassName
{
border-color: #550BC8;
}
</style>