Shades of Purple Heart #571FBA
Tints of Purple Heart #571FBA
RGB
CMYK
RGB Variations
Color information
#571FBA (or 0x571FBA) is known color: Purple Heart. HEX triplet: 57, 1F and BA. RGB value is (87,31,186). Sum of RGB (Red+Green+Blue) = 87+31+186=304 (40% of max value = 765). Red value is 87 (34.38% from 255 or 28.62% from 304); Green value is 31 (12.5% from 255 or 10.20% from 304); Blue value is 186 (73.05% from 255 or 61.18% from 304); Max value from RGB is 186 - color contains mainly: blue. Hex color #571FBA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #571FBA is #A8E045. Grayscale: #404040. Windows color (decimal): -11067462 or 12197719. OLE color: 12197719.
HSL color Cylindrical-coordinate representation of color #571FBA: hue angle of 261.68º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #571FBA is Cyan = 0.53, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 87 | 31 | 186 | - |
| CMYK | 0.53 | 0.83 | 0 | 0.27 |
| HSL | 261.68º | 0.71% | 0.43% | - |
| HSV(B) | 261.68º | 0.83% | 0.73% | - |
| XYZ | 13.28 | 6.55 | 47.02 | - |
| YUV | 65.41 | 196.05 | 143.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 31 | 186 | 0.53 | 0.83 | 0 | 0.27 | 261.68 | 0.71 | 0.43 |
| Hex | 57 | 1F | BA | 35 | 53 | 0 | 1B | 106 | 47 | 2B |
| Octal | 127 | 37 | 272 | 65 | 123 | 0 | 33 | 406 | 107 | 53 |
| Binary | 1010111 | 11111 | 10111010 | 110101 | 1010011 | 0 | 11011 | 100000110 | 1000111 | 101011 |
Color Harmonies of #571FBA
Complementary color
Monochromatic Colors of #571FBA
Black with #571FBA
Text Example
Text Example
White with #571FBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #571FBA; }
p { color: rgb(87,31,186); }
H1.HeaderClassName
{
color: #571FBA;
}
.AnyTagClassName
{
color: #571FBA;
}
</style>
background-color css
<style>
a { background-color: #571FBA; }
a { background-color: rgb(87,31,186); }
div.DivClassName
{
background-color: #571FBA;
}
.BgClassName
{
background-color: #571FBA;
}
</style>
border-color css
<style>
span { border-color: #571FBA; }
span { border-color: rgb(87,31,186); }
td.TdClassName
{
border-color: #571FBA;
}
.TagClassName
{
border-color: #571FBA;
}
</style>