Shades of Purple Heart #6516D7
Tints of Purple Heart #6516D7
RGB
CMYK
RGB Variations
Color information
#6516D7 (or 0x6516D7) is known color: Purple Heart. HEX triplet: 65, 16 and D7. RGB value is (101,22,215). Sum of RGB (Red+Green+Blue) = 101+22+215=338 (44% of max value = 765). Red value is 101 (39.84% from 255 or 29.88% from 338); Green value is 22 (8.98% from 255 or 6.51% from 338); Blue value is 215 (84.38% from 255 or 63.61% from 338); Max value from RGB is 215 - color contains mainly: blue. Hex color #6516D7 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6516D7 is #9AE928. Grayscale: #424242. Windows color (decimal): -10152233 or 14095973. OLE color: 14095973.
HSL color Cylindrical-coordinate representation of color #6516D7: hue angle of 264.56º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6516D7 is Cyan = 0.53, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 101 | 22 | 215 | - |
| CMYK | 0.53 | 0.90 | 0 | 0.16 |
| HSL | 264.56º | 0.81% | 0.46% | - |
| HSV(B) | 264.56º | 0.9% | 0.84% | - |
| XYZ | 17.92 | 8.25 | 64.94 | - |
| YUV | 67.62 | 211.17 | 151.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 22 | 215 | 0.53 | 0.90 | 0 | 0.16 | 264.56 | 0.81 | 0.46 |
| Hex | 65 | 16 | D7 | 35 | 5A | 0 | 10 | 109 | 51 | 2E |
| Octal | 145 | 26 | 327 | 65 | 132 | 0 | 20 | 411 | 121 | 56 |
| Binary | 1100101 | 10110 | 11010111 | 110101 | 1011010 | 0 | 10000 | 100001001 | 1010001 | 101110 |
Color Harmonies of #6516D7
Complementary color
Monochromatic Colors of #6516D7
Black with #6516D7
Text Example
Text Example
White with #6516D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6516D7; }
p { color: rgb(101,22,215); }
H1.HeaderClassName
{
color: #6516D7;
}
.AnyTagClassName
{
color: #6516D7;
}
</style>
background-color css
<style>
a { background-color: #6516D7; }
a { background-color: rgb(101,22,215); }
div.DivClassName
{
background-color: #6516D7;
}
.BgClassName
{
background-color: #6516D7;
}
</style>
border-color css
<style>
span { border-color: #6516D7; }
span { border-color: rgb(101,22,215); }
td.TdClassName
{
border-color: #6516D7;
}
.TagClassName
{
border-color: #6516D7;
}
</style>