Shades of Purple Heart #681DDB
Tints of Purple Heart #681DDB
RGB
CMYK
RGB Variations
Color information
#681DDB (or 0x681DDB) is known color: Purple Heart. HEX triplet: 68, 1D and DB. RGB value is (104,29,219). Sum of RGB (Red+Green+Blue) = 104+29+219=352 (46% of max value = 765). Red value is 104 (41.02% from 255 or 29.55% from 352); Green value is 29 (11.72% from 255 or 8.24% from 352); Blue value is 219 (85.94% from 255 or 62.22% from 352); Max value from RGB is 219 - color contains mainly: blue. Hex color #681DDB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #681DDB is #97E224. Grayscale: #484848. Windows color (decimal): -9953829 or 14359912. OLE color: 14359912.
HSL color Cylindrical-coordinate representation of color #681DDB: hue angle of 263.68º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #681DDB is Cyan = 0.53, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 104 | 29 | 219 | - |
| CMYK | 0.53 | 0.87 | 0 | 0.14 |
| HSL | 263.68º | 0.77% | 0.49% | - |
| HSV(B) | 263.68º | 0.87% | 0.86% | - |
| XYZ | 18.93 | 8.94 | 67.74 | - |
| YUV | 73.09 | 210.35 | 150.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 29 | 219 | 0.53 | 0.87 | 0 | 0.14 | 263.68 | 0.77 | 0.49 |
| Hex | 68 | 1D | DB | 35 | 57 | 0 | E | 108 | 4D | 31 |
| Octal | 150 | 35 | 333 | 65 | 127 | 0 | 16 | 410 | 115 | 61 |
| Binary | 1101000 | 11101 | 11011011 | 110101 | 1010111 | 0 | 1110 | 100001000 | 1001101 | 110001 |
Color Harmonies of #681DDB
Complementary color
Monochromatic Colors of #681DDB
Black with #681DDB
Text Example
Text Example
White with #681DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #681DDB; }
p { color: rgb(104,29,219); }
H1.HeaderClassName
{
color: #681DDB;
}
.AnyTagClassName
{
color: #681DDB;
}
</style>
background-color css
<style>
a { background-color: #681DDB; }
a { background-color: rgb(104,29,219); }
div.DivClassName
{
background-color: #681DDB;
}
.BgClassName
{
background-color: #681DDB;
}
</style>
border-color css
<style>
span { border-color: #681DDB; }
span { border-color: rgb(104,29,219); }
td.TdClassName
{
border-color: #681DDB;
}
.TagClassName
{
border-color: #681DDB;
}
</style>