Shades of Han Purple #621EEE
Tints of Han Purple #621EEE
RGB
CMYK
RGB Variations
Color information
#621EEE (or 0x621EEE) is known color: Han Purple. HEX triplet: 62, 1E and EE. RGB value is (98,30,238). Sum of RGB (Red+Green+Blue) = 98+30+238=366 (48% of max value = 765). Red value is 98 (38.67% from 255 or 26.78% from 366); Green value is 30 (12.11% from 255 or 8.20% from 366); Blue value is 238 (93.36% from 255 or 65.03% from 366); Max value from RGB is 238 - color contains mainly: blue. Hex color #621EEE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #621EEE is #9DE111. Grayscale: #494949. Windows color (decimal): -10346770 or 15605346. OLE color: 15605346.
HSL color Cylindrical-coordinate representation of color #621EEE: hue angle of 259.62º degrees, saturation: 0.86, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #621EEE is Cyan = 0.59, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 98 | 30 | 238 | - |
| CMYK | 0.59 | 0.87 | 0 | 0.07 |
| HSL | 259.62º | 0.86% | 0.53% | - |
| HSV(B) | 259.62º | 0.87% | 0.93% | - |
| XYZ | 20.93 | 9.7 | 81.66 | - |
| YUV | 74.04 | 220.53 | 145.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 30 | 238 | 0.59 | 0.87 | 0 | 0.07 | 259.62 | 0.86 | 0.53 |
| Hex | 62 | 1E | EE | 3B | 57 | 0 | 7 | 104 | 56 | 35 |
| Octal | 142 | 36 | 356 | 73 | 127 | 0 | 7 | 404 | 126 | 65 |
| Binary | 1100010 | 11110 | 11101110 | 111011 | 1010111 | 0 | 111 | 100000100 | 1010110 | 110101 |
Color Harmonies of #621EEE
Complementary color
Monochromatic Colors of #621EEE
Black with #621EEE
Text Example
Text Example
White with #621EEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #621EEE; }
p { color: rgb(98,30,238); }
H1.HeaderClassName
{
color: #621EEE;
}
.AnyTagClassName
{
color: #621EEE;
}
</style>
background-color css
<style>
a { background-color: #621EEE; }
a { background-color: rgb(98,30,238); }
div.DivClassName
{
background-color: #621EEE;
}
.BgClassName
{
background-color: #621EEE;
}
</style>
border-color css
<style>
span { border-color: #621EEE; }
span { border-color: rgb(98,30,238); }
td.TdClassName
{
border-color: #621EEE;
}
.TagClassName
{
border-color: #621EEE;
}
</style>