Shades of Purple Heart #551CBD
Tints of Purple Heart #551CBD
RGB
CMYK
RGB Variations
Color information
#551CBD (or 0x551CBD) is known color: Purple Heart. HEX triplet: 55, 1C and BD. RGB value is (85,28,189). Sum of RGB (Red+Green+Blue) = 85+28+189=302 (40% of max value = 765). Red value is 85 (33.59% from 255 or 28.15% from 302); Green value is 28 (11.33% from 255 or 9.27% from 302); Blue value is 189 (74.22% from 255 or 62.58% from 302); Max value from RGB is 189 - color contains mainly: blue. Hex color #551CBD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #551CBD is #AAE342. Grayscale: #3E3E3E. Windows color (decimal): -11199299 or 12393557. OLE color: 12393557.
HSL color Cylindrical-coordinate representation of color #551CBD: hue angle of 261.24º degrees, saturation: 0.74, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #551CBD is Cyan = 0.55, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 85 | 28 | 189 | - |
| CMYK | 0.55 | 0.85 | 0 | 0.26 |
| HSL | 261.24º | 0.74% | 0.43% | - |
| HSV(B) | 261.24º | 0.85% | 0.74% | - |
| XYZ | 13.35 | 6.44 | 48.68 | - |
| YUV | 63.4 | 198.88 | 143.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 28 | 189 | 0.55 | 0.85 | 0 | 0.26 | 261.24 | 0.74 | 0.43 |
| Hex | 55 | 1C | BD | 37 | 55 | 0 | 1A | 105 | 4A | 2B |
| Octal | 125 | 34 | 275 | 67 | 125 | 0 | 32 | 405 | 112 | 53 |
| Binary | 1010101 | 11100 | 10111101 | 110111 | 1010101 | 0 | 11010 | 100000101 | 1001010 | 101011 |
Color Harmonies of #551CBD
Complementary color
Monochromatic Colors of #551CBD
Black with #551CBD
Text Example
Text Example
White with #551CBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #551CBD; }
p { color: rgb(85,28,189); }
H1.HeaderClassName
{
color: #551CBD;
}
.AnyTagClassName
{
color: #551CBD;
}
</style>
background-color css
<style>
a { background-color: #551CBD; }
a { background-color: rgb(85,28,189); }
div.DivClassName
{
background-color: #551CBD;
}
.BgClassName
{
background-color: #551CBD;
}
</style>
border-color css
<style>
span { border-color: #551CBD; }
span { border-color: rgb(85,28,189); }
td.TdClassName
{
border-color: #551CBD;
}
.TagClassName
{
border-color: #551CBD;
}
</style>