Shades of Purple Heart #6518DB
Tints of Purple Heart #6518DB
RGB
CMYK
RGB Variations
Color information
#6518DB (or 0x6518DB) is known color: Purple Heart. HEX triplet: 65, 18 and DB. RGB value is (101,24,219). Sum of RGB (Red+Green+Blue) = 101+24+219=344 (45% of max value = 765). Red value is 101 (39.84% from 255 or 29.36% from 344); Green value is 24 (9.77% from 255 or 6.98% from 344); Blue value is 219 (85.94% from 255 or 63.66% from 344); Max value from RGB is 219 - color contains mainly: blue. Hex color #6518DB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6518DB is #9AE724. Grayscale: #444444. Windows color (decimal): -10151717 or 14358629. OLE color: 14358629.
HSL color Cylindrical-coordinate representation of color #6518DB: hue angle of 263.69º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #6518DB is Cyan = 0.54, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 101 | 24 | 219 | - |
| CMYK | 0.54 | 0.89 | 0 | 0.14 |
| HSL | 263.69º | 0.8% | 0.48% | - |
| HSV(B) | 263.69º | 0.89% | 0.86% | - |
| XYZ | 18.48 | 8.53 | 67.69 | - |
| YUV | 69.25 | 212.51 | 150.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 24 | 219 | 0.54 | 0.89 | 0 | 0.14 | 263.69 | 0.8 | 0.48 |
| Hex | 65 | 18 | DB | 36 | 59 | 0 | E | 108 | 50 | 30 |
| Octal | 145 | 30 | 333 | 66 | 131 | 0 | 16 | 410 | 120 | 60 |
| Binary | 1100101 | 11000 | 11011011 | 110110 | 1011001 | 0 | 1110 | 100001000 | 1010000 | 110000 |
Color Harmonies of #6518DB
Complementary color
Monochromatic Colors of #6518DB
Black with #6518DB
Text Example
Text Example
White with #6518DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6518DB; }
p { color: rgb(101,24,219); }
H1.HeaderClassName
{
color: #6518DB;
}
.AnyTagClassName
{
color: #6518DB;
}
</style>
background-color css
<style>
a { background-color: #6518DB; }
a { background-color: rgb(101,24,219); }
div.DivClassName
{
background-color: #6518DB;
}
.BgClassName
{
background-color: #6518DB;
}
</style>
border-color css
<style>
span { border-color: #6518DB; }
span { border-color: rgb(101,24,219); }
td.TdClassName
{
border-color: #6518DB;
}
.TagClassName
{
border-color: #6518DB;
}
</style>