Shades of Purple Heart #551FBE
Tints of Purple Heart #551FBE
RGB
CMYK
RGB Variations
Color information
#551FBE (or 0x551FBE) is known color: Purple Heart. HEX triplet: 55, 1F and BE. RGB value is (85,31,190). Sum of RGB (Red+Green+Blue) = 85+31+190=306 (40% of max value = 765). Red value is 85 (33.59% from 255 or 27.78% from 306); Green value is 31 (12.5% from 255 or 10.13% from 306); Blue value is 190 (74.61% from 255 or 62.09% from 306); Max value from RGB is 190 - color contains mainly: blue. Hex color #551FBE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #551FBE is #AAE041. Grayscale: #404040. Windows color (decimal): -11198530 or 12459861. OLE color: 12459861.
HSL color Cylindrical-coordinate representation of color #551FBE: hue angle of 260.38º degrees, saturation: 0.72, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #551FBE is Cyan = 0.55, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 85 | 31 | 190 | - |
| CMYK | 0.55 | 0.84 | 0 | 0.25 |
| HSL | 260.38º | 0.72% | 0.43% | - |
| HSV(B) | 260.38º | 0.84% | 0.75% | - |
| XYZ | 13.53 | 6.63 | 49.28 | - |
| YUV | 65.27 | 198.39 | 142.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 31 | 190 | 0.55 | 0.84 | 0 | 0.25 | 260.38 | 0.72 | 0.43 |
| Hex | 55 | 1F | BE | 37 | 54 | 0 | 19 | 104 | 48 | 2B |
| Octal | 125 | 37 | 276 | 67 | 124 | 0 | 31 | 404 | 110 | 53 |
| Binary | 1010101 | 11111 | 10111110 | 110111 | 1010100 | 0 | 11001 | 100000100 | 1001000 | 101011 |
Color Harmonies of #551FBE
Complementary color
Monochromatic Colors of #551FBE
Black with #551FBE
Text Example
Text Example
White with #551FBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #551FBE; }
p { color: rgb(85,31,190); }
H1.HeaderClassName
{
color: #551FBE;
}
.AnyTagClassName
{
color: #551FBE;
}
</style>
background-color css
<style>
a { background-color: #551FBE; }
a { background-color: rgb(85,31,190); }
div.DivClassName
{
background-color: #551FBE;
}
.BgClassName
{
background-color: #551FBE;
}
</style>
border-color css
<style>
span { border-color: #551FBE; }
span { border-color: rgb(85,31,190); }
td.TdClassName
{
border-color: #551FBE;
}
.TagClassName
{
border-color: #551FBE;
}
</style>