Shades of Han Purple #6E1EFF
Tints of Han Purple #6E1EFF
RGB
CMYK
RGB Variations
Color information
#6E1EFF (or 0x6E1EFF) is known color: Han Purple. HEX triplet: 6E, 1E and FF. RGB value is (110,30,255). Sum of RGB (Red+Green+Blue) = 110+30+255=395 (52% of max value = 765). Red value is 110 (43.36% from 255 or 27.85% from 395); Green value is 30 (12.11% from 255 or 7.59% from 395); Blue value is 255 (100% from 255 or 64.56% from 395); Max value from RGB is 255 - color contains mainly: blue. Hex color #6E1EFF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6E1EFF is #91E100. Grayscale: #4E4E4E. Windows color (decimal): -9560321 or 16719470. OLE color: 16719470.
HSL color Cylindrical-coordinate representation of color #6E1EFF: hue angle of 261.33º 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 #6E1EFF is Cyan = 0.57, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 110 | 30 | 255 | - |
| CMYK | 0.57 | 0.88 | 0 | 0 |
| HSL | 261.33º | 1% | 0.56% | - |
| HSV(B) | 261.33º | 0.88% | 1% | - |
| XYZ | 24.94 | 11.46 | 95.51 | - |
| YUV | 79.57 | 227 | 149.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 30 | 255 | 0.57 | 0.88 | 0 | 0 | 261.33 | 1 | 0.56 |
| Hex | 6E | 1E | FF | 39 | 58 | 0 | 0 | 105 | 64 | 38 |
| Octal | 156 | 36 | 377 | 71 | 130 | 0 | 0 | 405 | 144 | 70 |
| Binary | 1101110 | 11110 | 11111111 | 111001 | 1011000 | 0 | 0 | 100000101 | 1100100 | 111000 |
Color Harmonies of #6E1EFF
Complementary color
Monochromatic Colors of #6E1EFF
Black with #6E1EFF
Text Example
Text Example
White with #6E1EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E1EFF; }
p { color: rgb(110,30,255); }
H1.HeaderClassName
{
color: #6E1EFF;
}
.AnyTagClassName
{
color: #6E1EFF;
}
</style>
background-color css
<style>
a { background-color: #6E1EFF; }
a { background-color: rgb(110,30,255); }
div.DivClassName
{
background-color: #6E1EFF;
}
.BgClassName
{
background-color: #6E1EFF;
}
</style>
border-color css
<style>
span { border-color: #6E1EFF; }
span { border-color: rgb(110,30,255); }
td.TdClassName
{
border-color: #6E1EFF;
}
.TagClassName
{
border-color: #6E1EFF;
}
</style>