Shades of Han Purple #6219EF
Tints of Han Purple #6219EF
RGB
CMYK
RGB Variations
Color information
#6219EF (or 0x6219EF) is known color: Han Purple. HEX triplet: 62, 19 and EF. RGB value is (98,25,239). Sum of RGB (Red+Green+Blue) = 98+25+239=362 (47% of max value = 765). Red value is 98 (38.67% from 255 or 27.07% from 362); Green value is 25 (10.16% from 255 or 6.91% from 362); Blue value is 239 (93.75% from 255 or 66.02% from 362); Max value from RGB is 239 - color contains mainly: blue. Hex color #6219EF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6219EF is #9DE610. Grayscale: #464646. Windows color (decimal): -10348049 or 15669602. OLE color: 15669602.
HSL color Cylindrical-coordinate representation of color #6219EF: hue angle of 260.47º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6219EF is Cyan = 0.59, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 98 | 25 | 239 | - |
| CMYK | 0.59 | 0.90 | 0 | 0.06 |
| HSL | 260.47º | 0.87% | 0.52% | - |
| HSV(B) | 260.47º | 0.9% | 0.94% | - |
| XYZ | 20.96 | 9.52 | 82.39 | - |
| YUV | 71.22 | 222.68 | 147.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 25 | 239 | 0.59 | 0.90 | 0 | 0.06 | 260.47 | 0.87 | 0.52 |
| Hex | 62 | 19 | EF | 3B | 5A | 0 | 6 | 104 | 57 | 34 |
| Octal | 142 | 31 | 357 | 73 | 132 | 0 | 6 | 404 | 127 | 64 |
| Binary | 1100010 | 11001 | 11101111 | 111011 | 1011010 | 0 | 110 | 100000100 | 1010111 | 110100 |
Color Harmonies of #6219EF
Complementary color
Monochromatic Colors of #6219EF
Black with #6219EF
Text Example
Text Example
White with #6219EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6219EF; }
p { color: rgb(98,25,239); }
H1.HeaderClassName
{
color: #6219EF;
}
.AnyTagClassName
{
color: #6219EF;
}
</style>
background-color css
<style>
a { background-color: #6219EF; }
a { background-color: rgb(98,25,239); }
div.DivClassName
{
background-color: #6219EF;
}
.BgClassName
{
background-color: #6219EF;
}
</style>
border-color css
<style>
span { border-color: #6219EF; }
span { border-color: rgb(98,25,239); }
td.TdClassName
{
border-color: #6219EF;
}
.TagClassName
{
border-color: #6219EF;
}
</style>