Shades of Purple Heart #5927DC
Tints of Purple Heart #5927DC
RGB
CMYK
RGB Variations
Color information
#5927DC (or 0x5927DC) is known color: Purple Heart. HEX triplet: 59, 27 and DC. RGB value is (89,39,220). Sum of RGB (Red+Green+Blue) = 89+39+220=348 (46% of max value = 765). Red value is 89 (35.16% from 255 or 25.57% from 348); Green value is 39 (15.62% from 255 or 11.21% from 348); Blue value is 220 (86.33% from 255 or 63.22% from 348); Max value from RGB is 220 - color contains mainly: blue. Hex color #5927DC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5927DC is #A6D823. Grayscale: #494949. Windows color (decimal): -10934308 or 14427993. OLE color: 14427993.
HSL color Cylindrical-coordinate representation of color #5927DC: hue angle of 256.57º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #5927DC is Cyan = 0.60, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 89 | 39 | 220 | - |
| CMYK | 0.60 | 0.82 | 0 | 0.14 |
| HSL | 256.57º | 0.72% | 0.51% | - |
| HSV(B) | 256.57º | 0.82% | 0.86% | - |
| XYZ | 17.76 | 8.74 | 68.46 | - |
| YUV | 74.58 | 210.07 | 138.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 39 | 220 | 0.60 | 0.82 | 0 | 0.14 | 256.57 | 0.72 | 0.51 |
| Hex | 59 | 27 | DC | 3C | 52 | 0 | E | 101 | 48 | 33 |
| Octal | 131 | 47 | 334 | 74 | 122 | 0 | 16 | 401 | 110 | 63 |
| Binary | 1011001 | 100111 | 11011100 | 111100 | 1010010 | 0 | 1110 | 100000001 | 1001000 | 110011 |
Color Harmonies of #5927DC
Complementary color
Monochromatic Colors of #5927DC
Black with #5927DC
Text Example
Text Example
White with #5927DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5927DC; }
p { color: rgb(89,39,220); }
H1.HeaderClassName
{
color: #5927DC;
}
.AnyTagClassName
{
color: #5927DC;
}
</style>
background-color css
<style>
a { background-color: #5927DC; }
a { background-color: rgb(89,39,220); }
div.DivClassName
{
background-color: #5927DC;
}
.BgClassName
{
background-color: #5927DC;
}
</style>
border-color css
<style>
span { border-color: #5927DC; }
span { border-color: rgb(89,39,220); }
td.TdClassName
{
border-color: #5927DC;
}
.TagClassName
{
border-color: #5927DC;
}
</style>