Shades of Han Purple #6215EF
Tints of Han Purple #6215EF
RGB
CMYK
RGB Variations
Color information
#6215EF (or 0x6215EF) is known color: Han Purple. HEX triplet: 62, 15 and EF. RGB value is (98,21,239). Sum of RGB (Red+Green+Blue) = 98+21+239=358 (47% of max value = 765). Red value is 98 (38.67% from 255 or 27.37% from 358); Green value is 21 (8.59% from 255 or 5.87% from 358); Blue value is 239 (93.75% from 255 or 66.76% from 358); Max value from RGB is 239 - color contains mainly: blue. Hex color #6215EF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6215EF is #9DEA10. Grayscale: #444444. Windows color (decimal): -10349073 or 15668578. OLE color: 15668578.
HSL color Cylindrical-coordinate representation of color #6215EF: hue angle of 261.19º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #6215EF is Cyan = 0.59, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 98 | 21 | 239 | - |
| CMYK | 0.59 | 0.91 | 0 | 0.06 |
| HSL | 261.19º | 0.87% | 0.51% | - |
| HSV(B) | 261.19º | 0.91% | 0.94% | - |
| XYZ | 20.89 | 9.36 | 82.37 | - |
| YUV | 68.88 | 224.01 | 148.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 21 | 239 | 0.59 | 0.91 | 0 | 0.06 | 261.19 | 0.87 | 0.51 |
| Hex | 62 | 15 | EF | 3B | 5B | 0 | 6 | 105 | 57 | 33 |
| Octal | 142 | 25 | 357 | 73 | 133 | 0 | 6 | 405 | 127 | 63 |
| Binary | 1100010 | 10101 | 11101111 | 111011 | 1011011 | 0 | 110 | 100000101 | 1010111 | 110011 |
Color Harmonies of #6215EF
Complementary color
Monochromatic Colors of #6215EF
Black with #6215EF
Text Example
Text Example
White with #6215EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6215EF; }
p { color: rgb(98,21,239); }
H1.HeaderClassName
{
color: #6215EF;
}
.AnyTagClassName
{
color: #6215EF;
}
</style>
background-color css
<style>
a { background-color: #6215EF; }
a { background-color: rgb(98,21,239); }
div.DivClassName
{
background-color: #6215EF;
}
.BgClassName
{
background-color: #6215EF;
}
</style>
border-color css
<style>
span { border-color: #6215EF; }
span { border-color: rgb(98,21,239); }
td.TdClassName
{
border-color: #6215EF;
}
.TagClassName
{
border-color: #6215EF;
}
</style>