Shades of Purple Heart #5519D6
Tints of Purple Heart #5519D6
RGB
CMYK
RGB Variations
Color information
#5519D6 (or 0x5519D6) is known color: Purple Heart. HEX triplet: 55, 19 and D6. RGB value is (85,25,214). Sum of RGB (Red+Green+Blue) = 85+25+214=324 (42% of max value = 765). Red value is 85 (33.59% from 255 or 26.23% from 324); Green value is 25 (10.16% from 255 or 7.72% from 324); Blue value is 214 (83.98% from 255 or 66.05% from 324); Max value from RGB is 214 - color contains mainly: blue. Hex color #5519D6 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5519D6 is #AAE629. Grayscale: #3F3F3F. Windows color (decimal): -11200042 or 14031189. OLE color: 14031189.
HSL color Cylindrical-coordinate representation of color #5519D6: hue angle of 259.05º degrees, saturation: 0.79, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #5519D6 is Cyan = 0.60, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 85 | 25 | 214 | - |
| CMYK | 0.60 | 0.88 | 0 | 0.16 |
| HSL | 259.05º | 0.79% | 0.47% | - |
| HSV(B) | 259.05º | 0.88% | 0.84% | - |
| XYZ | 16.23 | 7.48 | 64.21 | - |
| YUV | 64.49 | 212.38 | 142.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 25 | 214 | 0.60 | 0.88 | 0 | 0.16 | 259.05 | 0.79 | 0.47 |
| Hex | 55 | 19 | D6 | 3C | 58 | 0 | 10 | 103 | 4F | 2F |
| Octal | 125 | 31 | 326 | 74 | 130 | 0 | 20 | 403 | 117 | 57 |
| Binary | 1010101 | 11001 | 11010110 | 111100 | 1011000 | 0 | 10000 | 100000011 | 1001111 | 101111 |
Color Harmonies of #5519D6
Complementary color
Monochromatic Colors of #5519D6
Black with #5519D6
Text Example
Text Example
White with #5519D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5519D6; }
p { color: rgb(85,25,214); }
H1.HeaderClassName
{
color: #5519D6;
}
.AnyTagClassName
{
color: #5519D6;
}
</style>
background-color css
<style>
a { background-color: #5519D6; }
a { background-color: rgb(85,25,214); }
div.DivClassName
{
background-color: #5519D6;
}
.BgClassName
{
background-color: #5519D6;
}
</style>
border-color css
<style>
span { border-color: #5519D6; }
span { border-color: rgb(85,25,214); }
td.TdClassName
{
border-color: #5519D6;
}
.TagClassName
{
border-color: #5519D6;
}
</style>