Shades of Han Purple #6831F1
Tints of Han Purple #6831F1
RGB
CMYK
RGB Variations
Color information
#6831F1 (or 0x6831F1) is known color: Han Purple. HEX triplet: 68, 31 and F1. RGB value is (104,49,241). Sum of RGB (Red+Green+Blue) = 104+49+241=394 (52% of max value = 765). Red value is 104 (41.02% from 255 or 26.40% from 394); Green value is 49 (19.53% from 255 or 12.44% from 394); Blue value is 241 (94.53% from 255 or 61.17% from 394); Max value from RGB is 241 - color contains mainly: blue. Hex color #6831F1 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6831F1 is #97CE0E. Grayscale: #565656. Windows color (decimal): -9948687 or 15806824. OLE color: 15806824.
HSL color Cylindrical-coordinate representation of color #6831F1: hue angle of 257.19º degrees, saturation: 0.87, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #6831F1 is Cyan = 0.57, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 104 | 49 | 241 | - |
| CMYK | 0.57 | 0.80 | 0 | 0.05 |
| HSL | 257.19º | 0.87% | 0.57% | - |
| HSV(B) | 257.19º | 0.8% | 0.95% | - |
| XYZ | 22.68 | 11.49 | 84.24 | - |
| YUV | 87.33 | 214.72 | 139.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 49 | 241 | 0.57 | 0.80 | 0 | 0.05 | 257.19 | 0.87 | 0.57 |
| Hex | 68 | 31 | F1 | 39 | 50 | 0 | 5 | 101 | 57 | 39 |
| Octal | 150 | 61 | 361 | 71 | 120 | 0 | 5 | 401 | 127 | 71 |
| Binary | 1101000 | 110001 | 11110001 | 111001 | 1010000 | 0 | 101 | 100000001 | 1010111 | 111001 |
Color Harmonies of #6831F1
Complementary color
Monochromatic Colors of #6831F1
Black with #6831F1
Text Example
Text Example
White with #6831F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6831F1; }
p { color: rgb(104,49,241); }
H1.HeaderClassName
{
color: #6831F1;
}
.AnyTagClassName
{
color: #6831F1;
}
</style>
background-color css
<style>
a { background-color: #6831F1; }
a { background-color: rgb(104,49,241); }
div.DivClassName
{
background-color: #6831F1;
}
.BgClassName
{
background-color: #6831F1;
}
</style>
border-color css
<style>
span { border-color: #6831F1; }
span { border-color: rgb(104,49,241); }
td.TdClassName
{
border-color: #6831F1;
}
.TagClassName
{
border-color: #6831F1;
}
</style>