Shades of Purple Heart #6519DE
Tints of Purple Heart #6519DE
RGB
CMYK
RGB Variations
Color information
#6519DE (or 0x6519DE) is known color: Purple Heart. HEX triplet: 65, 19 and DE. RGB value is (101,25,222). Sum of RGB (Red+Green+Blue) = 101+25+222=348 (46% of max value = 765). Red value is 101 (39.84% from 255 or 29.02% from 348); Green value is 25 (10.16% from 255 or 7.18% from 348); Blue value is 222 (87.11% from 255 or 63.79% from 348); Max value from RGB is 222 - color contains mainly: blue. Hex color #6519DE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6519DE is #9AE621. Grayscale: #454545. Windows color (decimal): -10151458 or 14555493. OLE color: 14555493.
HSL color Cylindrical-coordinate representation of color #6519DE: hue angle of 263.15º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #6519DE is Cyan = 0.55, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 101 | 25 | 222 | - |
| CMYK | 0.55 | 0.89 | 0 | 0.13 |
| HSL | 263.15º | 0.8% | 0.48% | - |
| HSV(B) | 263.15º | 0.89% | 0.87% | - |
| XYZ | 18.9 | 8.74 | 69.8 | - |
| YUV | 70.18 | 213.68 | 149.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 25 | 222 | 0.55 | 0.89 | 0 | 0.13 | 263.15 | 0.8 | 0.48 |
| Hex | 65 | 19 | DE | 37 | 59 | 0 | D | 107 | 50 | 30 |
| Octal | 145 | 31 | 336 | 67 | 131 | 0 | 15 | 407 | 120 | 60 |
| Binary | 1100101 | 11001 | 11011110 | 110111 | 1011001 | 0 | 1101 | 100000111 | 1010000 | 110000 |
Color Harmonies of #6519DE
Complementary color
Monochromatic Colors of #6519DE
Black with #6519DE
Text Example
Text Example
White with #6519DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6519DE; }
p { color: rgb(101,25,222); }
H1.HeaderClassName
{
color: #6519DE;
}
.AnyTagClassName
{
color: #6519DE;
}
</style>
background-color css
<style>
a { background-color: #6519DE; }
a { background-color: rgb(101,25,222); }
div.DivClassName
{
background-color: #6519DE;
}
.BgClassName
{
background-color: #6519DE;
}
</style>
border-color css
<style>
span { border-color: #6519DE; }
span { border-color: rgb(101,25,222); }
td.TdClassName
{
border-color: #6519DE;
}
.TagClassName
{
border-color: #6519DE;
}
</style>