Shades of Han Purple #6219FE
Tints of Han Purple #6219FE
RGB
CMYK
RGB Variations
Color information
#6219FE (or 0x6219FE) is known color: Han Purple. HEX triplet: 62, 19 and FE. RGB value is (98,25,254). Sum of RGB (Red+Green+Blue) = 98+25+254=377 (49% of max value = 765). Red value is 98 (38.67% from 255 or 25.99% from 377); Green value is 25 (10.16% from 255 or 6.63% from 377); Blue value is 254 (99.61% from 255 or 67.37% from 377); Max value from RGB is 254 - color contains mainly: blue. Hex color #6219FE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6219FE is #9DE601. Grayscale: #484848. Windows color (decimal): -10348034 or 16652642. OLE color: 16652642.
HSL color Cylindrical-coordinate representation of color #6219FE: hue angle of 259.13º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6219FE is Cyan = 0.61, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 98 | 25 | 254 | - |
| CMYK | 0.61 | 0.90 | 0 | 0.00 |
| HSL | 259.13º | 0.99% | 0.55% | - |
| HSV(B) | 259.13º | 0.9% | 1% | - |
| XYZ | 23.27 | 10.45 | 94.56 | - |
| YUV | 72.93 | 230.18 | 145.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 25 | 254 | 0.61 | 0.90 | 0 | 0.00 | 259.13 | 0.99 | 0.55 |
| Hex | 62 | 19 | FE | 3D | 5A | 0 | 0 | 103 | 63 | 37 |
| Octal | 142 | 31 | 376 | 75 | 132 | 0 | 0 | 403 | 143 | 67 |
| Binary | 1100010 | 11001 | 11111110 | 111101 | 1011010 | 0 | 0 | 100000011 | 1100011 | 110111 |
Color Harmonies of #6219FE
Complementary color
Monochromatic Colors of #6219FE
Black with #6219FE
Text Example
Text Example
White with #6219FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6219FE; }
p { color: rgb(98,25,254); }
H1.HeaderClassName
{
color: #6219FE;
}
.AnyTagClassName
{
color: #6219FE;
}
</style>
background-color css
<style>
a { background-color: #6219FE; }
a { background-color: rgb(98,25,254); }
div.DivClassName
{
background-color: #6219FE;
}
.BgClassName
{
background-color: #6219FE;
}
</style>
border-color css
<style>
span { border-color: #6219FE; }
span { border-color: rgb(98,25,254); }
td.TdClassName
{
border-color: #6219FE;
}
.TagClassName
{
border-color: #6219FE;
}
</style>