Shades of Purple Heart #5741BA
Tints of Purple Heart #5741BA
RGB
CMYK
RGB Variations
Color information
#5741BA (or 0x5741BA) is known color: Purple Heart. HEX triplet: 57, 41 and BA. RGB value is (87,65,186). Sum of RGB (Red+Green+Blue) = 87+65+186=338 (44% of max value = 765). Red value is 87 (34.38% from 255 or 25.74% from 338); Green value is 65 (25.78% from 255 or 19.23% from 338); Blue value is 186 (73.05% from 255 or 55.03% from 338); Max value from RGB is 186 - color contains mainly: blue. Hex color #5741BA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5741BA is #A8BE45. Grayscale: #545454. Windows color (decimal): -11058758 or 12206423. OLE color: 12206423.
HSL color Cylindrical-coordinate representation of color #5741BA: hue angle of 250.91º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5741BA is Cyan = 0.53, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 87 | 65 | 186 | - |
| CMYK | 0.53 | 0.65 | 0 | 0.27 |
| HSL | 250.91º | 0.48% | 0.49% | - |
| HSV(B) | 250.91º | 0.65% | 0.73% | - |
| XYZ | 14.68 | 9.35 | 47.49 | - |
| YUV | 85.37 | 184.79 | 129.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 65 | 186 | 0.53 | 0.65 | 0 | 0.27 | 250.91 | 0.48 | 0.49 |
| Hex | 57 | 41 | BA | 35 | 41 | 0 | 1B | FB | 30 | 31 |
| Octal | 127 | 101 | 272 | 65 | 101 | 0 | 33 | 373 | 60 | 61 |
| Binary | 1010111 | 1000001 | 10111010 | 110101 | 1000001 | 0 | 11011 | 11111011 | 110000 | 110001 |
Color Harmonies of #5741BA
Complementary color
Monochromatic Colors of #5741BA
Black with #5741BA
Text Example
Text Example
White with #5741BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5741BA; }
p { color: rgb(87,65,186); }
H1.HeaderClassName
{
color: #5741BA;
}
.AnyTagClassName
{
color: #5741BA;
}
</style>
background-color css
<style>
a { background-color: #5741BA; }
a { background-color: rgb(87,65,186); }
div.DivClassName
{
background-color: #5741BA;
}
.BgClassName
{
background-color: #5741BA;
}
</style>
border-color css
<style>
span { border-color: #5741BA; }
span { border-color: rgb(87,65,186); }
td.TdClassName
{
border-color: #5741BA;
}
.TagClassName
{
border-color: #5741BA;
}
</style>