Shades of Han Purple #681BFF
Tints of Han Purple #681BFF
RGB
CMYK
RGB Variations
Color information
#681BFF (or 0x681BFF) is known color: Han Purple. HEX triplet: 68, 1B and FF. RGB value is (104,27,255). Sum of RGB (Red+Green+Blue) = 104+27+255=386 (51% of max value = 765). Red value is 104 (41.02% from 255 or 26.94% from 386); Green value is 27 (10.94% from 255 or 6.99% from 386); Blue value is 255 (100% from 255 or 66.06% from 386); Max value from RGB is 255 - color contains mainly: blue. Hex color #681BFF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #681BFF is #97E400. Grayscale: #4B4B4B. Windows color (decimal): -9954305 or 16718696. OLE color: 16718696.
HSL color Cylindrical-coordinate representation of color #681BFF: hue angle of 260.26º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #681BFF is Cyan = 0.59, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 104 | 27 | 255 | - |
| CMYK | 0.59 | 0.89 | 0 | 0 |
| HSL | 260.26º | 1% | 0.55% | - |
| HSV(B) | 260.26º | 0.89% | 1% | - |
| XYZ | 24.15 | 10.95 | 95.45 | - |
| YUV | 76.02 | 229.01 | 147.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 27 | 255 | 0.59 | 0.89 | 0 | 0 | 260.26 | 1 | 0.55 |
| Hex | 68 | 1B | FF | 3B | 59 | 0 | 0 | 104 | 64 | 37 |
| Octal | 150 | 33 | 377 | 73 | 131 | 0 | 0 | 404 | 144 | 67 |
| Binary | 1101000 | 11011 | 11111111 | 111011 | 1011001 | 0 | 0 | 100000100 | 1100100 | 110111 |
Color Harmonies of #681BFF
Complementary color
Monochromatic Colors of #681BFF
Black with #681BFF
Text Example
Text Example
White with #681BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #681BFF; }
p { color: rgb(104,27,255); }
H1.HeaderClassName
{
color: #681BFF;
}
.AnyTagClassName
{
color: #681BFF;
}
</style>
background-color css
<style>
a { background-color: #681BFF; }
a { background-color: rgb(104,27,255); }
div.DivClassName
{
background-color: #681BFF;
}
.BgClassName
{
background-color: #681BFF;
}
</style>
border-color css
<style>
span { border-color: #681BFF; }
span { border-color: rgb(104,27,255); }
td.TdClassName
{
border-color: #681BFF;
}
.TagClassName
{
border-color: #681BFF;
}
</style>