Shades of Purple Heart #5936CD
Tints of Purple Heart #5936CD
RGB
CMYK
RGB Variations
Color information
#5936CD (or 0x5936CD) is known color: Purple Heart. HEX triplet: 59, 36 and CD. RGB value is (89,54,205). Sum of RGB (Red+Green+Blue) = 89+54+205=348 (46% of max value = 765). Red value is 89 (35.16% from 255 or 25.57% from 348); Green value is 54 (21.48% from 255 or 15.52% from 348); Blue value is 205 (80.47% from 255 or 58.91% from 348); Max value from RGB is 205 - color contains mainly: blue. Hex color #5936CD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5936CD is #A6C932. Grayscale: #515151. Windows color (decimal): -10930483 or 13448793. OLE color: 13448793.
HSL color Cylindrical-coordinate representation of color #5936CD: hue angle of 253.91º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #5936CD is Cyan = 0.57, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 89 | 54 | 205 | - |
| CMYK | 0.57 | 0.74 | 0 | 0.20 |
| HSL | 253.91º | 0.6% | 0.51% | - |
| HSV(B) | 253.91º | 0.74% | 0.8% | - |
| XYZ | 16.46 | 9.17 | 58.66 | - |
| YUV | 81.68 | 197.6 | 133.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 54 | 205 | 0.57 | 0.74 | 0 | 0.20 | 253.91 | 0.6 | 0.51 |
| Hex | 59 | 36 | CD | 39 | 4A | 0 | 14 | FE | 3C | 33 |
| Octal | 131 | 66 | 315 | 71 | 112 | 0 | 24 | 376 | 74 | 63 |
| Binary | 1011001 | 110110 | 11001101 | 111001 | 1001010 | 0 | 10100 | 11111110 | 111100 | 110011 |
Color Harmonies of #5936CD
Complementary color
Monochromatic Colors of #5936CD
Black with #5936CD
Text Example
Text Example
White with #5936CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5936CD; }
p { color: rgb(89,54,205); }
H1.HeaderClassName
{
color: #5936CD;
}
.AnyTagClassName
{
color: #5936CD;
}
</style>
background-color css
<style>
a { background-color: #5936CD; }
a { background-color: rgb(89,54,205); }
div.DivClassName
{
background-color: #5936CD;
}
.BgClassName
{
background-color: #5936CD;
}
</style>
border-color css
<style>
span { border-color: #5936CD; }
span { border-color: rgb(89,54,205); }
td.TdClassName
{
border-color: #5936CD;
}
.TagClassName
{
border-color: #5936CD;
}
</style>