Shades of Han Purple #6221EA
Tints of Han Purple #6221EA
RGB
CMYK
RGB Variations
Color information
#6221EA (or 0x6221EA) is known color: Han Purple. HEX triplet: 62, 21 and EA. RGB value is (98,33,234). Sum of RGB (Red+Green+Blue) = 98+33+234=365 (48% of max value = 765). Red value is 98 (38.67% from 255 or 26.85% from 365); Green value is 33 (13.28% from 255 or 9.04% from 365); Blue value is 234 (91.80% from 255 or 64.11% from 365); Max value from RGB is 234 - color contains mainly: blue. Hex color #6221EA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6221EA is #9DDE15. Grayscale: #4A4A4A. Windows color (decimal): -10346006 or 15343970. OLE color: 15343970.
HSL color Cylindrical-coordinate representation of color #6221EA: hue angle of 259.4º degrees, saturation: 0.83, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #6221EA is Cyan = 0.58, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 98 | 33 | 234 | - |
| CMYK | 0.58 | 0.86 | 0 | 0.08 |
| HSL | 259.4º | 0.83% | 0.52% | - |
| HSV(B) | 259.4º | 0.86% | 0.92% | - |
| XYZ | 20.43 | 9.62 | 78.62 | - |
| YUV | 75.35 | 217.53 | 144.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 33 | 234 | 0.58 | 0.86 | 0 | 0.08 | 259.4 | 0.83 | 0.52 |
| Hex | 62 | 21 | EA | 3A | 56 | 0 | 8 | 103 | 53 | 34 |
| Octal | 142 | 41 | 352 | 72 | 126 | 0 | 10 | 403 | 123 | 64 |
| Binary | 1100010 | 100001 | 11101010 | 111010 | 1010110 | 0 | 1000 | 100000011 | 1010011 | 110100 |
Color Harmonies of #6221EA
Complementary color
Monochromatic Colors of #6221EA
Black with #6221EA
Text Example
Text Example
White with #6221EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6221EA; }
p { color: rgb(98,33,234); }
H1.HeaderClassName
{
color: #6221EA;
}
.AnyTagClassName
{
color: #6221EA;
}
</style>
background-color css
<style>
a { background-color: #6221EA; }
a { background-color: rgb(98,33,234); }
div.DivClassName
{
background-color: #6221EA;
}
.BgClassName
{
background-color: #6221EA;
}
</style>
border-color css
<style>
span { border-color: #6221EA; }
span { border-color: rgb(98,33,234); }
td.TdClassName
{
border-color: #6221EA;
}
.TagClassName
{
border-color: #6221EA;
}
</style>