Shades of Purple Heart #571CBA
Tints of Purple Heart #571CBA
RGB
CMYK
RGB Variations
Color information
#571CBA (or 0x571CBA) is known color: Purple Heart. HEX triplet: 57, 1C and BA. RGB value is (87,28,186). Sum of RGB (Red+Green+Blue) = 87+28+186=301 (39% of max value = 765). Red value is 87 (34.38% from 255 or 28.90% from 301); Green value is 28 (11.33% from 255 or 9.30% from 301); Blue value is 186 (73.05% from 255 or 61.79% from 301); Max value from RGB is 186 - color contains mainly: blue. Hex color #571CBA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #571CBA is #A8E345. Grayscale: #3F3F3F. Windows color (decimal): -11068230 or 12196951. OLE color: 12196951.
HSL color Cylindrical-coordinate representation of color #571CBA: hue angle of 262.41º degrees, saturation: 0.74, 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 #571CBA is Cyan = 0.53, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 87 | 28 | 186 | - |
| CMYK | 0.53 | 0.85 | 0 | 0.27 |
| HSL | 262.41º | 0.74% | 0.42% | - |
| HSV(B) | 262.41º | 0.85% | 0.73% | - |
| XYZ | 13.21 | 6.4 | 46.99 | - |
| YUV | 63.65 | 197.05 | 144.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 28 | 186 | 0.53 | 0.85 | 0 | 0.27 | 262.41 | 0.74 | 0.42 |
| Hex | 57 | 1C | BA | 35 | 55 | 0 | 1B | 106 | 4A | 2A |
| Octal | 127 | 34 | 272 | 65 | 125 | 0 | 33 | 406 | 112 | 52 |
| Binary | 1010111 | 11100 | 10111010 | 110101 | 1010101 | 0 | 11011 | 100000110 | 1001010 | 101010 |
Color Harmonies of #571CBA
Complementary color
Monochromatic Colors of #571CBA
Black with #571CBA
Text Example
Text Example
White with #571CBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #571CBA; }
p { color: rgb(87,28,186); }
H1.HeaderClassName
{
color: #571CBA;
}
.AnyTagClassName
{
color: #571CBA;
}
</style>
background-color css
<style>
a { background-color: #571CBA; }
a { background-color: rgb(87,28,186); }
div.DivClassName
{
background-color: #571CBA;
}
.BgClassName
{
background-color: #571CBA;
}
</style>
border-color css
<style>
span { border-color: #571CBA; }
span { border-color: rgb(87,28,186); }
td.TdClassName
{
border-color: #571CBA;
}
.TagClassName
{
border-color: #571CBA;
}
</style>