Shades of Han Purple #6E2BFF
Tints of Han Purple #6E2BFF
RGB
CMYK
RGB Variations
Color information
#6E2BFF (or 0x6E2BFF) is known color: Han Purple. HEX triplet: 6E, 2B and FF. RGB value is (110,43,255). Sum of RGB (Red+Green+Blue) = 110+43+255=408 (54% of max value = 765). Red value is 110 (43.36% from 255 or 26.96% from 408); Green value is 43 (17.19% from 255 or 10.54% from 408); Blue value is 255 (100% from 255 or 62.5% from 408); Max value from RGB is 255 - color contains mainly: blue. Hex color #6E2BFF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6E2BFF is #91D400. Grayscale: #565656. Windows color (decimal): -9556993 or 16722798. OLE color: 16722798.
HSL color Cylindrical-coordinate representation of color #6E2BFF: hue angle of 258.96º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #6E2BFF is Cyan = 0.57, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 110 | 43 | 255 | - |
| CMYK | 0.57 | 0.83 | 0 | 0 |
| HSL | 258.96º | 1% | 0.58% | - |
| HSV(B) | 258.96º | 0.83% | 1% | - |
| XYZ | 25.34 | 12.26 | 95.64 | - |
| YUV | 87.2 | 222.7 | 144.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 43 | 255 | 0.57 | 0.83 | 0 | 0 | 258.96 | 1 | 0.58 |
| Hex | 6E | 2B | FF | 39 | 53 | 0 | 0 | 103 | 64 | 3A |
| Octal | 156 | 53 | 377 | 71 | 123 | 0 | 0 | 403 | 144 | 72 |
| Binary | 1101110 | 101011 | 11111111 | 111001 | 1010011 | 0 | 0 | 100000011 | 1100100 | 111010 |
Color Harmonies of #6E2BFF
Complementary color
Monochromatic Colors of #6E2BFF
Black with #6E2BFF
Text Example
Text Example
White with #6E2BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E2BFF; }
p { color: rgb(110,43,255); }
H1.HeaderClassName
{
color: #6E2BFF;
}
.AnyTagClassName
{
color: #6E2BFF;
}
</style>
background-color css
<style>
a { background-color: #6E2BFF; }
a { background-color: rgb(110,43,255); }
div.DivClassName
{
background-color: #6E2BFF;
}
.BgClassName
{
background-color: #6E2BFF;
}
</style>
border-color css
<style>
span { border-color: #6E2BFF; }
span { border-color: rgb(110,43,255); }
td.TdClassName
{
border-color: #6E2BFF;
}
.TagClassName
{
border-color: #6E2BFF;
}
</style>