Shades of Purple Heart #5936CA
Tints of Purple Heart #5936CA
RGB
CMYK
RGB Variations
Color information
#5936CA (or 0x5936CA) is known color: Purple Heart. HEX triplet: 59, 36 and CA. RGB value is (89,54,202). Sum of RGB (Red+Green+Blue) = 89+54+202=345 (45% of max value = 765). Red value is 89 (35.16% from 255 or 25.80% from 345); Green value is 54 (21.48% from 255 or 15.65% from 345); Blue value is 202 (79.30% from 255 or 58.55% from 345); Max value from RGB is 202 - color contains mainly: blue. Hex color #5936CA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5936CA is #A6C935. Grayscale: #505050. Windows color (decimal): -10930486 or 13252185. OLE color: 13252185.
HSL color Cylindrical-coordinate representation of color #5936CA: hue angle of 254.19º degrees, saturation: 0.58, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #5936CA is Cyan = 0.56, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 89 | 54 | 202 | - |
| CMYK | 0.56 | 0.73 | 0 | 0.21 |
| HSL | 254.19º | 0.58% | 0.5% | - |
| HSV(B) | 254.19º | 0.73% | 0.79% | - |
| XYZ | 16.1 | 9.03 | 56.77 | - |
| YUV | 81.34 | 196.1 | 133.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 54 | 202 | 0.56 | 0.73 | 0 | 0.21 | 254.19 | 0.58 | 0.5 |
| Hex | 59 | 36 | CA | 38 | 49 | 0 | 15 | FE | 3A | 32 |
| Octal | 131 | 66 | 312 | 70 | 111 | 0 | 25 | 376 | 72 | 62 |
| Binary | 1011001 | 110110 | 11001010 | 111000 | 1001001 | 0 | 10101 | 11111110 | 111010 | 110010 |
Color Harmonies of #5936CA
Complementary color
Monochromatic Colors of #5936CA
Black with #5936CA
Text Example
Text Example
White with #5936CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5936CA; }
p { color: rgb(89,54,202); }
H1.HeaderClassName
{
color: #5936CA;
}
.AnyTagClassName
{
color: #5936CA;
}
</style>
background-color css
<style>
a { background-color: #5936CA; }
a { background-color: rgb(89,54,202); }
div.DivClassName
{
background-color: #5936CA;
}
.BgClassName
{
background-color: #5936CA;
}
</style>
border-color css
<style>
span { border-color: #5936CA; }
span { border-color: rgb(89,54,202); }
td.TdClassName
{
border-color: #5936CA;
}
.TagClassName
{
border-color: #5936CA;
}
</style>