Shades of Purple Heart #5938D7
Tints of Purple Heart #5938D7
RGB
CMYK
RGB Variations
Color information
#5938D7 (or 0x5938D7) is known color: Purple Heart. HEX triplet: 59, 38 and D7. RGB value is (89,56,215). Sum of RGB (Red+Green+Blue) = 89+56+215=360 (47% of max value = 765). Red value is 89 (35.16% from 255 or 24.72% from 360); Green value is 56 (22.27% from 255 or 15.56% from 360); Blue value is 215 (84.38% from 255 or 59.72% from 360); Max value from RGB is 215 - color contains mainly: blue. Hex color #5938D7 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5938D7 is #A6C728. Grayscale: #535353. Windows color (decimal): -10929961 or 14104665. OLE color: 14104665.
HSL color Cylindrical-coordinate representation of color #5938D7: hue angle of 252.45º degrees, saturation: 0.67, 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 #5938D7 is Cyan = 0.59, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 89 | 56 | 215 | - |
| CMYK | 0.59 | 0.74 | 0 | 0.16 |
| HSL | 252.45º | 0.67% | 0.53% | - |
| HSV(B) | 252.45º | 0.74% | 0.84% | - |
| XYZ | 17.8 | 9.86 | 65.25 | - |
| YUV | 83.99 | 201.93 | 131.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 56 | 215 | 0.59 | 0.74 | 0 | 0.16 | 252.45 | 0.67 | 0.53 |
| Hex | 59 | 38 | D7 | 3B | 4A | 0 | 10 | FC | 43 | 35 |
| Octal | 131 | 70 | 327 | 73 | 112 | 0 | 20 | 374 | 103 | 65 |
| Binary | 1011001 | 111000 | 11010111 | 111011 | 1001010 | 0 | 10000 | 11111100 | 1000011 | 110101 |
Color Harmonies of #5938D7
Complementary color
Monochromatic Colors of #5938D7
Black with #5938D7
Text Example
Text Example
White with #5938D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5938D7; }
p { color: rgb(89,56,215); }
H1.HeaderClassName
{
color: #5938D7;
}
.AnyTagClassName
{
color: #5938D7;
}
</style>
background-color css
<style>
a { background-color: #5938D7; }
a { background-color: rgb(89,56,215); }
div.DivClassName
{
background-color: #5938D7;
}
.BgClassName
{
background-color: #5938D7;
}
</style>
border-color css
<style>
span { border-color: #5938D7; }
span { border-color: rgb(89,56,215); }
td.TdClassName
{
border-color: #5938D7;
}
.TagClassName
{
border-color: #5938D7;
}
</style>