Shades of Han Purple #6224FC
Tints of Han Purple #6224FC
RGB
CMYK
RGB Variations
Color information
#6224FC (or 0x6224FC) is known color: Han Purple. HEX triplet: 62, 24 and FC. RGB value is (98,36,252). Sum of RGB (Red+Green+Blue) = 98+36+252=386 (51% of max value = 765). Red value is 98 (38.67% from 255 or 25.39% from 386); Green value is 36 (14.45% from 255 or 9.33% from 386); Blue value is 252 (98.83% from 255 or 65.28% from 386); Max value from RGB is 252 - color contains mainly: blue. Hex color #6224FC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6224FC is #9DDB03. Grayscale: #4E4E4E. Windows color (decimal): -10345220 or 16524386. OLE color: 16524386.
HSL color Cylindrical-coordinate representation of color #6224FC: hue angle of 257.22º degrees, saturation: 0.97, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #6224FC is Cyan = 0.61, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 98 | 36 | 252 | - |
| CMYK | 0.61 | 0.86 | 0 | 0.01 |
| HSL | 257.22º | 0.97% | 0.56% | - |
| HSV(B) | 257.22º | 0.86% | 0.99% | - |
| XYZ | 23.24 | 10.89 | 92.97 | - |
| YUV | 79.16 | 225.54 | 141.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 36 | 252 | 0.61 | 0.86 | 0 | 0.01 | 257.22 | 0.97 | 0.56 |
| Hex | 62 | 24 | FC | 3D | 56 | 0 | 1 | 101 | 61 | 38 |
| Octal | 142 | 44 | 374 | 75 | 126 | 0 | 1 | 401 | 141 | 70 |
| Binary | 1100010 | 100100 | 11111100 | 111101 | 1010110 | 0 | 1 | 100000001 | 1100001 | 111000 |
Color Harmonies of #6224FC
Complementary color
Monochromatic Colors of #6224FC
Black with #6224FC
Text Example
Text Example
White with #6224FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6224FC; }
p { color: rgb(98,36,252); }
H1.HeaderClassName
{
color: #6224FC;
}
.AnyTagClassName
{
color: #6224FC;
}
</style>
background-color css
<style>
a { background-color: #6224FC; }
a { background-color: rgb(98,36,252); }
div.DivClassName
{
background-color: #6224FC;
}
.BgClassName
{
background-color: #6224FC;
}
</style>
border-color css
<style>
span { border-color: #6224FC; }
span { border-color: rgb(98,36,252); }
td.TdClassName
{
border-color: #6224FC;
}
.TagClassName
{
border-color: #6224FC;
}
</style>