Shades of Purple Heart #6517AC
Tints of Purple Heart #6517AC
RGB
CMYK
RGB Variations
Color information
#6517AC (or 0x6517AC) is known color: Purple Heart. HEX triplet: 65, 17 and AC. RGB value is (101,23,172). Sum of RGB (Red+Green+Blue) = 101+23+172=296 (39% of max value = 765). Red value is 101 (39.84% from 255 or 34.12% from 296); Green value is 23 (9.38% from 255 or 7.77% from 296); Blue value is 172 (67.58% from 255 or 58.11% from 296); Max value from RGB is 172 - color contains mainly: blue. Hex color #6517AC is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6517AC is #9AE853. Grayscale: #3E3E3E. Windows color (decimal): -10152020 or 11278181. OLE color: 11278181.
HSL color Cylindrical-coordinate representation of color #6517AC: hue angle of 271.41º 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 #6517AC is Cyan = 0.41, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 101 | 23 | 172 | - |
| CMYK | 0.41 | 0.87 | 0 | 0.33 |
| HSL | 271.41º | 0.76% | 0.38% | - |
| HSV(B) | 271.41º | 0.87% | 0.67% | - |
| XYZ | 13.12 | 6.36 | 39.57 | - |
| YUV | 63.31 | 189.34 | 154.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 23 | 172 | 0.41 | 0.87 | 0 | 0.33 | 271.41 | 0.76 | 0.38 |
| Hex | 65 | 17 | AC | 29 | 57 | 0 | 21 | 10F | 4C | 26 |
| Octal | 145 | 27 | 254 | 51 | 127 | 0 | 41 | 417 | 114 | 46 |
| Binary | 1100101 | 10111 | 10101100 | 101001 | 1010111 | 0 | 100001 | 100001111 | 1001100 | 100110 |
Color Harmonies of #6517AC
Complementary color
Monochromatic Colors of #6517AC
Black with #6517AC
Text Example
Text Example
White with #6517AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6517AC; }
p { color: rgb(101,23,172); }
H1.HeaderClassName
{
color: #6517AC;
}
.AnyTagClassName
{
color: #6517AC;
}
</style>
background-color css
<style>
a { background-color: #6517AC; }
a { background-color: rgb(101,23,172); }
div.DivClassName
{
background-color: #6517AC;
}
.BgClassName
{
background-color: #6517AC;
}
</style>
border-color css
<style>
span { border-color: #6517AC; }
span { border-color: rgb(101,23,172); }
td.TdClassName
{
border-color: #6517AC;
}
.TagClassName
{
border-color: #6517AC;
}
</style>