Shades of Purple Heart #681ADE
Tints of Purple Heart #681ADE
RGB
CMYK
RGB Variations
Color information
#681ADE (or 0x681ADE) is known color: Purple Heart. HEX triplet: 68, 1A and DE. RGB value is (104,26,222). Sum of RGB (Red+Green+Blue) = 104+26+222=352 (46% of max value = 765). Red value is 104 (41.02% from 255 or 29.55% from 352); Green value is 26 (10.55% from 255 or 7.39% from 352); Blue value is 222 (87.11% from 255 or 63.07% from 352); Max value from RGB is 222 - color contains mainly: blue. Hex color #681ADE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #681ADE is #97E521. Grayscale: #464646. Windows color (decimal): -9954594 or 14555752. OLE color: 14555752.
HSL color Cylindrical-coordinate representation of color #681ADE: hue angle of 263.88º degrees, saturation: 0.79, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #681ADE is Cyan = 0.53, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 104 | 26 | 222 | - |
| CMYK | 0.53 | 0.88 | 0 | 0.13 |
| HSL | 263.88º | 0.79% | 0.49% | - |
| HSV(B) | 263.88º | 0.88% | 0.87% | - |
| XYZ | 19.26 | 8.96 | 69.82 | - |
| YUV | 71.67 | 212.84 | 151.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 26 | 222 | 0.53 | 0.88 | 0 | 0.13 | 263.88 | 0.79 | 0.49 |
| Hex | 68 | 1A | DE | 35 | 58 | 0 | D | 108 | 4F | 31 |
| Octal | 150 | 32 | 336 | 65 | 130 | 0 | 15 | 410 | 117 | 61 |
| Binary | 1101000 | 11010 | 11011110 | 110101 | 1011000 | 0 | 1101 | 100001000 | 1001111 | 110001 |
Color Harmonies of #681ADE
Complementary color
Monochromatic Colors of #681ADE
Black with #681ADE
Text Example
Text Example
White with #681ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #681ADE; }
p { color: rgb(104,26,222); }
H1.HeaderClassName
{
color: #681ADE;
}
.AnyTagClassName
{
color: #681ADE;
}
</style>
background-color css
<style>
a { background-color: #681ADE; }
a { background-color: rgb(104,26,222); }
div.DivClassName
{
background-color: #681ADE;
}
.BgClassName
{
background-color: #681ADE;
}
</style>
border-color css
<style>
span { border-color: #681ADE; }
span { border-color: rgb(104,26,222); }
td.TdClassName
{
border-color: #681ADE;
}
.TagClassName
{
border-color: #681ADE;
}
</style>