Shades of Purple Heart #6517AD
Tints of Purple Heart #6517AD
RGB
CMYK
RGB Variations
Color information
#6517AD (or 0x6517AD) is known color: Purple Heart. HEX triplet: 65, 17 and AD. RGB value is (101,23,173). Sum of RGB (Red+Green+Blue) = 101+23+173=297 (39% of max value = 765). Red value is 101 (39.84% from 255 or 34.01% from 297); Green value is 23 (9.38% from 255 or 7.74% from 297); Blue value is 173 (67.97% from 255 or 58.25% from 297); Max value from RGB is 173 - color contains mainly: blue. Hex color #6517AD is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6517AD is #9AE852. Grayscale: #3E3E3E. Windows color (decimal): -10152019 or 11343717. OLE color: 11343717.
HSL color Cylindrical-coordinate representation of color #6517AD: hue angle of 271.2º degrees, saturation: 0.77, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #6517AD is Cyan = 0.42, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 101 | 23 | 173 | - |
| CMYK | 0.42 | 0.87 | 0 | 0.32 |
| HSL | 271.2º | 0.77% | 0.38% | - |
| HSV(B) | 271.2º | 0.87% | 0.68% | - |
| XYZ | 13.22 | 6.4 | 40.07 | - |
| YUV | 63.42 | 189.84 | 154.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 23 | 173 | 0.42 | 0.87 | 0 | 0.32 | 271.2 | 0.77 | 0.38 |
| Hex | 65 | 17 | AD | 2A | 57 | 0 | 20 | 10F | 4D | 26 |
| Octal | 145 | 27 | 255 | 52 | 127 | 0 | 40 | 417 | 115 | 46 |
| Binary | 1100101 | 10111 | 10101101 | 101010 | 1010111 | 0 | 100000 | 100001111 | 1001101 | 100110 |
Color Harmonies of #6517AD
Complementary color
Monochromatic Colors of #6517AD
Black with #6517AD
Text Example
Text Example
White with #6517AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6517AD; }
p { color: rgb(101,23,173); }
H1.HeaderClassName
{
color: #6517AD;
}
.AnyTagClassName
{
color: #6517AD;
}
</style>
background-color css
<style>
a { background-color: #6517AD; }
a { background-color: rgb(101,23,173); }
div.DivClassName
{
background-color: #6517AD;
}
.BgClassName
{
background-color: #6517AD;
}
</style>
border-color css
<style>
span { border-color: #6517AD; }
span { border-color: rgb(101,23,173); }
td.TdClassName
{
border-color: #6517AD;
}
.TagClassName
{
border-color: #6517AD;
}
</style>