Shades of Purple Heart #681BDB
Tints of Purple Heart #681BDB
RGB
CMYK
RGB Variations
Color information
#681BDB (or 0x681BDB) is known color: Purple Heart. HEX triplet: 68, 1B and DB. RGB value is (104,27,219). Sum of RGB (Red+Green+Blue) = 104+27+219=350 (46% of max value = 765). Red value is 104 (41.02% from 255 or 29.71% from 350); Green value is 27 (10.94% from 255 or 7.71% from 350); Blue value is 219 (85.94% from 255 or 62.57% from 350); Max value from RGB is 219 - color contains mainly: blue. Hex color #681BDB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #681BDB is #97E424. Grayscale: #474747. Windows color (decimal): -9954341 or 14359400. OLE color: 14359400.
HSL color Cylindrical-coordinate representation of color #681BDB: hue angle of 264.06º degrees, saturation: 0.78, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #681BDB is Cyan = 0.53, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 104 | 27 | 219 | - |
| CMYK | 0.53 | 0.88 | 0 | 0.14 |
| HSL | 264.06º | 0.78% | 0.48% | - |
| HSV(B) | 264.06º | 0.88% | 0.86% | - |
| XYZ | 18.89 | 8.84 | 67.73 | - |
| YUV | 71.91 | 211.01 | 150.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 27 | 219 | 0.53 | 0.88 | 0 | 0.14 | 264.06 | 0.78 | 0.48 |
| Hex | 68 | 1B | DB | 35 | 58 | 0 | E | 108 | 4E | 30 |
| Octal | 150 | 33 | 333 | 65 | 130 | 0 | 16 | 410 | 116 | 60 |
| Binary | 1101000 | 11011 | 11011011 | 110101 | 1011000 | 0 | 1110 | 100001000 | 1001110 | 110000 |
Color Harmonies of #681BDB
Complementary color
Monochromatic Colors of #681BDB
Black with #681BDB
Text Example
Text Example
White with #681BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #681BDB; }
p { color: rgb(104,27,219); }
H1.HeaderClassName
{
color: #681BDB;
}
.AnyTagClassName
{
color: #681BDB;
}
</style>
background-color css
<style>
a { background-color: #681BDB; }
a { background-color: rgb(104,27,219); }
div.DivClassName
{
background-color: #681BDB;
}
.BgClassName
{
background-color: #681BDB;
}
</style>
border-color css
<style>
span { border-color: #681BDB; }
span { border-color: rgb(104,27,219); }
td.TdClassName
{
border-color: #681BDB;
}
.TagClassName
{
border-color: #681BDB;
}
</style>