Shades of Purple Heart #5732B8
Tints of Purple Heart #5732B8
RGB
CMYK
RGB Variations
Color information
#5732B8 (or 0x5732B8) is known color: Purple Heart. HEX triplet: 57, 32 and B8. RGB value is (87,50,184). Sum of RGB (Red+Green+Blue) = 87+50+184=321 (42% of max value = 765). Red value is 87 (34.38% from 255 or 27.10% from 321); Green value is 50 (19.92% from 255 or 15.58% from 321); Blue value is 184 (72.27% from 255 or 57.32% from 321); Max value from RGB is 184 - color contains mainly: blue. Hex color #5732B8 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5732B8 is #A8CD47. Grayscale: #4B4B4B. Windows color (decimal): -11062600 or 12071511. OLE color: 12071511.
HSL color Cylindrical-coordinate representation of color #5732B8: hue angle of 256.57º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #5732B8 is Cyan = 0.53, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 87 | 50 | 184 | - |
| CMYK | 0.53 | 0.73 | 0 | 0.28 |
| HSL | 256.57º | 0.57% | 0.46% | - |
| HSV(B) | 256.57º | 0.73% | 0.72% | - |
| XYZ | 13.72 | 7.77 | 46.12 | - |
| YUV | 76.34 | 188.76 | 135.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 50 | 184 | 0.53 | 0.73 | 0 | 0.28 | 256.57 | 0.57 | 0.46 |
| Hex | 57 | 32 | B8 | 35 | 49 | 0 | 1C | 101 | 39 | 2E |
| Octal | 127 | 62 | 270 | 65 | 111 | 0 | 34 | 401 | 71 | 56 |
| Binary | 1010111 | 110010 | 10111000 | 110101 | 1001001 | 0 | 11100 | 100000001 | 111001 | 101110 |
Color Harmonies of #5732B8
Complementary color
Monochromatic Colors of #5732B8
Black with #5732B8
Text Example
Text Example
White with #5732B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5732B8; }
p { color: rgb(87,50,184); }
H1.HeaderClassName
{
color: #5732B8;
}
.AnyTagClassName
{
color: #5732B8;
}
</style>
background-color css
<style>
a { background-color: #5732B8; }
a { background-color: rgb(87,50,184); }
div.DivClassName
{
background-color: #5732B8;
}
.BgClassName
{
background-color: #5732B8;
}
</style>
border-color css
<style>
span { border-color: #5732B8; }
span { border-color: rgb(87,50,184); }
td.TdClassName
{
border-color: #5732B8;
}
.TagClassName
{
border-color: #5732B8;
}
</style>