Shades of Purple Heart #5932DF
Tints of Purple Heart #5932DF
RGB
CMYK
RGB Variations
Color information
#5932DF (or 0x5932DF) is known color: Purple Heart. HEX triplet: 59, 32 and DF. RGB value is (89,50,223). Sum of RGB (Red+Green+Blue) = 89+50+223=362 (47% of max value = 765). Red value is 89 (35.16% from 255 or 24.59% from 362); Green value is 50 (19.92% from 255 or 13.81% from 362); Blue value is 223 (87.5% from 255 or 61.60% from 362); Max value from RGB is 223 - color contains mainly: blue. Hex color #5932DF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5932DF is #A6CD20. Grayscale: #505050. Windows color (decimal): -10931489 or 14627417. OLE color: 14627417.
HSL color Cylindrical-coordinate representation of color #5932DF: hue angle of 253.53º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #5932DF is Cyan = 0.60, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 89 | 50 | 223 | - |
| CMYK | 0.60 | 0.78 | 0 | 0.13 |
| HSL | 253.53º | 0.73% | 0.54% | - |
| HSV(B) | 253.53º | 0.78% | 0.87% | - |
| XYZ | 18.58 | 9.73 | 70.71 | - |
| YUV | 81.38 | 207.92 | 133.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 50 | 223 | 0.60 | 0.78 | 0 | 0.13 | 253.53 | 0.73 | 0.54 |
| Hex | 59 | 32 | DF | 3C | 4E | 0 | D | FE | 49 | 36 |
| Octal | 131 | 62 | 337 | 74 | 116 | 0 | 15 | 376 | 111 | 66 |
| Binary | 1011001 | 110010 | 11011111 | 111100 | 1001110 | 0 | 1101 | 11111110 | 1001001 | 110110 |
Color Harmonies of #5932DF
Complementary color
Monochromatic Colors of #5932DF
Black with #5932DF
Text Example
Text Example
White with #5932DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5932DF; }
p { color: rgb(89,50,223); }
H1.HeaderClassName
{
color: #5932DF;
}
.AnyTagClassName
{
color: #5932DF;
}
</style>
background-color css
<style>
a { background-color: #5932DF; }
a { background-color: rgb(89,50,223); }
div.DivClassName
{
background-color: #5932DF;
}
.BgClassName
{
background-color: #5932DF;
}
</style>
border-color css
<style>
span { border-color: #5932DF; }
span { border-color: rgb(89,50,223); }
td.TdClassName
{
border-color: #5932DF;
}
.TagClassName
{
border-color: #5932DF;
}
</style>