Shades of Han Purple #681DFA
Tints of Han Purple #681DFA
RGB
CMYK
RGB Variations
Color information
#681DFA (or 0x681DFA) is known color: Han Purple. HEX triplet: 68, 1D and FA. RGB value is (104,29,250). Sum of RGB (Red+Green+Blue) = 104+29+250=383 (50% of max value = 765). Red value is 104 (41.02% from 255 or 27.15% from 383); Green value is 29 (11.72% from 255 or 7.57% from 383); Blue value is 250 (98.05% from 255 or 65.27% from 383); Max value from RGB is 250 - color contains mainly: blue. Hex color #681DFA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #681DFA is #97E205. Grayscale: #4B4B4B. Windows color (decimal): -9953798 or 16391528. OLE color: 16391528.
HSL color Cylindrical-coordinate representation of color #681DFA: hue angle of 260.36º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #681DFA is Cyan = 0.58, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 104 | 29 | 250 | - |
| CMYK | 0.58 | 0.88 | 0 | 0.02 |
| HSL | 260.36º | 0.96% | 0.55% | - |
| HSV(B) | 260.36º | 0.88% | 0.98% | - |
| XYZ | 23.4 | 10.72 | 91.28 | - |
| YUV | 76.62 | 225.85 | 147.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 29 | 250 | 0.58 | 0.88 | 0 | 0.02 | 260.36 | 0.96 | 0.55 |
| Hex | 68 | 1D | FA | 3A | 58 | 0 | 2 | 104 | 60 | 37 |
| Octal | 150 | 35 | 372 | 72 | 130 | 0 | 2 | 404 | 140 | 67 |
| Binary | 1101000 | 11101 | 11111010 | 111010 | 1011000 | 0 | 10 | 100000100 | 1100000 | 110111 |
Color Harmonies of #681DFA
Complementary color
Monochromatic Colors of #681DFA
Black with #681DFA
Text Example
Text Example
White with #681DFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #681DFA; }
p { color: rgb(104,29,250); }
H1.HeaderClassName
{
color: #681DFA;
}
.AnyTagClassName
{
color: #681DFA;
}
</style>
background-color css
<style>
a { background-color: #681DFA; }
a { background-color: rgb(104,29,250); }
div.DivClassName
{
background-color: #681DFA;
}
.BgClassName
{
background-color: #681DFA;
}
</style>
border-color css
<style>
span { border-color: #681DFA; }
span { border-color: rgb(104,29,250); }
td.TdClassName
{
border-color: #681DFA;
}
.TagClassName
{
border-color: #681DFA;
}
</style>