Shades of Han Purple #6422EB
Tints of Han Purple #6422EB
RGB
CMYK
RGB Variations
Color information
#6422EB (or 0x6422EB) is known color: Han Purple. HEX triplet: 64, 22 and EB. RGB value is (100,34,235). Sum of RGB (Red+Green+Blue) = 100+34+235=369 (48% of max value = 765). Red value is 100 (39.45% from 255 or 27.10% from 369); Green value is 34 (13.67% from 255 or 9.21% from 369); Blue value is 235 (92.19% from 255 or 63.69% from 369); Max value from RGB is 235 - color contains mainly: blue. Hex color #6422EB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6422EB is #9BDD14. Grayscale: #4B4B4B. Windows color (decimal): -10214677 or 15409764. OLE color: 15409764.
HSL color Cylindrical-coordinate representation of color #6422EB: hue angle of 259.7º degrees, saturation: 0.83, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #6422EB is Cyan = 0.57, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 100 | 34 | 235 | - |
| CMYK | 0.57 | 0.86 | 0 | 0.08 |
| HSL | 259.7º | 0.83% | 0.53% | - |
| HSV(B) | 259.7º | 0.86% | 0.92% | - |
| XYZ | 20.82 | 9.85 | 79.4 | - |
| YUV | 76.65 | 217.37 | 144.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 34 | 235 | 0.57 | 0.86 | 0 | 0.08 | 259.7 | 0.83 | 0.53 |
| Hex | 64 | 22 | EB | 39 | 56 | 0 | 8 | 104 | 53 | 35 |
| Octal | 144 | 42 | 353 | 71 | 126 | 0 | 10 | 404 | 123 | 65 |
| Binary | 1100100 | 100010 | 11101011 | 111001 | 1010110 | 0 | 1000 | 100000100 | 1010011 | 110101 |
Color Harmonies of #6422EB
Complementary color
Monochromatic Colors of #6422EB
Black with #6422EB
Text Example
Text Example
White with #6422EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6422EB; }
p { color: rgb(100,34,235); }
H1.HeaderClassName
{
color: #6422EB;
}
.AnyTagClassName
{
color: #6422EB;
}
</style>
background-color css
<style>
a { background-color: #6422EB; }
a { background-color: rgb(100,34,235); }
div.DivClassName
{
background-color: #6422EB;
}
.BgClassName
{
background-color: #6422EB;
}
</style>
border-color css
<style>
span { border-color: #6422EB; }
span { border-color: rgb(100,34,235); }
td.TdClassName
{
border-color: #6422EB;
}
.TagClassName
{
border-color: #6422EB;
}
</style>