Shades of Purple Heart #551BCB
Tints of Purple Heart #551BCB
RGB
CMYK
RGB Variations
Color information
#551BCB (or 0x551BCB) is known color: Purple Heart. HEX triplet: 55, 1B and CB. RGB value is (85,27,203). Sum of RGB (Red+Green+Blue) = 85+27+203=315 (41% of max value = 765). Red value is 85 (33.59% from 255 or 26.98% from 315); Green value is 27 (10.94% from 255 or 8.57% from 315); Blue value is 203 (79.69% from 255 or 64.44% from 315); Max value from RGB is 203 - color contains mainly: blue. Hex color #551BCB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #551BCB is #AAE434. Grayscale: #3F3F3F. Windows color (decimal): -11199541 or 13310805. OLE color: 13310805.
HSL color Cylindrical-coordinate representation of color #551BCB: hue angle of 259.77º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #551BCB is Cyan = 0.58, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 85 | 27 | 203 | - |
| CMYK | 0.58 | 0.87 | 0 | 0.20 |
| HSL | 259.77º | 0.77% | 0.45% | - |
| HSV(B) | 259.77º | 0.87% | 0.8% | - |
| XYZ | 14.92 | 7.03 | 57.07 | - |
| YUV | 64.41 | 206.22 | 142.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 27 | 203 | 0.58 | 0.87 | 0 | 0.20 | 259.77 | 0.77 | 0.45 |
| Hex | 55 | 1B | CB | 3A | 57 | 0 | 14 | 104 | 4D | 2D |
| Octal | 125 | 33 | 313 | 72 | 127 | 0 | 24 | 404 | 115 | 55 |
| Binary | 1010101 | 11011 | 11001011 | 111010 | 1010111 | 0 | 10100 | 100000100 | 1001101 | 101101 |
Color Harmonies of #551BCB
Complementary color
Monochromatic Colors of #551BCB
Black with #551BCB
Text Example
Text Example
White with #551BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #551BCB; }
p { color: rgb(85,27,203); }
H1.HeaderClassName
{
color: #551BCB;
}
.AnyTagClassName
{
color: #551BCB;
}
</style>
background-color css
<style>
a { background-color: #551BCB; }
a { background-color: rgb(85,27,203); }
div.DivClassName
{
background-color: #551BCB;
}
.BgClassName
{
background-color: #551BCB;
}
</style>
border-color css
<style>
span { border-color: #551BCB; }
span { border-color: rgb(85,27,203); }
td.TdClassName
{
border-color: #551BCB;
}
.TagClassName
{
border-color: #551BCB;
}
</style>