Shades of Han Purple #681CF7
Tints of Han Purple #681CF7
RGB
CMYK
RGB Variations
Color information
#681CF7 (or 0x681CF7) is known color: Han Purple. HEX triplet: 68, 1C and F7. RGB value is (104,28,247). Sum of RGB (Red+Green+Blue) = 104+28+247=379 (50% of max value = 765). Red value is 104 (41.02% from 255 or 27.44% from 379); Green value is 28 (11.33% from 255 or 7.39% from 379); Blue value is 247 (96.88% from 255 or 65.17% from 379); Max value from RGB is 247 - color contains mainly: blue. Hex color #681CF7 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #681CF7 is #97E308. Grayscale: #4A4A4A. Windows color (decimal): -9954057 or 16194664. OLE color: 16194664.
HSL color Cylindrical-coordinate representation of color #681CF7: hue angle of 260.82º degrees, saturation: 0.93, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #681CF7 is Cyan = 0.58, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 104 | 28 | 247 | - |
| CMYK | 0.58 | 0.89 | 0 | 0.03 |
| HSL | 260.82º | 0.93% | 0.54% | - |
| HSV(B) | 260.82º | 0.89% | 0.97% | - |
| XYZ | 22.91 | 10.49 | 88.81 | - |
| YUV | 75.69 | 224.68 | 148.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 28 | 247 | 0.58 | 0.89 | 0 | 0.03 | 260.82 | 0.93 | 0.54 |
| Hex | 68 | 1C | F7 | 3A | 59 | 0 | 3 | 105 | 5D | 36 |
| Octal | 150 | 34 | 367 | 72 | 131 | 0 | 3 | 405 | 135 | 66 |
| Binary | 1101000 | 11100 | 11110111 | 111010 | 1011001 | 0 | 11 | 100000101 | 1011101 | 110110 |
Color Harmonies of #681CF7
Complementary color
Monochromatic Colors of #681CF7
Black with #681CF7
Text Example
Text Example
White with #681CF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #681CF7; }
p { color: rgb(104,28,247); }
H1.HeaderClassName
{
color: #681CF7;
}
.AnyTagClassName
{
color: #681CF7;
}
</style>
background-color css
<style>
a { background-color: #681CF7; }
a { background-color: rgb(104,28,247); }
div.DivClassName
{
background-color: #681CF7;
}
.BgClassName
{
background-color: #681CF7;
}
</style>
border-color css
<style>
span { border-color: #681CF7; }
span { border-color: rgb(104,28,247); }
td.TdClassName
{
border-color: #681CF7;
}
.TagClassName
{
border-color: #681CF7;
}
</style>