Shades of Han Purple #6222FD
Tints of Han Purple #6222FD
RGB
CMYK
RGB Variations
Color information
#6222FD (or 0x6222FD) is known color: Han Purple. HEX triplet: 62, 22 and FD. RGB value is (98,34,253). Sum of RGB (Red+Green+Blue) = 98+34+253=385 (50% of max value = 765). Red value is 98 (38.67% from 255 or 25.45% from 385); Green value is 34 (13.67% from 255 or 8.83% from 385); Blue value is 253 (99.22% from 255 or 65.71% from 385); Max value from RGB is 253 - color contains mainly: blue. Hex color #6222FD is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6222FD is #9DDD02. Grayscale: #4D4D4D. Windows color (decimal): -10345731 or 16589410. OLE color: 16589410.
HSL color Cylindrical-coordinate representation of color #6222FD: hue angle of 257.53º degrees, saturation: 0.98, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #6222FD is Cyan = 0.61, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 98 | 34 | 253 | - |
| CMYK | 0.61 | 0.87 | 0 | 0.01 |
| HSL | 257.53º | 0.98% | 0.56% | - |
| HSV(B) | 257.53º | 0.87% | 0.99% | - |
| XYZ | 23.34 | 10.83 | 93.79 | - |
| YUV | 78.1 | 226.7 | 142.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 34 | 253 | 0.61 | 0.87 | 0 | 0.01 | 257.53 | 0.98 | 0.56 |
| Hex | 62 | 22 | FD | 3D | 57 | 0 | 1 | 102 | 62 | 38 |
| Octal | 142 | 42 | 375 | 75 | 127 | 0 | 1 | 402 | 142 | 70 |
| Binary | 1100010 | 100010 | 11111101 | 111101 | 1010111 | 0 | 1 | 100000010 | 1100010 | 111000 |
Color Harmonies of #6222FD
Complementary color
Monochromatic Colors of #6222FD
Black with #6222FD
Text Example
Text Example
White with #6222FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6222FD; }
p { color: rgb(98,34,253); }
H1.HeaderClassName
{
color: #6222FD;
}
.AnyTagClassName
{
color: #6222FD;
}
</style>
background-color css
<style>
a { background-color: #6222FD; }
a { background-color: rgb(98,34,253); }
div.DivClassName
{
background-color: #6222FD;
}
.BgClassName
{
background-color: #6222FD;
}
</style>
border-color css
<style>
span { border-color: #6222FD; }
span { border-color: rgb(98,34,253); }
td.TdClassName
{
border-color: #6222FD;
}
.TagClassName
{
border-color: #6222FD;
}
</style>