Shades of Purple Heart #6513DA
Tints of Purple Heart #6513DA
RGB
CMYK
RGB Variations
Color information
#6513DA (or 0x6513DA) is known color: Purple Heart. HEX triplet: 65, 13 and DA. RGB value is (101,19,218). Sum of RGB (Red+Green+Blue) = 101+19+218=338 (44% of max value = 765). Red value is 101 (39.84% from 255 or 29.88% from 338); Green value is 19 (7.81% from 255 or 5.62% from 338); Blue value is 218 (85.55% from 255 or 64.50% from 338); Max value from RGB is 218 - color contains mainly: blue. Hex color #6513DA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6513DA is #9AEC25. Grayscale: #414141. Windows color (decimal): -10152998 or 14291813. OLE color: 14291813.
HSL color Cylindrical-coordinate representation of color #6513DA: hue angle of 264.72º degrees, saturation: 0.84, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #6513DA is Cyan = 0.54, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 101 | 19 | 218 | - |
| CMYK | 0.54 | 0.91 | 0 | 0.15 |
| HSL | 264.72º | 0.84% | 0.46% | - |
| HSV(B) | 264.72º | 0.91% | 0.85% | - |
| XYZ | 18.25 | 8.29 | 66.97 | - |
| YUV | 66.2 | 213.67 | 152.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 19 | 218 | 0.54 | 0.91 | 0 | 0.15 | 264.72 | 0.84 | 0.46 |
| Hex | 65 | 13 | DA | 36 | 5B | 0 | F | 109 | 54 | 2E |
| Octal | 145 | 23 | 332 | 66 | 133 | 0 | 17 | 411 | 124 | 56 |
| Binary | 1100101 | 10011 | 11011010 | 110110 | 1011011 | 0 | 1111 | 100001001 | 1010100 | 101110 |
Color Harmonies of #6513DA
Complementary color
Monochromatic Colors of #6513DA
Black with #6513DA
Text Example
Text Example
White with #6513DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6513DA; }
p { color: rgb(101,19,218); }
H1.HeaderClassName
{
color: #6513DA;
}
.AnyTagClassName
{
color: #6513DA;
}
</style>
background-color css
<style>
a { background-color: #6513DA; }
a { background-color: rgb(101,19,218); }
div.DivClassName
{
background-color: #6513DA;
}
.BgClassName
{
background-color: #6513DA;
}
</style>
border-color css
<style>
span { border-color: #6513DA; }
span { border-color: rgb(101,19,218); }
td.TdClassName
{
border-color: #6513DA;
}
.TagClassName
{
border-color: #6513DA;
}
</style>