Shades of Purple Heart #6513DB
Tints of Purple Heart #6513DB
RGB
CMYK
RGB Variations
Color information
#6513DB (or 0x6513DB) is known color: Purple Heart. HEX triplet: 65, 13 and DB. RGB value is (101,19,219). Sum of RGB (Red+Green+Blue) = 101+19+219=339 (44% of max value = 765). Red value is 101 (39.84% from 255 or 29.79% from 339); Green value is 19 (7.81% from 255 or 5.60% from 339); Blue value is 219 (85.94% from 255 or 64.60% from 339); Max value from RGB is 219 - color contains mainly: blue. Hex color #6513DB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6513DB is #9AEC24. Grayscale: #414141. Windows color (decimal): -10152997 or 14357349. OLE color: 14357349.
HSL color Cylindrical-coordinate representation of color #6513DB: hue angle of 264.6º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #6513DB is Cyan = 0.54, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 101 | 19 | 219 | - |
| CMYK | 0.54 | 0.91 | 0 | 0.14 |
| HSL | 264.6º | 0.84% | 0.47% | - |
| HSV(B) | 264.6º | 0.91% | 0.86% | - |
| XYZ | 18.39 | 8.35 | 67.66 | - |
| YUV | 66.32 | 214.17 | 152.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 19 | 219 | 0.54 | 0.91 | 0 | 0.14 | 264.6 | 0.84 | 0.47 |
| Hex | 65 | 13 | DB | 36 | 5B | 0 | E | 109 | 54 | 2F |
| Octal | 145 | 23 | 333 | 66 | 133 | 0 | 16 | 411 | 124 | 57 |
| Binary | 1100101 | 10011 | 11011011 | 110110 | 1011011 | 0 | 1110 | 100001001 | 1010100 | 101111 |
Color Harmonies of #6513DB
Complementary color
Monochromatic Colors of #6513DB
Black with #6513DB
Text Example
Text Example
White with #6513DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6513DB; }
p { color: rgb(101,19,219); }
H1.HeaderClassName
{
color: #6513DB;
}
.AnyTagClassName
{
color: #6513DB;
}
</style>
background-color css
<style>
a { background-color: #6513DB; }
a { background-color: rgb(101,19,219); }
div.DivClassName
{
background-color: #6513DB;
}
.BgClassName
{
background-color: #6513DB;
}
</style>
border-color css
<style>
span { border-color: #6513DB; }
span { border-color: rgb(101,19,219); }
td.TdClassName
{
border-color: #6513DB;
}
.TagClassName
{
border-color: #6513DB;
}
</style>