Shades of Han Purple #6A22EF
Tints of Han Purple #6A22EF
RGB
CMYK
RGB Variations
Color information
#6A22EF (or 0x6A22EF) is known color: Han Purple. HEX triplet: 6A, 22 and EF. RGB value is (106,34,239). Sum of RGB (Red+Green+Blue) = 106+34+239=379 (50% of max value = 765). Red value is 106 (41.80% from 255 or 27.97% from 379); Green value is 34 (13.67% from 255 or 8.97% from 379); Blue value is 239 (93.75% from 255 or 63.06% from 379); Max value from RGB is 239 - color contains mainly: blue. Hex color #6A22EF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6A22EF is #95DD10. Grayscale: #4E4E4E. Windows color (decimal): -9821457 or 15671914. OLE color: 15671914.
HSL color Cylindrical-coordinate representation of color #6A22EF: hue angle of 261.07º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #6A22EF is Cyan = 0.56, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 106 | 34 | 239 | - |
| CMYK | 0.56 | 0.86 | 0 | 0.06 |
| HSL | 261.07º | 0.86% | 0.54% | - |
| HSV(B) | 261.07º | 0.86% | 0.94% | - |
| XYZ | 22.1 | 10.44 | 82.51 | - |
| YUV | 78.9 | 218.35 | 147.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 34 | 239 | 0.56 | 0.86 | 0 | 0.06 | 261.07 | 0.86 | 0.54 |
| Hex | 6A | 22 | EF | 38 | 56 | 0 | 6 | 105 | 56 | 36 |
| Octal | 152 | 42 | 357 | 70 | 126 | 0 | 6 | 405 | 126 | 66 |
| Binary | 1101010 | 100010 | 11101111 | 111000 | 1010110 | 0 | 110 | 100000101 | 1010110 | 110110 |
Color Harmonies of #6A22EF
Complementary color
Monochromatic Colors of #6A22EF
Black with #6A22EF
Text Example
Text Example
White with #6A22EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A22EF; }
p { color: rgb(106,34,239); }
H1.HeaderClassName
{
color: #6A22EF;
}
.AnyTagClassName
{
color: #6A22EF;
}
</style>
background-color css
<style>
a { background-color: #6A22EF; }
a { background-color: rgb(106,34,239); }
div.DivClassName
{
background-color: #6A22EF;
}
.BgClassName
{
background-color: #6A22EF;
}
</style>
border-color css
<style>
span { border-color: #6A22EF; }
span { border-color: rgb(106,34,239); }
td.TdClassName
{
border-color: #6A22EF;
}
.TagClassName
{
border-color: #6A22EF;
}
</style>