Shades of Purple Heart #5932DC
Tints of Purple Heart #5932DC
RGB
CMYK
RGB Variations
Color information
#5932DC (or 0x5932DC) is known color: Purple Heart. HEX triplet: 59, 32 and DC. RGB value is (89,50,220). Sum of RGB (Red+Green+Blue) = 89+50+220=359 (47% of max value = 765). Red value is 89 (35.16% from 255 or 24.79% from 359); Green value is 50 (19.92% from 255 or 13.93% from 359); Blue value is 220 (86.33% from 255 or 61.28% from 359); Max value from RGB is 220 - color contains mainly: blue. Hex color #5932DC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5932DC is #A6CD23. Grayscale: #505050. Windows color (decimal): -10931492 or 14430809. OLE color: 14430809.
HSL color Cylindrical-coordinate representation of color #5932DC: hue angle of 253.76º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #5932DC is Cyan = 0.60, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 89 | 50 | 220 | - |
| CMYK | 0.60 | 0.77 | 0 | 0.14 |
| HSL | 253.76º | 0.71% | 0.53% | - |
| HSV(B) | 253.76º | 0.77% | 0.86% | - |
| XYZ | 18.18 | 9.57 | 68.6 | - |
| YUV | 81.04 | 206.42 | 133.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 50 | 220 | 0.60 | 0.77 | 0 | 0.14 | 253.76 | 0.71 | 0.53 |
| Hex | 59 | 32 | DC | 3C | 4D | 0 | E | FE | 47 | 35 |
| Octal | 131 | 62 | 334 | 74 | 115 | 0 | 16 | 376 | 107 | 65 |
| Binary | 1011001 | 110010 | 11011100 | 111100 | 1001101 | 0 | 1110 | 11111110 | 1000111 | 110101 |
Color Harmonies of #5932DC
Complementary color
Monochromatic Colors of #5932DC
Black with #5932DC
Text Example
Text Example
White with #5932DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5932DC; }
p { color: rgb(89,50,220); }
H1.HeaderClassName
{
color: #5932DC;
}
.AnyTagClassName
{
color: #5932DC;
}
</style>
background-color css
<style>
a { background-color: #5932DC; }
a { background-color: rgb(89,50,220); }
div.DivClassName
{
background-color: #5932DC;
}
.BgClassName
{
background-color: #5932DC;
}
</style>
border-color css
<style>
span { border-color: #5932DC; }
span { border-color: rgb(89,50,220); }
td.TdClassName
{
border-color: #5932DC;
}
.TagClassName
{
border-color: #5932DC;
}
</style>