Shades of Purple Heart #6516AB
Tints of Purple Heart #6516AB
RGB
CMYK
RGB Variations
Color information
#6516AB (or 0x6516AB) is known color: Purple Heart. HEX triplet: 65, 16 and AB. RGB value is (101,22,171). Sum of RGB (Red+Green+Blue) = 101+22+171=294 (38% of max value = 765). Red value is 101 (39.84% from 255 or 34.35% from 294); Green value is 22 (8.98% from 255 or 7.48% from 294); Blue value is 171 (67.19% from 255 or 58.16% from 294); Max value from RGB is 171 - color contains mainly: blue. Hex color #6516AB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6516AB is #9AE954. Grayscale: #3E3E3E. Windows color (decimal): -10152277 or 11212389. OLE color: 11212389.
HSL color Cylindrical-coordinate representation of color #6516AB: hue angle of 271.81º degrees, saturation: 0.77, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #6516AB is Cyan = 0.41, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 101 | 22 | 171 | - |
| CMYK | 0.41 | 0.87 | 0 | 0.33 |
| HSL | 271.81º | 0.77% | 0.38% | - |
| HSV(B) | 271.81º | 0.87% | 0.67% | - |
| XYZ | 13 | 6.28 | 39.05 | - |
| YUV | 62.61 | 189.17 | 155.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 22 | 171 | 0.41 | 0.87 | 0 | 0.33 | 271.81 | 0.77 | 0.38 |
| Hex | 65 | 16 | AB | 29 | 57 | 0 | 21 | 110 | 4D | 26 |
| Octal | 145 | 26 | 253 | 51 | 127 | 0 | 41 | 420 | 115 | 46 |
| Binary | 1100101 | 10110 | 10101011 | 101001 | 1010111 | 0 | 100001 | 100010000 | 1001101 | 100110 |
Color Harmonies of #6516AB
Complementary color
Monochromatic Colors of #6516AB
Black with #6516AB
Text Example
Text Example
White with #6516AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6516AB; }
p { color: rgb(101,22,171); }
H1.HeaderClassName
{
color: #6516AB;
}
.AnyTagClassName
{
color: #6516AB;
}
</style>
background-color css
<style>
a { background-color: #6516AB; }
a { background-color: rgb(101,22,171); }
div.DivClassName
{
background-color: #6516AB;
}
.BgClassName
{
background-color: #6516AB;
}
</style>
border-color css
<style>
span { border-color: #6516AB; }
span { border-color: rgb(101,22,171); }
td.TdClassName
{
border-color: #6516AB;
}
.TagClassName
{
border-color: #6516AB;
}
</style>