Shades of Purple Heart #5938CE
Tints of Purple Heart #5938CE
RGB
CMYK
RGB Variations
Color information
#5938CE (or 0x5938CE) is known color: Purple Heart. HEX triplet: 59, 38 and CE. RGB value is (89,56,206). Sum of RGB (Red+Green+Blue) = 89+56+206=351 (46% of max value = 765). Red value is 89 (35.16% from 255 or 25.36% from 351); Green value is 56 (22.27% from 255 or 15.95% from 351); Blue value is 206 (80.86% from 255 or 58.69% from 351); Max value from RGB is 206 - color contains mainly: blue. Hex color #5938CE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5938CE is #A6C731. Grayscale: #525252. Windows color (decimal): -10929970 or 13514841. OLE color: 13514841.
HSL color Cylindrical-coordinate representation of color #5938CE: hue angle of 253.2º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #5938CE is Cyan = 0.57, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 89 | 56 | 206 | - |
| CMYK | 0.57 | 0.73 | 0 | 0.19 |
| HSL | 253.2º | 0.6% | 0.51% | - |
| HSV(B) | 253.2º | 0.73% | 0.81% | - |
| XYZ | 16.67 | 9.41 | 59.33 | - |
| YUV | 82.97 | 197.43 | 132.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 56 | 206 | 0.57 | 0.73 | 0 | 0.19 | 253.2 | 0.6 | 0.51 |
| Hex | 59 | 38 | CE | 39 | 49 | 0 | 13 | FD | 3C | 33 |
| Octal | 131 | 70 | 316 | 71 | 111 | 0 | 23 | 375 | 74 | 63 |
| Binary | 1011001 | 111000 | 11001110 | 111001 | 1001001 | 0 | 10011 | 11111101 | 111100 | 110011 |
Color Harmonies of #5938CE
Complementary color
Monochromatic Colors of #5938CE
Black with #5938CE
Text Example
Text Example
White with #5938CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5938CE; }
p { color: rgb(89,56,206); }
H1.HeaderClassName
{
color: #5938CE;
}
.AnyTagClassName
{
color: #5938CE;
}
</style>
background-color css
<style>
a { background-color: #5938CE; }
a { background-color: rgb(89,56,206); }
div.DivClassName
{
background-color: #5938CE;
}
.BgClassName
{
background-color: #5938CE;
}
</style>
border-color css
<style>
span { border-color: #5938CE; }
span { border-color: rgb(89,56,206); }
td.TdClassName
{
border-color: #5938CE;
}
.TagClassName
{
border-color: #5938CE;
}
</style>