Shades of Purple Heart #5932CD
Tints of Purple Heart #5932CD
RGB
CMYK
RGB Variations
Color information
#5932CD (or 0x5932CD) is known color: Purple Heart. HEX triplet: 59, 32 and CD. RGB value is (89,50,205). Sum of RGB (Red+Green+Blue) = 89+50+205=344 (45% of max value = 765). Red value is 89 (35.16% from 255 or 25.87% from 344); Green value is 50 (19.92% from 255 or 14.53% from 344); Blue value is 205 (80.47% from 255 or 59.59% from 344); Max value from RGB is 205 - color contains mainly: blue. Hex color #5932CD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5932CD is #A6CD32. Grayscale: #4E4E4E. Windows color (decimal): -10931507 or 13447769. OLE color: 13447769.
HSL color Cylindrical-coordinate representation of color #5932CD: hue angle of 255.1º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #5932CD is Cyan = 0.57, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 89 | 50 | 205 | - |
| CMYK | 0.57 | 0.76 | 0 | 0.20 |
| HSL | 255.1º | 0.61% | 0.5% | - |
| HSV(B) | 255.1º | 0.76% | 0.8% | - |
| XYZ | 16.28 | 8.81 | 58.6 | - |
| YUV | 79.33 | 198.92 | 134.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 50 | 205 | 0.57 | 0.76 | 0 | 0.20 | 255.1 | 0.61 | 0.5 |
| Hex | 59 | 32 | CD | 39 | 4C | 0 | 14 | FF | 3D | 32 |
| Octal | 131 | 62 | 315 | 71 | 114 | 0 | 24 | 377 | 75 | 62 |
| Binary | 1011001 | 110010 | 11001101 | 111001 | 1001100 | 0 | 10100 | 11111111 | 111101 | 110010 |
Color Harmonies of #5932CD
Complementary color
Monochromatic Colors of #5932CD
Black with #5932CD
Text Example
Text Example
White with #5932CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5932CD; }
p { color: rgb(89,50,205); }
H1.HeaderClassName
{
color: #5932CD;
}
.AnyTagClassName
{
color: #5932CD;
}
</style>
background-color css
<style>
a { background-color: #5932CD; }
a { background-color: rgb(89,50,205); }
div.DivClassName
{
background-color: #5932CD;
}
.BgClassName
{
background-color: #5932CD;
}
</style>
border-color css
<style>
span { border-color: #5932CD; }
span { border-color: rgb(89,50,205); }
td.TdClassName
{
border-color: #5932CD;
}
.TagClassName
{
border-color: #5932CD;
}
</style>