Shades of Han Purple #6222FE
Tints of Han Purple #6222FE
RGB
CMYK
RGB Variations
Color information
#6222FE (or 0x6222FE) is known color: Han Purple. HEX triplet: 62, 22 and FE. RGB value is (98,34,254). Sum of RGB (Red+Green+Blue) = 98+34+254=386 (51% of max value = 765). Red value is 98 (38.67% from 255 or 25.39% from 386); Green value is 34 (13.67% from 255 or 8.81% from 386); Blue value is 254 (99.61% from 255 or 65.80% from 386); Max value from RGB is 254 - color contains mainly: blue. Hex color #6222FE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6222FE is #9DDD01. Grayscale: #4D4D4D. Windows color (decimal): -10345730 or 16654946. OLE color: 16654946.
HSL color Cylindrical-coordinate representation of color #6222FE: hue angle of 257.45º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #6222FE is Cyan = 0.61, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 98 | 34 | 254 | - |
| CMYK | 0.61 | 0.87 | 0 | 0.00 |
| HSL | 257.45º | 0.99% | 0.56% | - |
| HSV(B) | 257.45º | 0.87% | 1% | - |
| XYZ | 23.5 | 10.9 | 94.63 | - |
| YUV | 78.22 | 227.2 | 142.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 34 | 254 | 0.61 | 0.87 | 0 | 0.00 | 257.45 | 0.99 | 0.56 |
| Hex | 62 | 22 | FE | 3D | 57 | 0 | 0 | 101 | 63 | 38 |
| Octal | 142 | 42 | 376 | 75 | 127 | 0 | 0 | 401 | 143 | 70 |
| Binary | 1100010 | 100010 | 11111110 | 111101 | 1010111 | 0 | 0 | 100000001 | 1100011 | 111000 |
Color Harmonies of #6222FE
Complementary color
Monochromatic Colors of #6222FE
Black with #6222FE
Text Example
Text Example
White with #6222FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6222FE; }
p { color: rgb(98,34,254); }
H1.HeaderClassName
{
color: #6222FE;
}
.AnyTagClassName
{
color: #6222FE;
}
</style>
background-color css
<style>
a { background-color: #6222FE; }
a { background-color: rgb(98,34,254); }
div.DivClassName
{
background-color: #6222FE;
}
.BgClassName
{
background-color: #6222FE;
}
</style>
border-color css
<style>
span { border-color: #6222FE; }
span { border-color: rgb(98,34,254); }
td.TdClassName
{
border-color: #6222FE;
}
.TagClassName
{
border-color: #6222FE;
}
</style>