Shades of Purple Heart #6016D9
Tints of Purple Heart #6016D9
RGB
CMYK
RGB Variations
Color information
#6016D9 (or 0x6016D9) is known color: Purple Heart. HEX triplet: 60, 16 and D9. RGB value is (96,22,217). Sum of RGB (Red+Green+Blue) = 96+22+217=335 (44% of max value = 765). Red value is 96 (37.89% from 255 or 28.66% from 335); Green value is 22 (8.98% from 255 or 6.57% from 335); Blue value is 217 (85.16% from 255 or 64.78% from 335); Max value from RGB is 217 - color contains mainly: blue. Hex color #6016D9 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6016D9 is #9FE926. Grayscale: #414141. Windows color (decimal): -10479911 or 14227040. OLE color: 14227040.
HSL color Cylindrical-coordinate representation of color #6016D9: hue angle of 262.77º 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 #6016D9 is Cyan = 0.56, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 96 | 22 | 217 | - |
| CMYK | 0.56 | 0.90 | 0 | 0.15 |
| HSL | 262.77º | 0.82% | 0.47% | - |
| HSV(B) | 262.77º | 0.9% | 0.85% | - |
| XYZ | 17.64 | 8.07 | 66.27 | - |
| YUV | 66.36 | 213.02 | 149.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 22 | 217 | 0.56 | 0.90 | 0 | 0.15 | 262.77 | 0.82 | 0.47 |
| Hex | 60 | 16 | D9 | 38 | 5A | 0 | F | 107 | 52 | 2F |
| Octal | 140 | 26 | 331 | 70 | 132 | 0 | 17 | 407 | 122 | 57 |
| Binary | 1100000 | 10110 | 11011001 | 111000 | 1011010 | 0 | 1111 | 100000111 | 1010010 | 101111 |
Color Harmonies of #6016D9
Complementary color
Monochromatic Colors of #6016D9
Black with #6016D9
Text Example
Text Example
White with #6016D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6016D9; }
p { color: rgb(96,22,217); }
H1.HeaderClassName
{
color: #6016D9;
}
.AnyTagClassName
{
color: #6016D9;
}
</style>
background-color css
<style>
a { background-color: #6016D9; }
a { background-color: rgb(96,22,217); }
div.DivClassName
{
background-color: #6016D9;
}
.BgClassName
{
background-color: #6016D9;
}
</style>
border-color css
<style>
span { border-color: #6016D9; }
span { border-color: rgb(96,22,217); }
td.TdClassName
{
border-color: #6016D9;
}
.TagClassName
{
border-color: #6016D9;
}
</style>