Shades of Han Purple #6222EE
Tints of Han Purple #6222EE
RGB
CMYK
RGB Variations
Color information
#6222EE (or 0x6222EE) is known color: Han Purple. HEX triplet: 62, 22 and EE. RGB value is (98,34,238). Sum of RGB (Red+Green+Blue) = 98+34+238=370 (49% of max value = 765). Red value is 98 (38.67% from 255 or 26.49% from 370); Green value is 34 (13.67% from 255 or 9.19% from 370); Blue value is 238 (93.36% from 255 or 64.32% from 370); Max value from RGB is 238 - color contains mainly: blue. Hex color #6222EE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6222EE is #9DDD11. Grayscale: #4B4B4B. Windows color (decimal): -10345746 or 15606370. OLE color: 15606370.
HSL color Cylindrical-coordinate representation of color #6222EE: hue angle of 258.82º degrees, saturation: 0.86, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #6222EE is Cyan = 0.59, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 98 | 34 | 238 | - |
| CMYK | 0.59 | 0.86 | 0 | 0.07 |
| HSL | 258.82º | 0.86% | 0.53% | - |
| HSV(B) | 258.82º | 0.86% | 0.93% | - |
| XYZ | 21.04 | 9.91 | 81.69 | - |
| YUV | 76.39 | 219.2 | 143.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 34 | 238 | 0.59 | 0.86 | 0 | 0.07 | 258.82 | 0.86 | 0.53 |
| Hex | 62 | 22 | EE | 3B | 56 | 0 | 7 | 103 | 56 | 35 |
| Octal | 142 | 42 | 356 | 73 | 126 | 0 | 7 | 403 | 126 | 65 |
| Binary | 1100010 | 100010 | 11101110 | 111011 | 1010110 | 0 | 111 | 100000011 | 1010110 | 110101 |
Color Harmonies of #6222EE
Complementary color
Monochromatic Colors of #6222EE
Black with #6222EE
Text Example
Text Example
White with #6222EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6222EE; }
p { color: rgb(98,34,238); }
H1.HeaderClassName
{
color: #6222EE;
}
.AnyTagClassName
{
color: #6222EE;
}
</style>
background-color css
<style>
a { background-color: #6222EE; }
a { background-color: rgb(98,34,238); }
div.DivClassName
{
background-color: #6222EE;
}
.BgClassName
{
background-color: #6222EE;
}
</style>
border-color css
<style>
span { border-color: #6222EE; }
span { border-color: rgb(98,34,238); }
td.TdClassName
{
border-color: #6222EE;
}
.TagClassName
{
border-color: #6222EE;
}
</style>