Shades of Han Purple #6E21F6
Tints of Han Purple #6E21F6
RGB
CMYK
RGB Variations
Color information
#6E21F6 (or 0x6E21F6) is known color: Han Purple. HEX triplet: 6E, 21 and F6. RGB value is (110,33,246). Sum of RGB (Red+Green+Blue) = 110+33+246=389 (51% of max value = 765). Red value is 110 (43.36% from 255 or 28.28% from 389); Green value is 33 (13.28% from 255 or 8.48% from 389); Blue value is 246 (96.48% from 255 or 63.24% from 389); Max value from RGB is 246 - color contains mainly: blue. Hex color #6E21F6 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6E21F6 is #91DE09. Grayscale: #4F4F4F. Windows color (decimal): -9559562 or 16130414. OLE color: 16130414.
HSL color Cylindrical-coordinate representation of color #6E21F6: hue angle of 261.69º degrees, saturation: 0.92, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #6E21F6 is Cyan = 0.55, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 110 | 33 | 246 | - |
| CMYK | 0.55 | 0.87 | 0 | 0.04 |
| HSL | 261.69º | 0.92% | 0.55% | - |
| HSV(B) | 261.69º | 0.87% | 0.96% | - |
| XYZ | 23.61 | 11.06 | 88.08 | - |
| YUV | 80.31 | 221.51 | 149.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 33 | 246 | 0.55 | 0.87 | 0 | 0.04 | 261.69 | 0.92 | 0.55 |
| Hex | 6E | 21 | F6 | 37 | 57 | 0 | 4 | 106 | 5C | 37 |
| Octal | 156 | 41 | 366 | 67 | 127 | 0 | 4 | 406 | 134 | 67 |
| Binary | 1101110 | 100001 | 11110110 | 110111 | 1010111 | 0 | 100 | 100000110 | 1011100 | 110111 |
Color Harmonies of #6E21F6
Complementary color
Monochromatic Colors of #6E21F6
Black with #6E21F6
Text Example
Text Example
White with #6E21F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E21F6; }
p { color: rgb(110,33,246); }
H1.HeaderClassName
{
color: #6E21F6;
}
.AnyTagClassName
{
color: #6E21F6;
}
</style>
background-color css
<style>
a { background-color: #6E21F6; }
a { background-color: rgb(110,33,246); }
div.DivClassName
{
background-color: #6E21F6;
}
.BgClassName
{
background-color: #6E21F6;
}
</style>
border-color css
<style>
span { border-color: #6E21F6; }
span { border-color: rgb(110,33,246); }
td.TdClassName
{
border-color: #6E21F6;
}
.TagClassName
{
border-color: #6E21F6;
}
</style>