Shades of Purple Heart #6517AB
Tints of Purple Heart #6517AB
RGB
CMYK
RGB Variations
Color information
#6517AB (or 0x6517AB) is known color: Purple Heart. HEX triplet: 65, 17 and AB. RGB value is (101,23,171). Sum of RGB (Red+Green+Blue) = 101+23+171=295 (39% of max value = 765). Red value is 101 (39.84% from 255 or 34.24% from 295); Green value is 23 (9.38% from 255 or 7.80% from 295); Blue value is 171 (67.19% from 255 or 57.97% from 295); Max value from RGB is 171 - color contains mainly: blue. Hex color #6517AB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6517AB is #9AE854. Grayscale: #3E3E3E. Windows color (decimal): -10152021 or 11212645. OLE color: 11212645.
HSL color Cylindrical-coordinate representation of color #6517AB: hue angle of 271.62º degrees, saturation: 0.76, 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 #6517AB is Cyan = 0.41, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 101 | 23 | 171 | - |
| CMYK | 0.41 | 0.87 | 0 | 0.33 |
| HSL | 271.62º | 0.76% | 0.38% | - |
| HSV(B) | 271.62º | 0.87% | 0.67% | - |
| XYZ | 13.02 | 6.32 | 39.06 | - |
| YUV | 63.19 | 188.84 | 154.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 23 | 171 | 0.41 | 0.87 | 0 | 0.33 | 271.62 | 0.76 | 0.38 |
| Hex | 65 | 17 | AB | 29 | 57 | 0 | 21 | 110 | 4C | 26 |
| Octal | 145 | 27 | 253 | 51 | 127 | 0 | 41 | 420 | 114 | 46 |
| Binary | 1100101 | 10111 | 10101011 | 101001 | 1010111 | 0 | 100001 | 100010000 | 1001100 | 100110 |
Color Harmonies of #6517AB
Complementary color
Monochromatic Colors of #6517AB
Black with #6517AB
Text Example
Text Example
White with #6517AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6517AB; }
p { color: rgb(101,23,171); }
H1.HeaderClassName
{
color: #6517AB;
}
.AnyTagClassName
{
color: #6517AB;
}
</style>
background-color css
<style>
a { background-color: #6517AB; }
a { background-color: rgb(101,23,171); }
div.DivClassName
{
background-color: #6517AB;
}
.BgClassName
{
background-color: #6517AB;
}
</style>
border-color css
<style>
span { border-color: #6517AB; }
span { border-color: rgb(101,23,171); }
td.TdClassName
{
border-color: #6517AB;
}
.TagClassName
{
border-color: #6517AB;
}
</style>