Shades of Purple Heart #681BD6
Tints of Purple Heart #681BD6
RGB
CMYK
RGB Variations
Color information
#681BD6 (or 0x681BD6) is known color: Purple Heart. HEX triplet: 68, 1B and D6. RGB value is (104,27,214). Sum of RGB (Red+Green+Blue) = 104+27+214=345 (45% of max value = 765). Red value is 104 (41.02% from 255 or 30.14% from 345); Green value is 27 (10.94% from 255 or 7.83% from 345); Blue value is 214 (83.98% from 255 or 62.03% from 345); Max value from RGB is 214 - color contains mainly: blue. Hex color #681BD6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #681BD6 is #97E429. Grayscale: #464646. Windows color (decimal): -9954346 or 14031720. OLE color: 14031720.
HSL color Cylindrical-coordinate representation of color #681BD6: hue angle of 264.71º degrees, saturation: 0.78, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #681BD6 is Cyan = 0.51, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 104 | 27 | 214 | - |
| CMYK | 0.51 | 0.87 | 0 | 0.16 |
| HSL | 264.71º | 0.78% | 0.47% | - |
| HSV(B) | 264.71º | 0.87% | 0.84% | - |
| XYZ | 18.24 | 8.58 | 64.31 | - |
| YUV | 71.34 | 208.51 | 151.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 27 | 214 | 0.51 | 0.87 | 0 | 0.16 | 264.71 | 0.78 | 0.47 |
| Hex | 68 | 1B | D6 | 33 | 57 | 0 | 10 | 109 | 4E | 2F |
| Octal | 150 | 33 | 326 | 63 | 127 | 0 | 20 | 411 | 116 | 57 |
| Binary | 1101000 | 11011 | 11010110 | 110011 | 1010111 | 0 | 10000 | 100001001 | 1001110 | 101111 |
Color Harmonies of #681BD6
Complementary color
Monochromatic Colors of #681BD6
Black with #681BD6
Text Example
Text Example
White with #681BD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #681BD6; }
p { color: rgb(104,27,214); }
H1.HeaderClassName
{
color: #681BD6;
}
.AnyTagClassName
{
color: #681BD6;
}
</style>
background-color css
<style>
a { background-color: #681BD6; }
a { background-color: rgb(104,27,214); }
div.DivClassName
{
background-color: #681BD6;
}
.BgClassName
{
background-color: #681BD6;
}
</style>
border-color css
<style>
span { border-color: #681BD6; }
span { border-color: rgb(104,27,214); }
td.TdClassName
{
border-color: #681BD6;
}
.TagClassName
{
border-color: #681BD6;
}
</style>