Shades of Han Purple #681CFA
Tints of Han Purple #681CFA
RGB
CMYK
RGB Variations
Color information
#681CFA (or 0x681CFA) is known color: Han Purple. HEX triplet: 68, 1C and FA. RGB value is (104,28,250). Sum of RGB (Red+Green+Blue) = 104+28+250=382 (50% of max value = 765). Red value is 104 (41.02% from 255 or 27.23% from 382); Green value is 28 (11.33% from 255 or 7.33% from 382); Blue value is 250 (98.05% from 255 or 65.45% from 382); Max value from RGB is 250 - color contains mainly: blue. Hex color #681CFA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #681CFA is #97E305. Grayscale: #4B4B4B. Windows color (decimal): -9954054 or 16391272. OLE color: 16391272.
HSL color Cylindrical-coordinate representation of color #681CFA: hue angle of 260.54º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #681CFA is Cyan = 0.58, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 104 | 28 | 250 | - |
| CMYK | 0.58 | 0.89 | 0 | 0.02 |
| HSL | 260.54º | 0.96% | 0.55% | - |
| HSV(B) | 260.54º | 0.89% | 0.98% | - |
| XYZ | 23.38 | 10.68 | 91.27 | - |
| YUV | 76.03 | 226.18 | 147.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 28 | 250 | 0.58 | 0.89 | 0 | 0.02 | 260.54 | 0.96 | 0.55 |
| Hex | 68 | 1C | FA | 3A | 59 | 0 | 2 | 105 | 60 | 37 |
| Octal | 150 | 34 | 372 | 72 | 131 | 0 | 2 | 405 | 140 | 67 |
| Binary | 1101000 | 11100 | 11111010 | 111010 | 1011001 | 0 | 10 | 100000101 | 1100000 | 110111 |
Color Harmonies of #681CFA
Complementary color
Monochromatic Colors of #681CFA
Black with #681CFA
Text Example
Text Example
White with #681CFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #681CFA; }
p { color: rgb(104,28,250); }
H1.HeaderClassName
{
color: #681CFA;
}
.AnyTagClassName
{
color: #681CFA;
}
</style>
background-color css
<style>
a { background-color: #681CFA; }
a { background-color: rgb(104,28,250); }
div.DivClassName
{
background-color: #681CFA;
}
.BgClassName
{
background-color: #681CFA;
}
</style>
border-color css
<style>
span { border-color: #681CFA; }
span { border-color: rgb(104,28,250); }
td.TdClassName
{
border-color: #681CFA;
}
.TagClassName
{
border-color: #681CFA;
}
</style>