Shades of Purple Heart #551ABF
Tints of Purple Heart #551ABF
RGB
CMYK
RGB Variations
Color information
#551ABF (or 0x551ABF) is known color: Purple Heart. HEX triplet: 55, 1A and BF. RGB value is (85,26,191). Sum of RGB (Red+Green+Blue) = 85+26+191=302 (40% of max value = 765). Red value is 85 (33.59% from 255 or 28.15% from 302); Green value is 26 (10.55% from 255 or 8.61% from 302); Blue value is 191 (75% from 255 or 63.25% from 302); Max value from RGB is 191 - color contains mainly: blue. Hex color #551ABF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #551ABF is #AAE540. Grayscale: #3D3D3D. Windows color (decimal): -11199809 or 12524117. OLE color: 12524117.
HSL color Cylindrical-coordinate representation of color #551ABF: hue angle of 261.45º degrees, saturation: 0.76, 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 #551ABF is Cyan = 0.55, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 85 | 26 | 191 | - |
| CMYK | 0.55 | 0.86 | 0 | 0.25 |
| HSL | 261.45º | 0.76% | 0.43% | - |
| HSV(B) | 261.45º | 0.86% | 0.75% | - |
| XYZ | 13.52 | 6.43 | 49.82 | - |
| YUV | 62.45 | 200.55 | 144.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 26 | 191 | 0.55 | 0.86 | 0 | 0.25 | 261.45 | 0.76 | 0.43 |
| Hex | 55 | 1A | BF | 37 | 56 | 0 | 19 | 105 | 4C | 2B |
| Octal | 125 | 32 | 277 | 67 | 126 | 0 | 31 | 405 | 114 | 53 |
| Binary | 1010101 | 11010 | 10111111 | 110111 | 1010110 | 0 | 11001 | 100000101 | 1001100 | 101011 |
Color Harmonies of #551ABF
Complementary color
Monochromatic Colors of #551ABF
Black with #551ABF
Text Example
Text Example
White with #551ABF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #551ABF; }
p { color: rgb(85,26,191); }
H1.HeaderClassName
{
color: #551ABF;
}
.AnyTagClassName
{
color: #551ABF;
}
</style>
background-color css
<style>
a { background-color: #551ABF; }
a { background-color: rgb(85,26,191); }
div.DivClassName
{
background-color: #551ABF;
}
.BgClassName
{
background-color: #551ABF;
}
</style>
border-color css
<style>
span { border-color: #551ABF; }
span { border-color: rgb(85,26,191); }
td.TdClassName
{
border-color: #551ABF;
}
.TagClassName
{
border-color: #551ABF;
}
</style>