Shades of Han Purple #681DFC
Tints of Han Purple #681DFC
RGB
CMYK
RGB Variations
Color information
#681DFC (or 0x681DFC) is known color: Han Purple. HEX triplet: 68, 1D and FC. RGB value is (104,29,252). Sum of RGB (Red+Green+Blue) = 104+29+252=385 (50% of max value = 765). Red value is 104 (41.02% from 255 or 27.01% from 385); Green value is 29 (11.72% from 255 or 7.53% from 385); Blue value is 252 (98.83% from 255 or 65.45% from 385); Max value from RGB is 252 - color contains mainly: blue. Hex color #681DFC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #681DFC is #97E203. Grayscale: #4C4C4C. Windows color (decimal): -9953796 or 16522600. OLE color: 16522600.
HSL color Cylindrical-coordinate representation of color #681DFC: hue angle of 260.18º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #681DFC is Cyan = 0.59, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 104 | 29 | 252 | - |
| CMYK | 0.59 | 0.88 | 0 | 0.01 |
| HSL | 260.18º | 0.97% | 0.55% | - |
| HSV(B) | 260.18º | 0.88% | 0.99% | - |
| XYZ | 23.72 | 10.85 | 92.94 | - |
| YUV | 76.85 | 226.85 | 147.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 29 | 252 | 0.59 | 0.88 | 0 | 0.01 | 260.18 | 0.97 | 0.55 |
| Hex | 68 | 1D | FC | 3B | 58 | 0 | 1 | 104 | 61 | 37 |
| Octal | 150 | 35 | 374 | 73 | 130 | 0 | 1 | 404 | 141 | 67 |
| Binary | 1101000 | 11101 | 11111100 | 111011 | 1011000 | 0 | 1 | 100000100 | 1100001 | 110111 |
Color Harmonies of #681DFC
Complementary color
Monochromatic Colors of #681DFC
Black with #681DFC
Text Example
Text Example
White with #681DFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #681DFC; }
p { color: rgb(104,29,252); }
H1.HeaderClassName
{
color: #681DFC;
}
.AnyTagClassName
{
color: #681DFC;
}
</style>
background-color css
<style>
a { background-color: #681DFC; }
a { background-color: rgb(104,29,252); }
div.DivClassName
{
background-color: #681DFC;
}
.BgClassName
{
background-color: #681DFC;
}
</style>
border-color css
<style>
span { border-color: #681DFC; }
span { border-color: rgb(104,29,252); }
td.TdClassName
{
border-color: #681DFC;
}
.TagClassName
{
border-color: #681DFC;
}
</style>