Shades of Han Purple #6422EF
Tints of Han Purple #6422EF
RGB
CMYK
RGB Variations
Color information
#6422EF (or 0x6422EF) is known color: Han Purple. HEX triplet: 64, 22 and EF. RGB value is (100,34,239). Sum of RGB (Red+Green+Blue) = 100+34+239=373 (49% of max value = 765). Red value is 100 (39.45% from 255 or 26.81% from 373); Green value is 34 (13.67% from 255 or 9.12% from 373); Blue value is 239 (93.75% from 255 or 64.08% from 373); Max value from RGB is 239 - color contains mainly: blue. Hex color #6422EF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6422EF is #9BDD10. Grayscale: #4C4C4C. Windows color (decimal): -10214673 or 15671908. OLE color: 15671908.
HSL color Cylindrical-coordinate representation of color #6422EF: hue angle of 259.32º 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 #6422EF is Cyan = 0.58, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 100 | 34 | 239 | - |
| CMYK | 0.58 | 0.86 | 0 | 0.06 |
| HSL | 259.32º | 0.86% | 0.54% | - |
| HSV(B) | 259.32º | 0.86% | 0.94% | - |
| XYZ | 21.41 | 10.09 | 82.48 | - |
| YUV | 77.1 | 219.37 | 144.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 34 | 239 | 0.58 | 0.86 | 0 | 0.06 | 259.32 | 0.86 | 0.54 |
| Hex | 64 | 22 | EF | 3A | 56 | 0 | 6 | 103 | 56 | 36 |
| Octal | 144 | 42 | 357 | 72 | 126 | 0 | 6 | 403 | 126 | 66 |
| Binary | 1100100 | 100010 | 11101111 | 111010 | 1010110 | 0 | 110 | 100000011 | 1010110 | 110110 |
Color Harmonies of #6422EF
Complementary color
Monochromatic Colors of #6422EF
Black with #6422EF
Text Example
Text Example
White with #6422EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6422EF; }
p { color: rgb(100,34,239); }
H1.HeaderClassName
{
color: #6422EF;
}
.AnyTagClassName
{
color: #6422EF;
}
</style>
background-color css
<style>
a { background-color: #6422EF; }
a { background-color: rgb(100,34,239); }
div.DivClassName
{
background-color: #6422EF;
}
.BgClassName
{
background-color: #6422EF;
}
</style>
border-color css
<style>
span { border-color: #6422EF; }
span { border-color: rgb(100,34,239); }
td.TdClassName
{
border-color: #6422EF;
}
.TagClassName
{
border-color: #6422EF;
}
</style>