Shades of Purple Heart #5932BE
Tints of Purple Heart #5932BE
RGB
CMYK
RGB Variations
Color information
#5932BE (or 0x5932BE) is known color: Purple Heart. HEX triplet: 59, 32 and BE. RGB value is (89,50,190). Sum of RGB (Red+Green+Blue) = 89+50+190=329 (43% of max value = 765). Red value is 89 (35.16% from 255 or 27.05% from 329); Green value is 50 (19.92% from 255 or 15.20% from 329); Blue value is 190 (74.61% from 255 or 57.75% from 329); Max value from RGB is 190 - color contains mainly: blue. Hex color #5932BE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5932BE is #A6CD41. Grayscale: #4D4D4D. Windows color (decimal): -10931522 or 12464729. OLE color: 12464729.
HSL color Cylindrical-coordinate representation of color #5932BE: hue angle of 256.71º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #5932BE is Cyan = 0.53, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 89 | 50 | 190 | - |
| CMYK | 0.53 | 0.74 | 0 | 0.25 |
| HSL | 256.71º | 0.58% | 0.47% | - |
| HSV(B) | 256.71º | 0.74% | 0.75% | - |
| XYZ | 14.55 | 8.12 | 49.52 | - |
| YUV | 77.62 | 191.42 | 136.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 50 | 190 | 0.53 | 0.74 | 0 | 0.25 | 256.71 | 0.58 | 0.47 |
| Hex | 59 | 32 | BE | 35 | 4A | 0 | 19 | 101 | 3A | 2F |
| Octal | 131 | 62 | 276 | 65 | 112 | 0 | 31 | 401 | 72 | 57 |
| Binary | 1011001 | 110010 | 10111110 | 110101 | 1001010 | 0 | 11001 | 100000001 | 111010 | 101111 |
Color Harmonies of #5932BE
Complementary color
Monochromatic Colors of #5932BE
Black with #5932BE
Text Example
Text Example
White with #5932BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5932BE; }
p { color: rgb(89,50,190); }
H1.HeaderClassName
{
color: #5932BE;
}
.AnyTagClassName
{
color: #5932BE;
}
</style>
background-color css
<style>
a { background-color: #5932BE; }
a { background-color: rgb(89,50,190); }
div.DivClassName
{
background-color: #5932BE;
}
.BgClassName
{
background-color: #5932BE;
}
</style>
border-color css
<style>
span { border-color: #5932BE; }
span { border-color: rgb(89,50,190); }
td.TdClassName
{
border-color: #5932BE;
}
.TagClassName
{
border-color: #5932BE;
}
</style>