Shades of Purple Heart #681FCD
Tints of Purple Heart #681FCD
RGB
CMYK
RGB Variations
Color information
#681FCD (or 0x681FCD) is known color: Purple Heart. HEX triplet: 68, 1F and CD. RGB value is (104,31,205). Sum of RGB (Red+Green+Blue) = 104+31+205=340 (45% of max value = 765). Red value is 104 (41.02% from 255 or 30.59% from 340); Green value is 31 (12.5% from 255 or 9.12% from 340); Blue value is 205 (80.47% from 255 or 60.29% from 340); Max value from RGB is 205 - color contains mainly: blue. Hex color #681FCD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #681FCD is #97E032. Grayscale: #484848. Windows color (decimal): -9953331 or 13442920. OLE color: 13442920.
HSL color Cylindrical-coordinate representation of color #681FCD: hue angle of 265.17º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #681FCD is Cyan = 0.49, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 104 | 31 | 205 | - |
| CMYK | 0.49 | 0.85 | 0 | 0.20 |
| HSL | 265.17º | 0.74% | 0.46% | - |
| HSV(B) | 265.17º | 0.85% | 0.8% | - |
| XYZ | 17.22 | 8.33 | 58.46 | - |
| YUV | 72.66 | 202.68 | 150.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 31 | 205 | 0.49 | 0.85 | 0 | 0.20 | 265.17 | 0.74 | 0.46 |
| Hex | 68 | 1F | CD | 31 | 55 | 0 | 14 | 109 | 4A | 2E |
| Octal | 150 | 37 | 315 | 61 | 125 | 0 | 24 | 411 | 112 | 56 |
| Binary | 1101000 | 11111 | 11001101 | 110001 | 1010101 | 0 | 10100 | 100001001 | 1001010 | 101110 |
Color Harmonies of #681FCD
Complementary color
Monochromatic Colors of #681FCD
Black with #681FCD
Text Example
Text Example
White with #681FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #681FCD; }
p { color: rgb(104,31,205); }
H1.HeaderClassName
{
color: #681FCD;
}
.AnyTagClassName
{
color: #681FCD;
}
</style>
background-color css
<style>
a { background-color: #681FCD; }
a { background-color: rgb(104,31,205); }
div.DivClassName
{
background-color: #681FCD;
}
.BgClassName
{
background-color: #681FCD;
}
</style>
border-color css
<style>
span { border-color: #681FCD; }
span { border-color: rgb(104,31,205); }
td.TdClassName
{
border-color: #681FCD;
}
.TagClassName
{
border-color: #681FCD;
}
</style>