Shades of Han Purple #6213EB
Tints of Han Purple #6213EB
RGB
CMYK
RGB Variations
Color information
#6213EB (or 0x6213EB) is known color: Han Purple. HEX triplet: 62, 13 and EB. RGB value is (98,19,235). Sum of RGB (Red+Green+Blue) = 98+19+235=352 (46% of max value = 765). Red value is 98 (38.67% from 255 or 27.84% from 352); Green value is 19 (7.81% from 255 or 5.40% from 352); Blue value is 235 (92.19% from 255 or 66.76% from 352); Max value from RGB is 235 - color contains mainly: blue. Hex color #6213EB is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6213EB is #9DEC14. Grayscale: #424242. Windows color (decimal): -10349589 or 15405922. OLE color: 15405922.
HSL color Cylindrical-coordinate representation of color #6213EB: hue angle of 261.94º degrees, saturation: 0.85, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #6213EB is Cyan = 0.58, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 98 | 19 | 235 | - |
| CMYK | 0.58 | 0.92 | 0 | 0.08 |
| HSL | 261.94º | 0.85% | 0.5% | - |
| HSV(B) | 261.94º | 0.92% | 0.92% | - |
| XYZ | 20.27 | 9.06 | 79.28 | - |
| YUV | 67.25 | 222.67 | 149.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 19 | 235 | 0.58 | 0.92 | 0 | 0.08 | 261.94 | 0.85 | 0.5 |
| Hex | 62 | 13 | EB | 3A | 5C | 0 | 8 | 106 | 55 | 32 |
| Octal | 142 | 23 | 353 | 72 | 134 | 0 | 10 | 406 | 125 | 62 |
| Binary | 1100010 | 10011 | 11101011 | 111010 | 1011100 | 0 | 1000 | 100000110 | 1010101 | 110010 |
Color Harmonies of #6213EB
Complementary color
Monochromatic Colors of #6213EB
Black with #6213EB
Text Example
Text Example
White with #6213EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6213EB; }
p { color: rgb(98,19,235); }
H1.HeaderClassName
{
color: #6213EB;
}
.AnyTagClassName
{
color: #6213EB;
}
</style>
background-color css
<style>
a { background-color: #6213EB; }
a { background-color: rgb(98,19,235); }
div.DivClassName
{
background-color: #6213EB;
}
.BgClassName
{
background-color: #6213EB;
}
</style>
border-color css
<style>
span { border-color: #6213EB; }
span { border-color: rgb(98,19,235); }
td.TdClassName
{
border-color: #6213EB;
}
.TagClassName
{
border-color: #6213EB;
}
</style>