Shades of Purple Heart #6516D3
Tints of Purple Heart #6516D3
RGB
CMYK
RGB Variations
Color information
#6516D3 (or 0x6516D3) is known color: Purple Heart. HEX triplet: 65, 16 and D3. RGB value is (101,22,211). Sum of RGB (Red+Green+Blue) = 101+22+211=334 (44% of max value = 765). Red value is 101 (39.84% from 255 or 30.24% from 334); Green value is 22 (8.98% from 255 or 6.59% from 334); Blue value is 211 (82.81% from 255 or 63.17% from 334); Max value from RGB is 211 - color contains mainly: blue. Hex color #6516D3 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6516D3 is #9AE92C. Grayscale: #424242. Windows color (decimal): -10152237 or 13833829. OLE color: 13833829.
HSL color Cylindrical-coordinate representation of color #6516D3: hue angle of 265.08º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6516D3 is Cyan = 0.52, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 101 | 22 | 211 | - |
| CMYK | 0.52 | 0.90 | 0 | 0.17 |
| HSL | 265.08º | 0.81% | 0.46% | - |
| HSV(B) | 265.08º | 0.9% | 0.83% | - |
| XYZ | 17.41 | 8.04 | 62.26 | - |
| YUV | 67.17 | 209.17 | 152.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 22 | 211 | 0.52 | 0.90 | 0 | 0.17 | 265.08 | 0.81 | 0.46 |
| Hex | 65 | 16 | D3 | 34 | 5A | 0 | 11 | 109 | 51 | 2E |
| Octal | 145 | 26 | 323 | 64 | 132 | 0 | 21 | 411 | 121 | 56 |
| Binary | 1100101 | 10110 | 11010011 | 110100 | 1011010 | 0 | 10001 | 100001001 | 1010001 | 101110 |
Color Harmonies of #6516D3
Complementary color
Monochromatic Colors of #6516D3
Black with #6516D3
Text Example
Text Example
White with #6516D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6516D3; }
p { color: rgb(101,22,211); }
H1.HeaderClassName
{
color: #6516D3;
}
.AnyTagClassName
{
color: #6516D3;
}
</style>
background-color css
<style>
a { background-color: #6516D3; }
a { background-color: rgb(101,22,211); }
div.DivClassName
{
background-color: #6516D3;
}
.BgClassName
{
background-color: #6516D3;
}
</style>
border-color css
<style>
span { border-color: #6516D3; }
span { border-color: rgb(101,22,211); }
td.TdClassName
{
border-color: #6516D3;
}
.TagClassName
{
border-color: #6516D3;
}
</style>