Shades of Purple Heart #5938D5
Tints of Purple Heart #5938D5
RGB
CMYK
RGB Variations
Color information
#5938D5 (or 0x5938D5) is known color: Purple Heart. HEX triplet: 59, 38 and D5. RGB value is (89,56,213). Sum of RGB (Red+Green+Blue) = 89+56+213=358 (47% of max value = 765). Red value is 89 (35.16% from 255 or 24.86% from 358); Green value is 56 (22.27% from 255 or 15.64% from 358); Blue value is 213 (83.59% from 255 or 59.50% from 358); Max value from RGB is 213 - color contains mainly: blue. Hex color #5938D5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5938D5 is #A6C72A. Grayscale: #535353. Windows color (decimal): -10929963 or 13973593. OLE color: 13973593.
HSL color Cylindrical-coordinate representation of color #5938D5: hue angle of 252.61º degrees, saturation: 0.65, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #5938D5 is Cyan = 0.58, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 89 | 56 | 213 | - |
| CMYK | 0.58 | 0.74 | 0 | 0.16 |
| HSL | 252.61º | 0.65% | 0.53% | - |
| HSV(B) | 252.61º | 0.74% | 0.84% | - |
| XYZ | 17.54 | 9.76 | 63.91 | - |
| YUV | 83.77 | 200.93 | 131.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 56 | 213 | 0.58 | 0.74 | 0 | 0.16 | 252.61 | 0.65 | 0.53 |
| Hex | 59 | 38 | D5 | 3A | 4A | 0 | 10 | FD | 41 | 35 |
| Octal | 131 | 70 | 325 | 72 | 112 | 0 | 20 | 375 | 101 | 65 |
| Binary | 1011001 | 111000 | 11010101 | 111010 | 1001010 | 0 | 10000 | 11111101 | 1000001 | 110101 |
Color Harmonies of #5938D5
Complementary color
Monochromatic Colors of #5938D5
Black with #5938D5
Text Example
Text Example
White with #5938D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5938D5; }
p { color: rgb(89,56,213); }
H1.HeaderClassName
{
color: #5938D5;
}
.AnyTagClassName
{
color: #5938D5;
}
</style>
background-color css
<style>
a { background-color: #5938D5; }
a { background-color: rgb(89,56,213); }
div.DivClassName
{
background-color: #5938D5;
}
.BgClassName
{
background-color: #5938D5;
}
</style>
border-color css
<style>
span { border-color: #5938D5; }
span { border-color: rgb(89,56,213); }
td.TdClassName
{
border-color: #5938D5;
}
.TagClassName
{
border-color: #5938D5;
}
</style>