Shades of Han Purple #6221F3
Tints of Han Purple #6221F3
RGB
CMYK
RGB Variations
Color information
#6221F3 (or 0x6221F3) is known color: Han Purple. HEX triplet: 62, 21 and F3. RGB value is (98,33,243). Sum of RGB (Red+Green+Blue) = 98+33+243=374 (49% of max value = 765). Red value is 98 (38.67% from 255 or 26.20% from 374); Green value is 33 (13.28% from 255 or 8.82% from 374); Blue value is 243 (95.31% from 255 or 64.97% from 374); Max value from RGB is 243 - color contains mainly: blue. Hex color #6221F3 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6221F3 is #9DDE0C. Grayscale: #4B4B4B. Windows color (decimal): -10345997 or 15933794. OLE color: 15933794.
HSL color Cylindrical-coordinate representation of color #6221F3: hue angle of 258.57º degrees, saturation: 0.9, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #6221F3 is Cyan = 0.60, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 98 | 33 | 243 | - |
| CMYK | 0.60 | 0.86 | 0 | 0.05 |
| HSL | 258.57º | 0.9% | 0.54% | - |
| HSV(B) | 258.57º | 0.86% | 0.95% | - |
| XYZ | 21.76 | 10.16 | 85.61 | - |
| YUV | 76.38 | 222.03 | 143.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 33 | 243 | 0.60 | 0.86 | 0 | 0.05 | 258.57 | 0.9 | 0.54 |
| Hex | 62 | 21 | F3 | 3C | 56 | 0 | 5 | 103 | 5A | 36 |
| Octal | 142 | 41 | 363 | 74 | 126 | 0 | 5 | 403 | 132 | 66 |
| Binary | 1100010 | 100001 | 11110011 | 111100 | 1010110 | 0 | 101 | 100000011 | 1011010 | 110110 |
Color Harmonies of #6221F3
Complementary color
Monochromatic Colors of #6221F3
Black with #6221F3
Text Example
Text Example
White with #6221F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6221F3; }
p { color: rgb(98,33,243); }
H1.HeaderClassName
{
color: #6221F3;
}
.AnyTagClassName
{
color: #6221F3;
}
</style>
background-color css
<style>
a { background-color: #6221F3; }
a { background-color: rgb(98,33,243); }
div.DivClassName
{
background-color: #6221F3;
}
.BgClassName
{
background-color: #6221F3;
}
</style>
border-color css
<style>
span { border-color: #6221F3; }
span { border-color: rgb(98,33,243); }
td.TdClassName
{
border-color: #6221F3;
}
.TagClassName
{
border-color: #6221F3;
}
</style>