Shades of Purple Heart #6517BA
Tints of Purple Heart #6517BA
RGB
CMYK
RGB Variations
Color information
#6517BA (or 0x6517BA) is known color: Purple Heart. HEX triplet: 65, 17 and BA. RGB value is (101,23,186). Sum of RGB (Red+Green+Blue) = 101+23+186=310 (41% of max value = 765). Red value is 101 (39.84% from 255 or 32.58% from 310); Green value is 23 (9.38% from 255 or 7.42% from 310); Blue value is 186 (73.05% from 255 or 60% from 310); Max value from RGB is 186 - color contains mainly: blue. Hex color #6517BA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6517BA is #9AE845. Grayscale: #404040. Windows color (decimal): -10152006 or 12195685. OLE color: 12195685.
HSL color Cylindrical-coordinate representation of color #6517BA: hue angle of 268.71º degrees, saturation: 0.78, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #6517BA is Cyan = 0.46, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 101 | 23 | 186 | - |
| CMYK | 0.46 | 0.88 | 0 | 0.27 |
| HSL | 268.71º | 0.78% | 0.41% | - |
| HSV(B) | 268.71º | 0.88% | 0.73% | - |
| XYZ | 14.54 | 6.92 | 47.02 | - |
| YUV | 64.9 | 196.34 | 153.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 23 | 186 | 0.46 | 0.88 | 0 | 0.27 | 268.71 | 0.78 | 0.41 |
| Hex | 65 | 17 | BA | 2E | 58 | 0 | 1B | 10D | 4E | 29 |
| Octal | 145 | 27 | 272 | 56 | 130 | 0 | 33 | 415 | 116 | 51 |
| Binary | 1100101 | 10111 | 10111010 | 101110 | 1011000 | 0 | 11011 | 100001101 | 1001110 | 101001 |
Color Harmonies of #6517BA
Complementary color
Monochromatic Colors of #6517BA
Black with #6517BA
Text Example
Text Example
White with #6517BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6517BA; }
p { color: rgb(101,23,186); }
H1.HeaderClassName
{
color: #6517BA;
}
.AnyTagClassName
{
color: #6517BA;
}
</style>
background-color css
<style>
a { background-color: #6517BA; }
a { background-color: rgb(101,23,186); }
div.DivClassName
{
background-color: #6517BA;
}
.BgClassName
{
background-color: #6517BA;
}
</style>
border-color css
<style>
span { border-color: #6517BA; }
span { border-color: rgb(101,23,186); }
td.TdClassName
{
border-color: #6517BA;
}
.TagClassName
{
border-color: #6517BA;
}
</style>