Shades of Purple Heart #6513AD
Tints of Purple Heart #6513AD
RGB
CMYK
RGB Variations
Color information
#6513AD (or 0x6513AD) is known color: Purple Heart. HEX triplet: 65, 13 and AD. RGB value is (101,19,173). Sum of RGB (Red+Green+Blue) = 101+19+173=293 (38% of max value = 765). Red value is 101 (39.84% from 255 or 34.47% from 293); Green value is 19 (7.81% from 255 or 6.48% from 293); Blue value is 173 (67.97% from 255 or 59.04% from 293); Max value from RGB is 173 - color contains mainly: blue. Hex color #6513AD is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6513AD is #9AEC52. Grayscale: #3C3C3C. Windows color (decimal): -10153043 or 11342693. OLE color: 11342693.
HSL color Cylindrical-coordinate representation of color #6513AD: hue angle of 271.95º degrees, saturation: 0.8, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #6513AD is Cyan = 0.42, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 101 | 19 | 173 | - |
| CMYK | 0.42 | 0.89 | 0 | 0.32 |
| HSL | 271.95º | 0.8% | 0.38% | - |
| HSV(B) | 271.95º | 0.89% | 0.68% | - |
| XYZ | 13.14 | 6.25 | 40.05 | - |
| YUV | 61.07 | 191.17 | 156.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 19 | 173 | 0.42 | 0.89 | 0 | 0.32 | 271.95 | 0.8 | 0.38 |
| Hex | 65 | 13 | AD | 2A | 59 | 0 | 20 | 110 | 50 | 26 |
| Octal | 145 | 23 | 255 | 52 | 131 | 0 | 40 | 420 | 120 | 46 |
| Binary | 1100101 | 10011 | 10101101 | 101010 | 1011001 | 0 | 100000 | 100010000 | 1010000 | 100110 |
Color Harmonies of #6513AD
Complementary color
Monochromatic Colors of #6513AD
Black with #6513AD
Text Example
Text Example
White with #6513AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6513AD; }
p { color: rgb(101,19,173); }
H1.HeaderClassName
{
color: #6513AD;
}
.AnyTagClassName
{
color: #6513AD;
}
</style>
background-color css
<style>
a { background-color: #6513AD; }
a { background-color: rgb(101,19,173); }
div.DivClassName
{
background-color: #6513AD;
}
.BgClassName
{
background-color: #6513AD;
}
</style>
border-color css
<style>
span { border-color: #6513AD; }
span { border-color: rgb(101,19,173); }
td.TdClassName
{
border-color: #6513AD;
}
.TagClassName
{
border-color: #6513AD;
}
</style>