Shades of Purple Heart #6015D9
Tints of Purple Heart #6015D9
RGB
CMYK
RGB Variations
Color information
#6015D9 (or 0x6015D9) is known color: Purple Heart. HEX triplet: 60, 15 and D9. RGB value is (96,21,217). Sum of RGB (Red+Green+Blue) = 96+21+217=334 (44% of max value = 765). Red value is 96 (37.89% from 255 or 28.74% from 334); Green value is 21 (8.59% from 255 or 6.29% from 334); Blue value is 217 (85.16% from 255 or 64.97% from 334); Max value from RGB is 217 - color contains mainly: blue. Hex color #6015D9 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6015D9 is #9FEA26. Grayscale: #414141. Windows color (decimal): -10480167 or 14226784. OLE color: 14226784.
HSL color Cylindrical-coordinate representation of color #6015D9: hue angle of 262.96º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6015D9 is Cyan = 0.56, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 96 | 21 | 217 | - |
| CMYK | 0.56 | 0.90 | 0 | 0.15 |
| HSL | 262.96º | 0.82% | 0.47% | - |
| HSV(B) | 262.96º | 0.9% | 0.85% | - |
| XYZ | 17.62 | 8.03 | 66.27 | - |
| YUV | 65.77 | 213.35 | 149.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 21 | 217 | 0.56 | 0.90 | 0 | 0.15 | 262.96 | 0.82 | 0.47 |
| Hex | 60 | 15 | D9 | 38 | 5A | 0 | F | 107 | 52 | 2F |
| Octal | 140 | 25 | 331 | 70 | 132 | 0 | 17 | 407 | 122 | 57 |
| Binary | 1100000 | 10101 | 11011001 | 111000 | 1011010 | 0 | 1111 | 100000111 | 1010010 | 101111 |
Color Harmonies of #6015D9
Complementary color
Monochromatic Colors of #6015D9
Black with #6015D9
Text Example
Text Example
White with #6015D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6015D9; }
p { color: rgb(96,21,217); }
H1.HeaderClassName
{
color: #6015D9;
}
.AnyTagClassName
{
color: #6015D9;
}
</style>
background-color css
<style>
a { background-color: #6015D9; }
a { background-color: rgb(96,21,217); }
div.DivClassName
{
background-color: #6015D9;
}
.BgClassName
{
background-color: #6015D9;
}
</style>
border-color css
<style>
span { border-color: #6015D9; }
span { border-color: rgb(96,21,217); }
td.TdClassName
{
border-color: #6015D9;
}
.TagClassName
{
border-color: #6015D9;
}
</style>