Shades of Purple Heart #5939C0
Tints of Purple Heart #5939C0
RGB
CMYK
RGB Variations
Color information
#5939C0 (or 0x5939C0) is known color: Purple Heart. HEX triplet: 59, 39 and C0. RGB value is (89,57,192). Sum of RGB (Red+Green+Blue) = 89+57+192=338 (44% of max value = 765). Red value is 89 (35.16% from 255 or 26.33% from 338); Green value is 57 (22.66% from 255 or 16.86% from 338); Blue value is 192 (75.39% from 255 or 56.80% from 338); Max value from RGB is 192 - color contains mainly: blue. Hex color #5939C0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5939C0 is #A6C63F. Grayscale: #515151. Windows color (decimal): -10929728 or 12597593. OLE color: 12597593.
HSL color Cylindrical-coordinate representation of color #5939C0: hue angle of 254.22º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #5939C0 is Cyan = 0.54, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 89 | 57 | 192 | - |
| CMYK | 0.54 | 0.70 | 0 | 0.25 |
| HSL | 254.22º | 0.54% | 0.49% | - |
| HSV(B) | 254.22º | 0.7% | 0.75% | - |
| XYZ | 15.1 | 8.86 | 50.78 | - |
| YUV | 81.96 | 190.1 | 133.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 57 | 192 | 0.54 | 0.70 | 0 | 0.25 | 254.22 | 0.54 | 0.49 |
| Hex | 59 | 39 | C0 | 36 | 46 | 0 | 19 | FE | 36 | 31 |
| Octal | 131 | 71 | 300 | 66 | 106 | 0 | 31 | 376 | 66 | 61 |
| Binary | 1011001 | 111001 | 11000000 | 110110 | 1000110 | 0 | 11001 | 11111110 | 110110 | 110001 |
Color Harmonies of #5939C0
Complementary color
Monochromatic Colors of #5939C0
Black with #5939C0
Text Example
Text Example
White with #5939C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5939C0; }
p { color: rgb(89,57,192); }
H1.HeaderClassName
{
color: #5939C0;
}
.AnyTagClassName
{
color: #5939C0;
}
</style>
background-color css
<style>
a { background-color: #5939C0; }
a { background-color: rgb(89,57,192); }
div.DivClassName
{
background-color: #5939C0;
}
.BgClassName
{
background-color: #5939C0;
}
</style>
border-color css
<style>
span { border-color: #5939C0; }
span { border-color: rgb(89,57,192); }
td.TdClassName
{
border-color: #5939C0;
}
.TagClassName
{
border-color: #5939C0;
}
</style>