Shades of Han Purple #681CFE
Tints of Han Purple #681CFE
RGB
CMYK
RGB Variations
Color information
#681CFE (or 0x681CFE) is known color: Han Purple. HEX triplet: 68, 1C and FE. RGB value is (104,28,254). Sum of RGB (Red+Green+Blue) = 104+28+254=386 (51% of max value = 765). Red value is 104 (41.02% from 255 or 26.94% from 386); Green value is 28 (11.33% from 255 or 7.25% from 386); Blue value is 254 (99.61% from 255 or 65.80% from 386); Max value from RGB is 254 - color contains mainly: blue. Hex color #681CFE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #681CFE is #97E301. Grayscale: #4B4B4B. Windows color (decimal): -9954050 or 16653416. OLE color: 16653416.
HSL color Cylindrical-coordinate representation of color #681CFE: hue angle of 260.18º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #681CFE is Cyan = 0.59, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 104 | 28 | 254 | - |
| CMYK | 0.59 | 0.89 | 0 | 0.00 |
| HSL | 260.18º | 0.99% | 0.55% | - |
| HSV(B) | 260.18º | 0.89% | 1% | - |
| XYZ | 24.01 | 10.93 | 94.61 | - |
| YUV | 76.49 | 228.18 | 147.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 28 | 254 | 0.59 | 0.89 | 0 | 0.00 | 260.18 | 0.99 | 0.55 |
| Hex | 68 | 1C | FE | 3B | 59 | 0 | 0 | 104 | 63 | 37 |
| Octal | 150 | 34 | 376 | 73 | 131 | 0 | 0 | 404 | 143 | 67 |
| Binary | 1101000 | 11100 | 11111110 | 111011 | 1011001 | 0 | 0 | 100000100 | 1100011 | 110111 |
Color Harmonies of #681CFE
Complementary color
Monochromatic Colors of #681CFE
Black with #681CFE
Text Example
Text Example
White with #681CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #681CFE; }
p { color: rgb(104,28,254); }
H1.HeaderClassName
{
color: #681CFE;
}
.AnyTagClassName
{
color: #681CFE;
}
</style>
background-color css
<style>
a { background-color: #681CFE; }
a { background-color: rgb(104,28,254); }
div.DivClassName
{
background-color: #681CFE;
}
.BgClassName
{
background-color: #681CFE;
}
</style>
border-color css
<style>
span { border-color: #681CFE; }
span { border-color: rgb(104,28,254); }
td.TdClassName
{
border-color: #681CFE;
}
.TagClassName
{
border-color: #681CFE;
}
</style>