Shades of Purple Heart #6814DB
Tints of Purple Heart #6814DB
RGB
CMYK
RGB Variations
Color information
#6814DB (or 0x6814DB) is known color: Purple Heart. HEX triplet: 68, 14 and DB. RGB value is (104,20,219). Sum of RGB (Red+Green+Blue) = 104+20+219=343 (45% of max value = 765). Red value is 104 (41.02% from 255 or 30.32% from 343); Green value is 20 (8.20% from 255 or 5.83% from 343); Blue value is 219 (85.94% from 255 or 63.85% from 343); Max value from RGB is 219 - color contains mainly: blue. Hex color #6814DB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6814DB is #97EB24. Grayscale: #434343. Windows color (decimal): -9956133 or 14357608. OLE color: 14357608.
HSL color Cylindrical-coordinate representation of color #6814DB: hue angle of 265.33º degrees, saturation: 0.83, 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 #6814DB is Cyan = 0.53, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 104 | 20 | 219 | - |
| CMYK | 0.53 | 0.91 | 0 | 0.14 |
| HSL | 265.33º | 0.83% | 0.47% | - |
| HSV(B) | 265.33º | 0.91% | 0.86% | - |
| XYZ | 18.75 | 8.56 | 67.68 | - |
| YUV | 67.8 | 213.33 | 153.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 20 | 219 | 0.53 | 0.91 | 0 | 0.14 | 265.33 | 0.83 | 0.47 |
| Hex | 68 | 14 | DB | 35 | 5B | 0 | E | 109 | 53 | 2F |
| Octal | 150 | 24 | 333 | 65 | 133 | 0 | 16 | 411 | 123 | 57 |
| Binary | 1101000 | 10100 | 11011011 | 110101 | 1011011 | 0 | 1110 | 100001001 | 1010011 | 101111 |
Color Harmonies of #6814DB
Complementary color
Monochromatic Colors of #6814DB
Black with #6814DB
Text Example
Text Example
White with #6814DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6814DB; }
p { color: rgb(104,20,219); }
H1.HeaderClassName
{
color: #6814DB;
}
.AnyTagClassName
{
color: #6814DB;
}
</style>
background-color css
<style>
a { background-color: #6814DB; }
a { background-color: rgb(104,20,219); }
div.DivClassName
{
background-color: #6814DB;
}
.BgClassName
{
background-color: #6814DB;
}
</style>
border-color css
<style>
span { border-color: #6814DB; }
span { border-color: rgb(104,20,219); }
td.TdClassName
{
border-color: #6814DB;
}
.TagClassName
{
border-color: #6814DB;
}
</style>