Shades of Purple Heart #6516DA
Tints of Purple Heart #6516DA
RGB
CMYK
RGB Variations
Color information
#6516DA (or 0x6516DA) is known color: Purple Heart. HEX triplet: 65, 16 and DA. RGB value is (101,22,218). Sum of RGB (Red+Green+Blue) = 101+22+218=341 (45% of max value = 765). Red value is 101 (39.84% from 255 or 29.62% from 341); Green value is 22 (8.98% from 255 or 6.45% from 341); Blue value is 218 (85.55% from 255 or 63.93% from 341); Max value from RGB is 218 - color contains mainly: blue. Hex color #6516DA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6516DA is #9AE925. Grayscale: #434343. Windows color (decimal): -10152230 or 14292581. OLE color: 14292581.
HSL color Cylindrical-coordinate representation of color #6516DA: hue angle of 264.18º 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 #6516DA is Cyan = 0.54, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 101 | 22 | 218 | - |
| CMYK | 0.54 | 0.90 | 0 | 0.15 |
| HSL | 264.18º | 0.82% | 0.47% | - |
| HSV(B) | 264.18º | 0.9% | 0.85% | - |
| XYZ | 18.31 | 8.4 | 66.99 | - |
| YUV | 67.97 | 212.67 | 151.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 22 | 218 | 0.54 | 0.90 | 0 | 0.15 | 264.18 | 0.82 | 0.47 |
| Hex | 65 | 16 | DA | 36 | 5A | 0 | F | 108 | 52 | 2F |
| Octal | 145 | 26 | 332 | 66 | 132 | 0 | 17 | 410 | 122 | 57 |
| Binary | 1100101 | 10110 | 11011010 | 110110 | 1011010 | 0 | 1111 | 100001000 | 1010010 | 101111 |
Color Harmonies of #6516DA
Complementary color
Monochromatic Colors of #6516DA
Black with #6516DA
Text Example
Text Example
White with #6516DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6516DA; }
p { color: rgb(101,22,218); }
H1.HeaderClassName
{
color: #6516DA;
}
.AnyTagClassName
{
color: #6516DA;
}
</style>
background-color css
<style>
a { background-color: #6516DA; }
a { background-color: rgb(101,22,218); }
div.DivClassName
{
background-color: #6516DA;
}
.BgClassName
{
background-color: #6516DA;
}
</style>
border-color css
<style>
span { border-color: #6516DA; }
span { border-color: rgb(101,22,218); }
td.TdClassName
{
border-color: #6516DA;
}
.TagClassName
{
border-color: #6516DA;
}
</style>