Shades of Han Purple #681EF1
Tints of Han Purple #681EF1
RGB
CMYK
RGB Variations
Color information
#681EF1 (or 0x681EF1) is known color: Han Purple. HEX triplet: 68, 1E and F1. RGB value is (104,30,241). Sum of RGB (Red+Green+Blue) = 104+30+241=375 (49% of max value = 765). Red value is 104 (41.02% from 255 or 27.73% from 375); Green value is 30 (12.11% from 255 or 8% from 375); Blue value is 241 (94.53% from 255 or 64.27% from 375); Max value from RGB is 241 - color contains mainly: blue. Hex color #681EF1 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #681EF1 is #97E10E. Grayscale: #4B4B4B. Windows color (decimal): -9953551 or 15801960. OLE color: 15801960.
HSL color Cylindrical-coordinate representation of color #681EF1: hue angle of 261.04º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #681EF1 is Cyan = 0.57, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 104 | 30 | 241 | - |
| CMYK | 0.57 | 0.88 | 0 | 0.05 |
| HSL | 261.04º | 0.88% | 0.53% | - |
| HSV(B) | 261.04º | 0.88% | 0.95% | - |
| XYZ | 22.05 | 10.22 | 84.03 | - |
| YUV | 76.18 | 221.02 | 147.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 30 | 241 | 0.57 | 0.88 | 0 | 0.05 | 261.04 | 0.88 | 0.53 |
| Hex | 68 | 1E | F1 | 39 | 58 | 0 | 5 | 105 | 58 | 35 |
| Octal | 150 | 36 | 361 | 71 | 130 | 0 | 5 | 405 | 130 | 65 |
| Binary | 1101000 | 11110 | 11110001 | 111001 | 1011000 | 0 | 101 | 100000101 | 1011000 | 110101 |
Color Harmonies of #681EF1
Complementary color
Monochromatic Colors of #681EF1
Black with #681EF1
Text Example
Text Example
White with #681EF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #681EF1; }
p { color: rgb(104,30,241); }
H1.HeaderClassName
{
color: #681EF1;
}
.AnyTagClassName
{
color: #681EF1;
}
</style>
background-color css
<style>
a { background-color: #681EF1; }
a { background-color: rgb(104,30,241); }
div.DivClassName
{
background-color: #681EF1;
}
.BgClassName
{
background-color: #681EF1;
}
</style>
border-color css
<style>
span { border-color: #681EF1; }
span { border-color: rgb(104,30,241); }
td.TdClassName
{
border-color: #681EF1;
}
.TagClassName
{
border-color: #681EF1;
}
</style>