Shades of Purple Heart #5737B6
Tints of Purple Heart #5737B6
RGB
CMYK
RGB Variations
Color information
#5737B6 (or 0x5737B6) is known color: Purple Heart. HEX triplet: 57, 37 and B6. RGB value is (87,55,182). Sum of RGB (Red+Green+Blue) = 87+55+182=324 (42% of max value = 765). Red value is 87 (34.38% from 255 or 26.85% from 324); Green value is 55 (21.88% from 255 or 16.98% from 324); Blue value is 182 (71.48% from 255 or 56.17% from 324); Max value from RGB is 182 - color contains mainly: blue. Hex color #5737B6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5737B6 is #A8C849. Grayscale: #4E4E4E. Windows color (decimal): -11061322 or 11941719. OLE color: 11941719.
HSL color Cylindrical-coordinate representation of color #5737B6: hue angle of 255.12º degrees, saturation: 0.54, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #5737B6 is Cyan = 0.52, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 87 | 55 | 182 | - |
| CMYK | 0.52 | 0.70 | 0 | 0.29 |
| HSL | 255.12º | 0.54% | 0.46% | - |
| HSV(B) | 255.12º | 0.7% | 0.71% | - |
| XYZ | 13.74 | 8.14 | 45.1 | - |
| YUV | 79.05 | 186.1 | 133.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 55 | 182 | 0.52 | 0.70 | 0 | 0.29 | 255.12 | 0.54 | 0.46 |
| Hex | 57 | 37 | B6 | 34 | 46 | 0 | 1D | FF | 36 | 2E |
| Octal | 127 | 67 | 266 | 64 | 106 | 0 | 35 | 377 | 66 | 56 |
| Binary | 1010111 | 110111 | 10110110 | 110100 | 1000110 | 0 | 11101 | 11111111 | 110110 | 101110 |
Color Harmonies of #5737B6
Complementary color
Monochromatic Colors of #5737B6
Black with #5737B6
Text Example
Text Example
White with #5737B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5737B6; }
p { color: rgb(87,55,182); }
H1.HeaderClassName
{
color: #5737B6;
}
.AnyTagClassName
{
color: #5737B6;
}
</style>
background-color css
<style>
a { background-color: #5737B6; }
a { background-color: rgb(87,55,182); }
div.DivClassName
{
background-color: #5737B6;
}
.BgClassName
{
background-color: #5737B6;
}
</style>
border-color css
<style>
span { border-color: #5737B6; }
span { border-color: rgb(87,55,182); }
td.TdClassName
{
border-color: #5737B6;
}
.TagClassName
{
border-color: #5737B6;
}
</style>