Shades of Han Purple #6223F3
Tints of Han Purple #6223F3
RGB
CMYK
RGB Variations
Color information
#6223F3 (or 0x6223F3) is known color: Han Purple. HEX triplet: 62, 23 and F3. RGB value is (98,35,243). Sum of RGB (Red+Green+Blue) = 98+35+243=376 (49% of max value = 765). Red value is 98 (38.67% from 255 or 26.06% from 376); Green value is 35 (14.06% from 255 or 9.31% from 376); Blue value is 243 (95.31% from 255 or 64.63% from 376); Max value from RGB is 243 - color contains mainly: blue. Hex color #6223F3 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6223F3 is #9DDC0C. Grayscale: #4C4C4C. Windows color (decimal): -10345485 or 15934306. OLE color: 15934306.
HSL color Cylindrical-coordinate representation of color #6223F3: hue angle of 258.17º degrees, saturation: 0.9, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #6223F3 is Cyan = 0.60, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 98 | 35 | 243 | - |
| CMYK | 0.60 | 0.86 | 0 | 0.05 |
| HSL | 258.17º | 0.9% | 0.55% | - |
| HSV(B) | 258.17º | 0.86% | 0.95% | - |
| XYZ | 21.82 | 10.27 | 85.63 | - |
| YUV | 77.55 | 221.37 | 142.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 35 | 243 | 0.60 | 0.86 | 0 | 0.05 | 258.17 | 0.9 | 0.55 |
| Hex | 62 | 23 | F3 | 3C | 56 | 0 | 5 | 102 | 5A | 37 |
| Octal | 142 | 43 | 363 | 74 | 126 | 0 | 5 | 402 | 132 | 67 |
| Binary | 1100010 | 100011 | 11110011 | 111100 | 1010110 | 0 | 101 | 100000010 | 1011010 | 110111 |
Color Harmonies of #6223F3
Complementary color
Monochromatic Colors of #6223F3
Black with #6223F3
Text Example
Text Example
White with #6223F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6223F3; }
p { color: rgb(98,35,243); }
H1.HeaderClassName
{
color: #6223F3;
}
.AnyTagClassName
{
color: #6223F3;
}
</style>
background-color css
<style>
a { background-color: #6223F3; }
a { background-color: rgb(98,35,243); }
div.DivClassName
{
background-color: #6223F3;
}
.BgClassName
{
background-color: #6223F3;
}
</style>
border-color css
<style>
span { border-color: #6223F3; }
span { border-color: rgb(98,35,243); }
td.TdClassName
{
border-color: #6223F3;
}
.TagClassName
{
border-color: #6223F3;
}
</style>