Shades of Han Purple #681BF5
Tints of Han Purple #681BF5
RGB
CMYK
RGB Variations
Color information
#681BF5 (or 0x681BF5) is known color: Han Purple. HEX triplet: 68, 1B and F5. RGB value is (104,27,245). Sum of RGB (Red+Green+Blue) = 104+27+245=376 (49% of max value = 765). Red value is 104 (41.02% from 255 or 27.66% from 376); Green value is 27 (10.94% from 255 or 7.18% from 376); Blue value is 245 (96.09% from 255 or 65.16% from 376); Max value from RGB is 245 - color contains mainly: blue. Hex color #681BF5 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #681BF5 is #97E40A. Grayscale: #4A4A4A. Windows color (decimal): -9954315 or 16063336. OLE color: 16063336.
HSL color Cylindrical-coordinate representation of color #681BF5: hue angle of 261.19º degrees, saturation: 0.92, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #681BF5 is Cyan = 0.58, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 104 | 27 | 245 | - |
| CMYK | 0.58 | 0.89 | 0 | 0.04 |
| HSL | 261.19º | 0.92% | 0.53% | - |
| HSV(B) | 261.19º | 0.89% | 0.96% | - |
| XYZ | 22.58 | 10.32 | 87.19 | - |
| YUV | 74.88 | 224.01 | 148.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 27 | 245 | 0.58 | 0.89 | 0 | 0.04 | 261.19 | 0.92 | 0.53 |
| Hex | 68 | 1B | F5 | 3A | 59 | 0 | 4 | 105 | 5C | 35 |
| Octal | 150 | 33 | 365 | 72 | 131 | 0 | 4 | 405 | 134 | 65 |
| Binary | 1101000 | 11011 | 11110101 | 111010 | 1011001 | 0 | 100 | 100000101 | 1011100 | 110101 |
Color Harmonies of #681BF5
Complementary color
Monochromatic Colors of #681BF5
Black with #681BF5
Text Example
Text Example
White with #681BF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #681BF5; }
p { color: rgb(104,27,245); }
H1.HeaderClassName
{
color: #681BF5;
}
.AnyTagClassName
{
color: #681BF5;
}
</style>
background-color css
<style>
a { background-color: #681BF5; }
a { background-color: rgb(104,27,245); }
div.DivClassName
{
background-color: #681BF5;
}
.BgClassName
{
background-color: #681BF5;
}
</style>
border-color css
<style>
span { border-color: #681BF5; }
span { border-color: rgb(104,27,245); }
td.TdClassName
{
border-color: #681BF5;
}
.TagClassName
{
border-color: #681BF5;
}
</style>