Shades of Han Purple #6E2AFF
Tints of Han Purple #6E2AFF
RGB
CMYK
RGB Variations
Color information
#6E2AFF (or 0x6E2AFF) is known color: Han Purple. HEX triplet: 6E, 2A and FF. RGB value is (110,42,255). Sum of RGB (Red+Green+Blue) = 110+42+255=407 (53% of max value = 765). Red value is 110 (43.36% from 255 or 27.03% from 407); Green value is 42 (16.80% from 255 or 10.32% from 407); Blue value is 255 (100% from 255 or 62.65% from 407); Max value from RGB is 255 - color contains mainly: blue. Hex color #6E2AFF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6E2AFF is #91D500. Grayscale: #555555. Windows color (decimal): -9557249 or 16722542. OLE color: 16722542.
HSL color Cylindrical-coordinate representation of color #6E2AFF: hue angle of 259.15º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #6E2AFF is Cyan = 0.57, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 110 | 42 | 255 | - |
| CMYK | 0.57 | 0.84 | 0 | 0 |
| HSL | 259.15º | 1% | 0.58% | - |
| HSV(B) | 259.15º | 0.84% | 1% | - |
| XYZ | 25.31 | 12.19 | 95.63 | - |
| YUV | 86.61 | 223.03 | 144.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 42 | 255 | 0.57 | 0.84 | 0 | 0 | 259.15 | 1 | 0.58 |
| Hex | 6E | 2A | FF | 39 | 54 | 0 | 0 | 103 | 64 | 3A |
| Octal | 156 | 52 | 377 | 71 | 124 | 0 | 0 | 403 | 144 | 72 |
| Binary | 1101110 | 101010 | 11111111 | 111001 | 1010100 | 0 | 0 | 100000011 | 1100100 | 111010 |
Color Harmonies of #6E2AFF
Complementary color
Monochromatic Colors of #6E2AFF
Black with #6E2AFF
Text Example
Text Example
White with #6E2AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E2AFF; }
p { color: rgb(110,42,255); }
H1.HeaderClassName
{
color: #6E2AFF;
}
.AnyTagClassName
{
color: #6E2AFF;
}
</style>
background-color css
<style>
a { background-color: #6E2AFF; }
a { background-color: rgb(110,42,255); }
div.DivClassName
{
background-color: #6E2AFF;
}
.BgClassName
{
background-color: #6E2AFF;
}
</style>
border-color css
<style>
span { border-color: #6E2AFF; }
span { border-color: rgb(110,42,255); }
td.TdClassName
{
border-color: #6E2AFF;
}
.TagClassName
{
border-color: #6E2AFF;
}
</style>