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