Shades of Han Purple #681DEC
Tints of Han Purple #681DEC
RGB
CMYK
RGB Variations
Color information
#681DEC (or 0x681DEC) is known color: Han Purple. HEX triplet: 68, 1D and EC. RGB value is (104,29,236). Sum of RGB (Red+Green+Blue) = 104+29+236=369 (48% of max value = 765). Red value is 104 (41.02% from 255 or 28.18% from 369); Green value is 29 (11.72% from 255 or 7.86% from 369); Blue value is 236 (92.58% from 255 or 63.96% from 369); Max value from RGB is 236 - color contains mainly: blue. Hex color #681DEC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #681DEC is #97E213. Grayscale: #4A4A4A. Windows color (decimal): -9953812 or 15474024. OLE color: 15474024.
HSL color Cylindrical-coordinate representation of color #681DEC: hue angle of 261.74º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #681DEC is Cyan = 0.56, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 104 | 29 | 236 | - |
| CMYK | 0.56 | 0.88 | 0 | 0.07 |
| HSL | 261.74º | 0.84% | 0.52% | - |
| HSV(B) | 261.74º | 0.88% | 0.93% | - |
| XYZ | 21.29 | 9.88 | 80.14 | - |
| YUV | 75.02 | 218.85 | 148.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 29 | 236 | 0.56 | 0.88 | 0 | 0.07 | 261.74 | 0.84 | 0.52 |
| Hex | 68 | 1D | EC | 38 | 58 | 0 | 7 | 106 | 54 | 34 |
| Octal | 150 | 35 | 354 | 70 | 130 | 0 | 7 | 406 | 124 | 64 |
| Binary | 1101000 | 11101 | 11101100 | 111000 | 1011000 | 0 | 111 | 100000110 | 1010100 | 110100 |
Color Harmonies of #681DEC
Complementary color
Monochromatic Colors of #681DEC
Black with #681DEC
Text Example
Text Example
White with #681DEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #681DEC; }
p { color: rgb(104,29,236); }
H1.HeaderClassName
{
color: #681DEC;
}
.AnyTagClassName
{
color: #681DEC;
}
</style>
background-color css
<style>
a { background-color: #681DEC; }
a { background-color: rgb(104,29,236); }
div.DivClassName
{
background-color: #681DEC;
}
.BgClassName
{
background-color: #681DEC;
}
</style>
border-color css
<style>
span { border-color: #681DEC; }
span { border-color: rgb(104,29,236); }
td.TdClassName
{
border-color: #681DEC;
}
.TagClassName
{
border-color: #681DEC;
}
</style>