Shades of Purple Heart #681BDC
Tints of Purple Heart #681BDC
RGB
CMYK
RGB Variations
Color information
#681BDC (or 0x681BDC) is known color: Purple Heart. HEX triplet: 68, 1B and DC. RGB value is (104,27,220). Sum of RGB (Red+Green+Blue) = 104+27+220=351 (46% of max value = 765). Red value is 104 (41.02% from 255 or 29.63% from 351); Green value is 27 (10.94% from 255 or 7.69% from 351); Blue value is 220 (86.33% from 255 or 62.68% from 351); Max value from RGB is 220 - color contains mainly: blue. Hex color #681BDC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #681BDC is #97E423. Grayscale: #474747. Windows color (decimal): -9954340 or 14424936. OLE color: 14424936.
HSL color Cylindrical-coordinate representation of color #681BDC: hue angle of 263.94º 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 #681BDC is Cyan = 0.53, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 104 | 27 | 220 | - |
| CMYK | 0.53 | 0.88 | 0 | 0.14 |
| HSL | 263.94º | 0.78% | 0.48% | - |
| HSV(B) | 263.94º | 0.88% | 0.86% | - |
| XYZ | 19.02 | 8.89 | 68.42 | - |
| YUV | 72.03 | 211.51 | 150.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 27 | 220 | 0.53 | 0.88 | 0 | 0.14 | 263.94 | 0.78 | 0.48 |
| Hex | 68 | 1B | DC | 35 | 58 | 0 | E | 108 | 4E | 30 |
| Octal | 150 | 33 | 334 | 65 | 130 | 0 | 16 | 410 | 116 | 60 |
| Binary | 1101000 | 11011 | 11011100 | 110101 | 1011000 | 0 | 1110 | 100001000 | 1001110 | 110000 |
Color Harmonies of #681BDC
Complementary color
Monochromatic Colors of #681BDC
Black with #681BDC
Text Example
Text Example
White with #681BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #681BDC; }
p { color: rgb(104,27,220); }
H1.HeaderClassName
{
color: #681BDC;
}
.AnyTagClassName
{
color: #681BDC;
}
</style>
background-color css
<style>
a { background-color: #681BDC; }
a { background-color: rgb(104,27,220); }
div.DivClassName
{
background-color: #681BDC;
}
.BgClassName
{
background-color: #681BDC;
}
</style>
border-color css
<style>
span { border-color: #681BDC; }
span { border-color: rgb(104,27,220); }
td.TdClassName
{
border-color: #681BDC;
}
.TagClassName
{
border-color: #681BDC;
}
</style>