Shades of Purple Heart #681FD4
Tints of Purple Heart #681FD4
RGB
CMYK
RGB Variations
Color information
#681FD4 (or 0x681FD4) is known color: Purple Heart. HEX triplet: 68, 1F and D4. RGB value is (104,31,212). Sum of RGB (Red+Green+Blue) = 104+31+212=347 (45% of max value = 765). Red value is 104 (41.02% from 255 or 29.97% from 347); Green value is 31 (12.5% from 255 or 8.93% from 347); Blue value is 212 (83.20% from 255 or 61.10% from 347); Max value from RGB is 212 - color contains mainly: blue. Hex color #681FD4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #681FD4 is #97E02B. Grayscale: #484848. Windows color (decimal): -9953324 or 13901672. OLE color: 13901672.
HSL color Cylindrical-coordinate representation of color #681FD4: hue angle of 264.2º degrees, saturation: 0.74, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #681FD4 is Cyan = 0.51, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 104 | 31 | 212 | - |
| CMYK | 0.51 | 0.85 | 0 | 0.17 |
| HSL | 264.2º | 0.74% | 0.48% | - |
| HSV(B) | 264.2º | 0.85% | 0.83% | - |
| XYZ | 18.08 | 8.68 | 63.01 | - |
| YUV | 73.46 | 206.18 | 149.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 31 | 212 | 0.51 | 0.85 | 0 | 0.17 | 264.2 | 0.74 | 0.48 |
| Hex | 68 | 1F | D4 | 33 | 55 | 0 | 11 | 108 | 4A | 30 |
| Octal | 150 | 37 | 324 | 63 | 125 | 0 | 21 | 410 | 112 | 60 |
| Binary | 1101000 | 11111 | 11010100 | 110011 | 1010101 | 0 | 10001 | 100001000 | 1001010 | 110000 |
Color Harmonies of #681FD4
Complementary color
Monochromatic Colors of #681FD4
Black with #681FD4
Text Example
Text Example
White with #681FD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #681FD4; }
p { color: rgb(104,31,212); }
H1.HeaderClassName
{
color: #681FD4;
}
.AnyTagClassName
{
color: #681FD4;
}
</style>
background-color css
<style>
a { background-color: #681FD4; }
a { background-color: rgb(104,31,212); }
div.DivClassName
{
background-color: #681FD4;
}
.BgClassName
{
background-color: #681FD4;
}
</style>
border-color css
<style>
span { border-color: #681FD4; }
span { border-color: rgb(104,31,212); }
td.TdClassName
{
border-color: #681FD4;
}
.TagClassName
{
border-color: #681FD4;
}
</style>