Shades of Han Purple #6224ED
Tints of Han Purple #6224ED
RGB
CMYK
RGB Variations
Color information
#6224ED (or 0x6224ED) is known color: Han Purple. HEX triplet: 62, 24 and ED. RGB value is (98,36,237). Sum of RGB (Red+Green+Blue) = 98+36+237=371 (49% of max value = 765). Red value is 98 (38.67% from 255 or 26.42% from 371); Green value is 36 (14.45% from 255 or 9.70% from 371); Blue value is 237 (92.97% from 255 or 63.88% from 371); Max value from RGB is 237 - color contains mainly: blue. Hex color #6224ED is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6224ED is #9DDB12. Grayscale: #4C4C4C. Windows color (decimal): -10345235 or 15541346. OLE color: 15541346.
HSL color Cylindrical-coordinate representation of color #6224ED: hue angle of 258.51º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #6224ED is Cyan = 0.59, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 98 | 36 | 237 | - |
| CMYK | 0.59 | 0.85 | 0 | 0.07 |
| HSL | 258.51º | 0.85% | 0.54% | - |
| HSV(B) | 258.51º | 0.85% | 0.93% | - |
| XYZ | 20.95 | 9.97 | 80.94 | - |
| YUV | 77.45 | 218.04 | 142.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 36 | 237 | 0.59 | 0.85 | 0 | 0.07 | 258.51 | 0.85 | 0.54 |
| Hex | 62 | 24 | ED | 3B | 55 | 0 | 7 | 103 | 55 | 36 |
| Octal | 142 | 44 | 355 | 73 | 125 | 0 | 7 | 403 | 125 | 66 |
| Binary | 1100010 | 100100 | 11101101 | 111011 | 1010101 | 0 | 111 | 100000011 | 1010101 | 110110 |
Color Harmonies of #6224ED
Complementary color
Monochromatic Colors of #6224ED
Black with #6224ED
Text Example
Text Example
White with #6224ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6224ED; }
p { color: rgb(98,36,237); }
H1.HeaderClassName
{
color: #6224ED;
}
.AnyTagClassName
{
color: #6224ED;
}
</style>
background-color css
<style>
a { background-color: #6224ED; }
a { background-color: rgb(98,36,237); }
div.DivClassName
{
background-color: #6224ED;
}
.BgClassName
{
background-color: #6224ED;
}
</style>
border-color css
<style>
span { border-color: #6224ED; }
span { border-color: rgb(98,36,237); }
td.TdClassName
{
border-color: #6224ED;
}
.TagClassName
{
border-color: #6224ED;
}
</style>