Shades of Purple Heart #5740BB
Tints of Purple Heart #5740BB
RGB
CMYK
RGB Variations
Color information
#5740BB (or 0x5740BB) is known color: Purple Heart. HEX triplet: 57, 40 and BB. RGB value is (87,64,187). Sum of RGB (Red+Green+Blue) = 87+64+187=338 (44% of max value = 765). Red value is 87 (34.38% from 255 or 25.74% from 338); Green value is 64 (25.39% from 255 or 18.93% from 338); Blue value is 187 (73.44% from 255 or 55.33% from 338); Max value from RGB is 187 - color contains mainly: blue. Hex color #5740BB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5740BB is #A8BF44. Grayscale: #545454. Windows color (decimal): -11059013 or 12271703. OLE color: 12271703.
HSL color Cylindrical-coordinate representation of color #5740BB: hue angle of 251.22º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5740BB is Cyan = 0.53, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 87 | 64 | 187 | - |
| CMYK | 0.53 | 0.66 | 0 | 0.27 |
| HSL | 251.22º | 0.49% | 0.49% | - |
| HSV(B) | 251.22º | 0.66% | 0.73% | - |
| XYZ | 14.73 | 9.28 | 48.03 | - |
| YUV | 84.9 | 185.62 | 129.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 64 | 187 | 0.53 | 0.66 | 0 | 0.27 | 251.22 | 0.49 | 0.49 |
| Hex | 57 | 40 | BB | 35 | 42 | 0 | 1B | FB | 31 | 31 |
| Octal | 127 | 100 | 273 | 65 | 102 | 0 | 33 | 373 | 61 | 61 |
| Binary | 1010111 | 1000000 | 10111011 | 110101 | 1000010 | 0 | 11011 | 11111011 | 110001 | 110001 |
Color Harmonies of #5740BB
Complementary color
Monochromatic Colors of #5740BB
Black with #5740BB
Text Example
Text Example
White with #5740BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5740BB; }
p { color: rgb(87,64,187); }
H1.HeaderClassName
{
color: #5740BB;
}
.AnyTagClassName
{
color: #5740BB;
}
</style>
background-color css
<style>
a { background-color: #5740BB; }
a { background-color: rgb(87,64,187); }
div.DivClassName
{
background-color: #5740BB;
}
.BgClassName
{
background-color: #5740BB;
}
</style>
border-color css
<style>
span { border-color: #5740BB; }
span { border-color: rgb(87,64,187); }
td.TdClassName
{
border-color: #5740BB;
}
.TagClassName
{
border-color: #5740BB;
}
</style>