Shades of Han Purple #6223F2
Tints of Han Purple #6223F2
RGB
CMYK
RGB Variations
Color information
#6223F2 (or 0x6223F2) is known color: Han Purple. HEX triplet: 62, 23 and F2. RGB value is (98,35,242). Sum of RGB (Red+Green+Blue) = 98+35+242=375 (49% of max value = 765). Red value is 98 (38.67% from 255 or 26.13% from 375); Green value is 35 (14.06% from 255 or 9.33% from 375); Blue value is 242 (94.92% from 255 or 64.53% from 375); Max value from RGB is 242 - color contains mainly: blue. Hex color #6223F2 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6223F2 is #9DDC0D. Grayscale: #4C4C4C. Windows color (decimal): -10345486 or 15868770. OLE color: 15868770.
HSL color Cylindrical-coordinate representation of color #6223F2: hue angle of 258.26º degrees, saturation: 0.89, 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 #6223F2 is Cyan = 0.60, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 98 | 35 | 242 | - |
| CMYK | 0.60 | 0.86 | 0 | 0.05 |
| HSL | 258.26º | 0.89% | 0.54% | - |
| HSV(B) | 258.26º | 0.86% | 0.95% | - |
| XYZ | 21.67 | 10.21 | 84.83 | - |
| YUV | 77.44 | 220.87 | 142.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 35 | 242 | 0.60 | 0.86 | 0 | 0.05 | 258.26 | 0.89 | 0.54 |
| Hex | 62 | 23 | F2 | 3C | 56 | 0 | 5 | 102 | 59 | 36 |
| Octal | 142 | 43 | 362 | 74 | 126 | 0 | 5 | 402 | 131 | 66 |
| Binary | 1100010 | 100011 | 11110010 | 111100 | 1010110 | 0 | 101 | 100000010 | 1011001 | 110110 |
Color Harmonies of #6223F2
Complementary color
Monochromatic Colors of #6223F2
Black with #6223F2
Text Example
Text Example
White with #6223F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6223F2; }
p { color: rgb(98,35,242); }
H1.HeaderClassName
{
color: #6223F2;
}
.AnyTagClassName
{
color: #6223F2;
}
</style>
background-color css
<style>
a { background-color: #6223F2; }
a { background-color: rgb(98,35,242); }
div.DivClassName
{
background-color: #6223F2;
}
.BgClassName
{
background-color: #6223F2;
}
</style>
border-color css
<style>
span { border-color: #6223F2; }
span { border-color: rgb(98,35,242); }
td.TdClassName
{
border-color: #6223F2;
}
.TagClassName
{
border-color: #6223F2;
}
</style>