Shades of Han Purple #6E1FFF
Tints of Han Purple #6E1FFF
RGB
CMYK
RGB Variations
Color information
#6E1FFF (or 0x6E1FFF) is known color: Han Purple. HEX triplet: 6E, 1F and FF. RGB value is (110,31,255). Sum of RGB (Red+Green+Blue) = 110+31+255=396 (52% of max value = 765). Red value is 110 (43.36% from 255 or 27.78% from 396); Green value is 31 (12.5% from 255 or 7.83% from 396); Blue value is 255 (100% from 255 or 64.39% from 396); Max value from RGB is 255 - color contains mainly: blue. Hex color #6E1FFF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6E1FFF is #91E000. Grayscale: #4F4F4F. Windows color (decimal): -9560065 or 16719726. OLE color: 16719726.
HSL color Cylindrical-coordinate representation of color #6E1FFF: hue angle of 261.16º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #6E1FFF is Cyan = 0.57, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 110 | 31 | 255 | - |
| CMYK | 0.57 | 0.88 | 0 | 0 |
| HSL | 261.16º | 1% | 0.56% | - |
| HSV(B) | 261.16º | 0.88% | 1% | - |
| XYZ | 24.97 | 11.51 | 95.51 | - |
| YUV | 80.16 | 226.67 | 149.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 31 | 255 | 0.57 | 0.88 | 0 | 0 | 261.16 | 1 | 0.56 |
| Hex | 6E | 1F | FF | 39 | 58 | 0 | 0 | 105 | 64 | 38 |
| Octal | 156 | 37 | 377 | 71 | 130 | 0 | 0 | 405 | 144 | 70 |
| Binary | 1101110 | 11111 | 11111111 | 111001 | 1011000 | 0 | 0 | 100000101 | 1100100 | 111000 |
Color Harmonies of #6E1FFF
Complementary color
Monochromatic Colors of #6E1FFF
Black with #6E1FFF
Text Example
Text Example
White with #6E1FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E1FFF; }
p { color: rgb(110,31,255); }
H1.HeaderClassName
{
color: #6E1FFF;
}
.AnyTagClassName
{
color: #6E1FFF;
}
</style>
background-color css
<style>
a { background-color: #6E1FFF; }
a { background-color: rgb(110,31,255); }
div.DivClassName
{
background-color: #6E1FFF;
}
.BgClassName
{
background-color: #6E1FFF;
}
</style>
border-color css
<style>
span { border-color: #6E1FFF; }
span { border-color: rgb(110,31,255); }
td.TdClassName
{
border-color: #6E1FFF;
}
.TagClassName
{
border-color: #6E1FFF;
}
</style>