Shades of Han Purple #681BFC
Tints of Han Purple #681BFC
RGB
CMYK
RGB Variations
Color information
#681BFC (or 0x681BFC) is known color: Han Purple. HEX triplet: 68, 1B and FC. RGB value is (104,27,252). Sum of RGB (Red+Green+Blue) = 104+27+252=383 (50% of max value = 765). Red value is 104 (41.02% from 255 or 27.15% from 383); Green value is 27 (10.94% from 255 or 7.05% from 383); Blue value is 252 (98.83% from 255 or 65.80% from 383); Max value from RGB is 252 - color contains mainly: blue. Hex color #681BFC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #681BFC is #97E403. Grayscale: #4A4A4A. Windows color (decimal): -9954308 or 16522088. OLE color: 16522088.
HSL color Cylindrical-coordinate representation of color #681BFC: hue angle of 260.53º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #681BFC is Cyan = 0.59, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 104 | 27 | 252 | - |
| CMYK | 0.59 | 0.89 | 0 | 0.01 |
| HSL | 260.53º | 0.97% | 0.55% | - |
| HSV(B) | 260.53º | 0.89% | 0.99% | - |
| XYZ | 23.67 | 10.76 | 92.92 | - |
| YUV | 75.67 | 227.51 | 148.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 27 | 252 | 0.59 | 0.89 | 0 | 0.01 | 260.53 | 0.97 | 0.55 |
| Hex | 68 | 1B | FC | 3B | 59 | 0 | 1 | 105 | 61 | 37 |
| Octal | 150 | 33 | 374 | 73 | 131 | 0 | 1 | 405 | 141 | 67 |
| Binary | 1101000 | 11011 | 11111100 | 111011 | 1011001 | 0 | 1 | 100000101 | 1100001 | 110111 |
Color Harmonies of #681BFC
Complementary color
Monochromatic Colors of #681BFC
Black with #681BFC
Text Example
Text Example
White with #681BFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #681BFC; }
p { color: rgb(104,27,252); }
H1.HeaderClassName
{
color: #681BFC;
}
.AnyTagClassName
{
color: #681BFC;
}
</style>
background-color css
<style>
a { background-color: #681BFC; }
a { background-color: rgb(104,27,252); }
div.DivClassName
{
background-color: #681BFC;
}
.BgClassName
{
background-color: #681BFC;
}
</style>
border-color css
<style>
span { border-color: #681BFC; }
span { border-color: rgb(104,27,252); }
td.TdClassName
{
border-color: #681BFC;
}
.TagClassName
{
border-color: #681BFC;
}
</style>