Shades of Purple Heart #571BBA
Tints of Purple Heart #571BBA
RGB
CMYK
RGB Variations
Color information
#571BBA (or 0x571BBA) is known color: Purple Heart. HEX triplet: 57, 1B and BA. RGB value is (87,27,186). Sum of RGB (Red+Green+Blue) = 87+27+186=300 (39% of max value = 765). Red value is 87 (34.38% from 255 or 29% from 300); Green value is 27 (10.94% from 255 or 9% 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 #571BBA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #571BBA is #A8E445. Grayscale: #3E3E3E. Windows color (decimal): -11068486 or 12196695. OLE color: 12196695.
HSL color Cylindrical-coordinate representation of color #571BBA: hue angle of 262.64º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #571BBA is Cyan = 0.53, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 87 | 27 | 186 | - |
| CMYK | 0.53 | 0.85 | 0 | 0.27 |
| HSL | 262.64º | 0.75% | 0.42% | - |
| HSV(B) | 262.64º | 0.85% | 0.73% | - |
| XYZ | 13.19 | 6.36 | 46.99 | - |
| YUV | 63.07 | 197.38 | 145.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 27 | 186 | 0.53 | 0.85 | 0 | 0.27 | 262.64 | 0.75 | 0.42 |
| Hex | 57 | 1B | BA | 35 | 55 | 0 | 1B | 107 | 4B | 2A |
| Octal | 127 | 33 | 272 | 65 | 125 | 0 | 33 | 407 | 113 | 52 |
| Binary | 1010111 | 11011 | 10111010 | 110101 | 1010101 | 0 | 11011 | 100000111 | 1001011 | 101010 |
Color Harmonies of #571BBA
Complementary color
Monochromatic Colors of #571BBA
Black with #571BBA
Text Example
Text Example
White with #571BBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #571BBA; }
p { color: rgb(87,27,186); }
H1.HeaderClassName
{
color: #571BBA;
}
.AnyTagClassName
{
color: #571BBA;
}
</style>
background-color css
<style>
a { background-color: #571BBA; }
a { background-color: rgb(87,27,186); }
div.DivClassName
{
background-color: #571BBA;
}
.BgClassName
{
background-color: #571BBA;
}
</style>
border-color css
<style>
span { border-color: #571BBA; }
span { border-color: rgb(87,27,186); }
td.TdClassName
{
border-color: #571BBA;
}
.TagClassName
{
border-color: #571BBA;
}
</style>