Shades of Han Purple #681FE2
Tints of Han Purple #681FE2
RGB
CMYK
RGB Variations
Color information
#681FE2 (or 0x681FE2) is known color: Han Purple. HEX triplet: 68, 1F and E2. RGB value is (104,31,226). Sum of RGB (Red+Green+Blue) = 104+31+226=361 (47% of max value = 765). Red value is 104 (41.02% from 255 or 28.81% from 361); Green value is 31 (12.5% from 255 or 8.59% from 361); Blue value is 226 (88.67% from 255 or 62.60% from 361); Max value from RGB is 226 - color contains mainly: blue. Hex color #681FE2 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #681FE2 is #97E01D. Grayscale: #4A4A4A. Windows color (decimal): -9953310 or 14819176. OLE color: 14819176.
HSL color Cylindrical-coordinate representation of color #681FE2: hue angle of 262.46º degrees, saturation: 0.77, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #681FE2 is Cyan = 0.54, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 104 | 31 | 226 | - |
| CMYK | 0.54 | 0.86 | 0 | 0.11 |
| HSL | 262.46º | 0.77% | 0.5% | - |
| HSV(B) | 262.46º | 0.86% | 0.89% | - |
| XYZ | 19.93 | 9.41 | 72.72 | - |
| YUV | 75.06 | 213.18 | 148.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 31 | 226 | 0.54 | 0.86 | 0 | 0.11 | 262.46 | 0.77 | 0.5 |
| Hex | 68 | 1F | E2 | 36 | 56 | 0 | B | 106 | 4D | 32 |
| Octal | 150 | 37 | 342 | 66 | 126 | 0 | 13 | 406 | 115 | 62 |
| Binary | 1101000 | 11111 | 11100010 | 110110 | 1010110 | 0 | 1011 | 100000110 | 1001101 | 110010 |
Color Harmonies of #681FE2
Complementary color
Monochromatic Colors of #681FE2
Black with #681FE2
Text Example
Text Example
White with #681FE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #681FE2; }
p { color: rgb(104,31,226); }
H1.HeaderClassName
{
color: #681FE2;
}
.AnyTagClassName
{
color: #681FE2;
}
</style>
background-color css
<style>
a { background-color: #681FE2; }
a { background-color: rgb(104,31,226); }
div.DivClassName
{
background-color: #681FE2;
}
.BgClassName
{
background-color: #681FE2;
}
</style>
border-color css
<style>
span { border-color: #681FE2; }
span { border-color: rgb(104,31,226); }
td.TdClassName
{
border-color: #681FE2;
}
.TagClassName
{
border-color: #681FE2;
}
</style>