Shades of Purple Heart #6519AB
Tints of Purple Heart #6519AB
RGB
CMYK
RGB Variations
Color information
#6519AB (or 0x6519AB) is known color: Purple Heart. HEX triplet: 65, 19 and AB. RGB value is (101,25,171). Sum of RGB (Red+Green+Blue) = 101+25+171=297 (39% of max value = 765). Red value is 101 (39.84% from 255 or 34.01% from 297); Green value is 25 (10.16% from 255 or 8.42% from 297); Blue value is 171 (67.19% from 255 or 57.58% from 297); Max value from RGB is 171 - color contains mainly: blue. Hex color #6519AB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6519AB is #9AE654. Grayscale: #3F3F3F. Windows color (decimal): -10151509 or 11213157. OLE color: 11213157.
HSL color Cylindrical-coordinate representation of color #6519AB: hue angle of 271.23º degrees, saturation: 0.74, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #6519AB is Cyan = 0.41, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 101 | 25 | 171 | - |
| CMYK | 0.41 | 0.85 | 0 | 0.33 |
| HSL | 271.23º | 0.74% | 0.38% | - |
| HSV(B) | 271.23º | 0.85% | 0.67% | - |
| XYZ | 13.07 | 6.4 | 39.08 | - |
| YUV | 64.37 | 188.18 | 154.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 25 | 171 | 0.41 | 0.85 | 0 | 0.33 | 271.23 | 0.74 | 0.38 |
| Hex | 65 | 19 | AB | 29 | 55 | 0 | 21 | 10F | 4A | 26 |
| Octal | 145 | 31 | 253 | 51 | 125 | 0 | 41 | 417 | 112 | 46 |
| Binary | 1100101 | 11001 | 10101011 | 101001 | 1010101 | 0 | 100001 | 100001111 | 1001010 | 100110 |
Color Harmonies of #6519AB
Complementary color
Monochromatic Colors of #6519AB
Black with #6519AB
Text Example
Text Example
White with #6519AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6519AB; }
p { color: rgb(101,25,171); }
H1.HeaderClassName
{
color: #6519AB;
}
.AnyTagClassName
{
color: #6519AB;
}
</style>
background-color css
<style>
a { background-color: #6519AB; }
a { background-color: rgb(101,25,171); }
div.DivClassName
{
background-color: #6519AB;
}
.BgClassName
{
background-color: #6519AB;
}
</style>
border-color css
<style>
span { border-color: #6519AB; }
span { border-color: rgb(101,25,171); }
td.TdClassName
{
border-color: #6519AB;
}
.TagClassName
{
border-color: #6519AB;
}
</style>