Shades of Purple Heart #551DBA
Tints of Purple Heart #551DBA
RGB
CMYK
RGB Variations
Color information
#551DBA (or 0x551DBA) is known color: Purple Heart. HEX triplet: 55, 1D and BA. RGB value is (85,29,186). Sum of RGB (Red+Green+Blue) = 85+29+186=300 (39% of max value = 765). Red value is 85 (33.59% from 255 or 28.33% from 300); Green value is 29 (11.72% from 255 or 9.67% from 300); Blue value is 186 (73.05% from 255 or 62% from 300); Max value from RGB is 186 - color contains mainly: blue. Hex color #551DBA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #551DBA is #AAE245. Grayscale: #3F3F3F. Windows color (decimal): -11199046 or 12197205. OLE color: 12197205.
HSL color Cylindrical-coordinate representation of color #551DBA: hue angle of 261.4º degrees, saturation: 0.73, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #551DBA is Cyan = 0.54, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 85 | 29 | 186 | - |
| CMYK | 0.54 | 0.84 | 0 | 0.27 |
| HSL | 261.4º | 0.73% | 0.42% | - |
| HSV(B) | 261.4º | 0.84% | 0.73% | - |
| XYZ | 13.05 | 6.36 | 46.99 | - |
| YUV | 63.64 | 197.05 | 143.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 29 | 186 | 0.54 | 0.84 | 0 | 0.27 | 261.4 | 0.73 | 0.42 |
| Hex | 55 | 1D | BA | 36 | 54 | 0 | 1B | 105 | 49 | 2A |
| Octal | 125 | 35 | 272 | 66 | 124 | 0 | 33 | 405 | 111 | 52 |
| Binary | 1010101 | 11101 | 10111010 | 110110 | 1010100 | 0 | 11011 | 100000101 | 1001001 | 101010 |
Color Harmonies of #551DBA
Complementary color
Monochromatic Colors of #551DBA
Black with #551DBA
Text Example
Text Example
White with #551DBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #551DBA; }
p { color: rgb(85,29,186); }
H1.HeaderClassName
{
color: #551DBA;
}
.AnyTagClassName
{
color: #551DBA;
}
</style>
background-color css
<style>
a { background-color: #551DBA; }
a { background-color: rgb(85,29,186); }
div.DivClassName
{
background-color: #551DBA;
}
.BgClassName
{
background-color: #551DBA;
}
</style>
border-color css
<style>
span { border-color: #551DBA; }
span { border-color: rgb(85,29,186); }
td.TdClassName
{
border-color: #551DBA;
}
.TagClassName
{
border-color: #551DBA;
}
</style>