Shades of Purple Heart #551BBE
Tints of Purple Heart #551BBE
RGB
CMYK
RGB Variations
Color information
#551BBE (or 0x551BBE) is known color: Purple Heart. HEX triplet: 55, 1B and BE. RGB value is (85,27,190). Sum of RGB (Red+Green+Blue) = 85+27+190=302 (40% of max value = 765). Red value is 85 (33.59% from 255 or 28.15% from 302); Green value is 27 (10.94% from 255 or 8.94% from 302); Blue value is 190 (74.61% from 255 or 62.91% from 302); Max value from RGB is 190 - color contains mainly: blue. Hex color #551BBE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #551BBE is #AAE441. Grayscale: #3E3E3E. Windows color (decimal): -11199554 or 12458837. OLE color: 12458837.
HSL color Cylindrical-coordinate representation of color #551BBE: hue angle of 261.35º degrees, saturation: 0.75, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #551BBE is Cyan = 0.55, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 85 | 27 | 190 | - |
| CMYK | 0.55 | 0.86 | 0 | 0.25 |
| HSL | 261.35º | 0.75% | 0.43% | - |
| HSV(B) | 261.35º | 0.86% | 0.75% | - |
| XYZ | 13.43 | 6.43 | 49.25 | - |
| YUV | 62.92 | 199.72 | 143.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 27 | 190 | 0.55 | 0.86 | 0 | 0.25 | 261.35 | 0.75 | 0.43 |
| Hex | 55 | 1B | BE | 37 | 56 | 0 | 19 | 105 | 4B | 2B |
| Octal | 125 | 33 | 276 | 67 | 126 | 0 | 31 | 405 | 113 | 53 |
| Binary | 1010101 | 11011 | 10111110 | 110111 | 1010110 | 0 | 11001 | 100000101 | 1001011 | 101011 |
Color Harmonies of #551BBE
Complementary color
Monochromatic Colors of #551BBE
Black with #551BBE
Text Example
Text Example
White with #551BBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #551BBE; }
p { color: rgb(85,27,190); }
H1.HeaderClassName
{
color: #551BBE;
}
.AnyTagClassName
{
color: #551BBE;
}
</style>
background-color css
<style>
a { background-color: #551BBE; }
a { background-color: rgb(85,27,190); }
div.DivClassName
{
background-color: #551BBE;
}
.BgClassName
{
background-color: #551BBE;
}
</style>
border-color css
<style>
span { border-color: #551BBE; }
span { border-color: rgb(85,27,190); }
td.TdClassName
{
border-color: #551BBE;
}
.TagClassName
{
border-color: #551BBE;
}
</style>