Shades of Purple Heart #5741BC
Tints of Purple Heart #5741BC
RGB
CMYK
RGB Variations
Color information
#5741BC (or 0x5741BC) is known color: Purple Heart. HEX triplet: 57, 41 and BC. RGB value is (87,65,188). Sum of RGB (Red+Green+Blue) = 87+65+188=340 (45% of max value = 765). Red value is 87 (34.38% from 255 or 25.59% from 340); Green value is 65 (25.78% from 255 or 19.12% from 340); Blue value is 188 (73.83% from 255 or 55.29% from 340); Max value from RGB is 188 - color contains mainly: blue. Hex color #5741BC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5741BC is #A8BE43. Grayscale: #555555. Windows color (decimal): -11058756 or 12337495. OLE color: 12337495.
HSL color Cylindrical-coordinate representation of color #5741BC: hue angle of 250.73º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5741BC is Cyan = 0.54, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 87 | 65 | 188 | - |
| CMYK | 0.54 | 0.65 | 0 | 0.26 |
| HSL | 250.73º | 0.49% | 0.5% | - |
| HSV(B) | 250.73º | 0.65% | 0.74% | - |
| XYZ | 14.9 | 9.44 | 48.61 | - |
| YUV | 85.6 | 185.79 | 129 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 65 | 188 | 0.54 | 0.65 | 0 | 0.26 | 250.73 | 0.49 | 0.5 |
| Hex | 57 | 41 | BC | 36 | 41 | 0 | 1A | FB | 31 | 32 |
| Octal | 127 | 101 | 274 | 66 | 101 | 0 | 32 | 373 | 61 | 62 |
| Binary | 1010111 | 1000001 | 10111100 | 110110 | 1000001 | 0 | 11010 | 11111011 | 110001 | 110010 |
Color Harmonies of #5741BC
Complementary color
Monochromatic Colors of #5741BC
Black with #5741BC
Text Example
Text Example
White with #5741BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5741BC; }
p { color: rgb(87,65,188); }
H1.HeaderClassName
{
color: #5741BC;
}
.AnyTagClassName
{
color: #5741BC;
}
</style>
background-color css
<style>
a { background-color: #5741BC; }
a { background-color: rgb(87,65,188); }
div.DivClassName
{
background-color: #5741BC;
}
.BgClassName
{
background-color: #5741BC;
}
</style>
border-color css
<style>
span { border-color: #5741BC; }
span { border-color: rgb(87,65,188); }
td.TdClassName
{
border-color: #5741BC;
}
.TagClassName
{
border-color: #5741BC;
}
</style>