Shades of Han Purple #6224FE
Tints of Han Purple #6224FE
RGB
CMYK
RGB Variations
Color information
#6224FE (or 0x6224FE) is known color: Han Purple. HEX triplet: 62, 24 and FE. RGB value is (98,36,254). Sum of RGB (Red+Green+Blue) = 98+36+254=388 (51% of max value = 765). Red value is 98 (38.67% from 255 or 25.26% from 388); Green value is 36 (14.45% from 255 or 9.28% from 388); Blue value is 254 (99.61% from 255 or 65.46% from 388); Max value from RGB is 254 - color contains mainly: blue. Hex color #6224FE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6224FE is #9DDB01. Grayscale: #4E4E4E. Windows color (decimal): -10345218 or 16655458. OLE color: 16655458.
HSL color Cylindrical-coordinate representation of color #6224FE: hue angle of 257.06º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #6224FE is Cyan = 0.61, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 98 | 36 | 254 | - |
| CMYK | 0.61 | 0.86 | 0 | 0.00 |
| HSL | 257.06º | 0.99% | 0.57% | - |
| HSV(B) | 257.06º | 0.86% | 1% | - |
| XYZ | 23.56 | 11.01 | 94.65 | - |
| YUV | 79.39 | 226.54 | 141.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 36 | 254 | 0.61 | 0.86 | 0 | 0.00 | 257.06 | 0.99 | 0.57 |
| Hex | 62 | 24 | FE | 3D | 56 | 0 | 0 | 101 | 63 | 39 |
| Octal | 142 | 44 | 376 | 75 | 126 | 0 | 0 | 401 | 143 | 71 |
| Binary | 1100010 | 100100 | 11111110 | 111101 | 1010110 | 0 | 0 | 100000001 | 1100011 | 111001 |
Color Harmonies of #6224FE
Complementary color
Monochromatic Colors of #6224FE
Black with #6224FE
Text Example
Text Example
White with #6224FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6224FE; }
p { color: rgb(98,36,254); }
H1.HeaderClassName
{
color: #6224FE;
}
.AnyTagClassName
{
color: #6224FE;
}
</style>
background-color css
<style>
a { background-color: #6224FE; }
a { background-color: rgb(98,36,254); }
div.DivClassName
{
background-color: #6224FE;
}
.BgClassName
{
background-color: #6224FE;
}
</style>
border-color css
<style>
span { border-color: #6224FE; }
span { border-color: rgb(98,36,254); }
td.TdClassName
{
border-color: #6224FE;
}
.TagClassName
{
border-color: #6224FE;
}
</style>