Shades of Han Purple #6E2BFE
Tints of Han Purple #6E2BFE
RGB
CMYK
RGB Variations
Color information
#6E2BFE (or 0x6E2BFE) is known color: Han Purple. HEX triplet: 6E, 2B and FE. RGB value is (110,43,254). Sum of RGB (Red+Green+Blue) = 110+43+254=407 (53% of max value = 765). Red value is 110 (43.36% from 255 or 27.03% from 407); Green value is 43 (17.19% from 255 or 10.57% from 407); Blue value is 254 (99.61% from 255 or 62.41% from 407); Max value from RGB is 254 - color contains mainly: blue. Hex color #6E2BFE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6E2BFE is #91D401. Grayscale: #565656. Windows color (decimal): -9556994 or 16657262. OLE color: 16657262.
HSL color Cylindrical-coordinate representation of color #6E2BFE: hue angle of 259.05º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #6E2BFE is Cyan = 0.57, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 110 | 43 | 254 | - |
| CMYK | 0.57 | 0.83 | 0 | 0.00 |
| HSL | 259.05º | 0.99% | 0.58% | - |
| HSV(B) | 259.05º | 0.83% | 1% | - |
| XYZ | 25.18 | 12.2 | 94.79 | - |
| YUV | 87.09 | 222.2 | 144.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 43 | 254 | 0.57 | 0.83 | 0 | 0.00 | 259.05 | 0.99 | 0.58 |
| Hex | 6E | 2B | FE | 39 | 53 | 0 | 0 | 103 | 63 | 3A |
| Octal | 156 | 53 | 376 | 71 | 123 | 0 | 0 | 403 | 143 | 72 |
| Binary | 1101110 | 101011 | 11111110 | 111001 | 1010011 | 0 | 0 | 100000011 | 1100011 | 111010 |
Color Harmonies of #6E2BFE
Complementary color
Monochromatic Colors of #6E2BFE
Black with #6E2BFE
Text Example
Text Example
White with #6E2BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E2BFE; }
p { color: rgb(110,43,254); }
H1.HeaderClassName
{
color: #6E2BFE;
}
.AnyTagClassName
{
color: #6E2BFE;
}
</style>
background-color css
<style>
a { background-color: #6E2BFE; }
a { background-color: rgb(110,43,254); }
div.DivClassName
{
background-color: #6E2BFE;
}
.BgClassName
{
background-color: #6E2BFE;
}
</style>
border-color css
<style>
span { border-color: #6E2BFE; }
span { border-color: rgb(110,43,254); }
td.TdClassName
{
border-color: #6E2BFE;
}
.TagClassName
{
border-color: #6E2BFE;
}
</style>