Shades of Han Purple #681AFB
Tints of Han Purple #681AFB
RGB
CMYK
RGB Variations
Color information
#681AFB (or 0x681AFB) is known color: Han Purple. HEX triplet: 68, 1A and FB. RGB value is (104,26,251). Sum of RGB (Red+Green+Blue) = 104+26+251=381 (50% of max value = 765). Red value is 104 (41.02% from 255 or 27.30% from 381); Green value is 26 (10.55% from 255 or 6.82% from 381); Blue value is 251 (98.44% from 255 or 65.88% from 381); Max value from RGB is 251 - color contains mainly: blue. Hex color #681AFB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #681AFB is #97E504. Grayscale: #4A4A4A. Windows color (decimal): -9954565 or 16456296. OLE color: 16456296.
HSL color Cylindrical-coordinate representation of color #681AFB: hue angle of 260.8º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #681AFB is Cyan = 0.59, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 104 | 26 | 251 | - |
| CMYK | 0.59 | 0.90 | 0 | 0.02 |
| HSL | 260.8º | 0.97% | 0.54% | - |
| HSV(B) | 260.8º | 0.9% | 0.98% | - |
| XYZ | 23.49 | 10.65 | 92.08 | - |
| YUV | 74.97 | 227.34 | 148.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 26 | 251 | 0.59 | 0.90 | 0 | 0.02 | 260.8 | 0.97 | 0.54 |
| Hex | 68 | 1A | FB | 3B | 5A | 0 | 2 | 105 | 61 | 36 |
| Octal | 150 | 32 | 373 | 73 | 132 | 0 | 2 | 405 | 141 | 66 |
| Binary | 1101000 | 11010 | 11111011 | 111011 | 1011010 | 0 | 10 | 100000101 | 1100001 | 110110 |
Color Harmonies of #681AFB
Complementary color
Monochromatic Colors of #681AFB
Black with #681AFB
Text Example
Text Example
White with #681AFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #681AFB; }
p { color: rgb(104,26,251); }
H1.HeaderClassName
{
color: #681AFB;
}
.AnyTagClassName
{
color: #681AFB;
}
</style>
background-color css
<style>
a { background-color: #681AFB; }
a { background-color: rgb(104,26,251); }
div.DivClassName
{
background-color: #681AFB;
}
.BgClassName
{
background-color: #681AFB;
}
</style>
border-color css
<style>
span { border-color: #681AFB; }
span { border-color: rgb(104,26,251); }
td.TdClassName
{
border-color: #681AFB;
}
.TagClassName
{
border-color: #681AFB;
}
</style>