Shades of Purple Heart #551EB8
Tints of Purple Heart #551EB8
RGB
CMYK
RGB Variations
Color information
#551EB8 (or 0x551EB8) is known color: Purple Heart. HEX triplet: 55, 1E and B8. RGB value is (85,30,184). Sum of RGB (Red+Green+Blue) = 85+30+184=299 (39% of max value = 765). Red value is 85 (33.59% from 255 or 28.43% from 299); Green value is 30 (12.11% from 255 or 10.03% from 299); Blue value is 184 (72.27% from 255 or 61.54% from 299); Max value from RGB is 184 - color contains mainly: blue. Hex color #551EB8 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #551EB8 is #AAE147. Grayscale: #3F3F3F. Windows color (decimal): -11198792 or 12066389. OLE color: 12066389.
HSL color Cylindrical-coordinate representation of color #551EB8: hue angle of 261.43º degrees, saturation: 0.72, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #551EB8 is Cyan = 0.54, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 85 | 30 | 184 | - |
| CMYK | 0.54 | 0.84 | 0 | 0.28 |
| HSL | 261.43º | 0.72% | 0.42% | - |
| HSV(B) | 261.43º | 0.84% | 0.72% | - |
| XYZ | 12.86 | 6.32 | 45.89 | - |
| YUV | 64 | 195.72 | 142.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 30 | 184 | 0.54 | 0.84 | 0 | 0.28 | 261.43 | 0.72 | 0.42 |
| Hex | 55 | 1E | B8 | 36 | 54 | 0 | 1C | 105 | 48 | 2A |
| Octal | 125 | 36 | 270 | 66 | 124 | 0 | 34 | 405 | 110 | 52 |
| Binary | 1010101 | 11110 | 10111000 | 110110 | 1010100 | 0 | 11100 | 100000101 | 1001000 | 101010 |
Color Harmonies of #551EB8
Complementary color
Monochromatic Colors of #551EB8
Black with #551EB8
Text Example
Text Example
White with #551EB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #551EB8; }
p { color: rgb(85,30,184); }
H1.HeaderClassName
{
color: #551EB8;
}
.AnyTagClassName
{
color: #551EB8;
}
</style>
background-color css
<style>
a { background-color: #551EB8; }
a { background-color: rgb(85,30,184); }
div.DivClassName
{
background-color: #551EB8;
}
.BgClassName
{
background-color: #551EB8;
}
</style>
border-color css
<style>
span { border-color: #551EB8; }
span { border-color: rgb(85,30,184); }
td.TdClassName
{
border-color: #551EB8;
}
.TagClassName
{
border-color: #551EB8;
}
</style>