Shades of Purple Heart #5932DA
Tints of Purple Heart #5932DA
RGB
CMYK
RGB Variations
Color information
#5932DA (or 0x5932DA) is known color: Purple Heart. HEX triplet: 59, 32 and DA. RGB value is (89,50,218). Sum of RGB (Red+Green+Blue) = 89+50+218=357 (47% of max value = 765). Red value is 89 (35.16% from 255 or 24.93% from 357); Green value is 50 (19.92% from 255 or 14.01% from 357); Blue value is 218 (85.55% from 255 or 61.06% from 357); Max value from RGB is 218 - color contains mainly: blue. Hex color #5932DA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5932DA is #A6CD25. Grayscale: #505050. Windows color (decimal): -10931494 or 14299737. OLE color: 14299737.
HSL color Cylindrical-coordinate representation of color #5932DA: hue angle of 253.93º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #5932DA is Cyan = 0.59, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 89 | 50 | 218 | - |
| CMYK | 0.59 | 0.77 | 0 | 0.15 |
| HSL | 253.93º | 0.69% | 0.53% | - |
| HSV(B) | 253.93º | 0.77% | 0.85% | - |
| XYZ | 17.92 | 9.47 | 67.21 | - |
| YUV | 80.81 | 205.42 | 133.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 50 | 218 | 0.59 | 0.77 | 0 | 0.15 | 253.93 | 0.69 | 0.53 |
| Hex | 59 | 32 | DA | 3B | 4D | 0 | F | FE | 45 | 35 |
| Octal | 131 | 62 | 332 | 73 | 115 | 0 | 17 | 376 | 105 | 65 |
| Binary | 1011001 | 110010 | 11011010 | 111011 | 1001101 | 0 | 1111 | 11111110 | 1000101 | 110101 |
Color Harmonies of #5932DA
Complementary color
Monochromatic Colors of #5932DA
Black with #5932DA
Text Example
Text Example
White with #5932DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5932DA; }
p { color: rgb(89,50,218); }
H1.HeaderClassName
{
color: #5932DA;
}
.AnyTagClassName
{
color: #5932DA;
}
</style>
background-color css
<style>
a { background-color: #5932DA; }
a { background-color: rgb(89,50,218); }
div.DivClassName
{
background-color: #5932DA;
}
.BgClassName
{
background-color: #5932DA;
}
</style>
border-color css
<style>
span { border-color: #5932DA; }
span { border-color: rgb(89,50,218); }
td.TdClassName
{
border-color: #5932DA;
}
.TagClassName
{
border-color: #5932DA;
}
</style>