Shades of Han Purple #621DEC
Tints of Han Purple #621DEC
RGB
CMYK
RGB Variations
Color information
#621DEC (or 0x621DEC) is known color: Han Purple. HEX triplet: 62, 1D and EC. RGB value is (98,29,236). Sum of RGB (Red+Green+Blue) = 98+29+236=363 (48% of max value = 765). Red value is 98 (38.67% from 255 or 27.00% from 363); Green value is 29 (11.72% from 255 or 7.99% from 363); Blue value is 236 (92.58% from 255 or 65.01% from 363); Max value from RGB is 236 - color contains mainly: blue. Hex color #621DEC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #621DEC is #9DE213. Grayscale: #484848. Windows color (decimal): -10347028 or 15474018. OLE color: 15474018.
HSL color Cylindrical-coordinate representation of color #621DEC: hue angle of 260º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #621DEC is Cyan = 0.58, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 98 | 29 | 236 | - |
| CMYK | 0.58 | 0.88 | 0 | 0.07 |
| HSL | 260º | 0.84% | 0.52% | - |
| HSV(B) | 260º | 0.88% | 0.93% | - |
| XYZ | 20.62 | 9.53 | 80.11 | - |
| YUV | 73.23 | 219.86 | 145.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 29 | 236 | 0.58 | 0.88 | 0 | 0.07 | 260 | 0.84 | 0.52 |
| Hex | 62 | 1D | EC | 3A | 58 | 0 | 7 | 104 | 54 | 34 |
| Octal | 142 | 35 | 354 | 72 | 130 | 0 | 7 | 404 | 124 | 64 |
| Binary | 1100010 | 11101 | 11101100 | 111010 | 1011000 | 0 | 111 | 100000100 | 1010100 | 110100 |
Color Harmonies of #621DEC
Complementary color
Monochromatic Colors of #621DEC
Black with #621DEC
Text Example
Text Example
White with #621DEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #621DEC; }
p { color: rgb(98,29,236); }
H1.HeaderClassName
{
color: #621DEC;
}
.AnyTagClassName
{
color: #621DEC;
}
</style>
background-color css
<style>
a { background-color: #621DEC; }
a { background-color: rgb(98,29,236); }
div.DivClassName
{
background-color: #621DEC;
}
.BgClassName
{
background-color: #621DEC;
}
</style>
border-color css
<style>
span { border-color: #621DEC; }
span { border-color: rgb(98,29,236); }
td.TdClassName
{
border-color: #621DEC;
}
.TagClassName
{
border-color: #621DEC;
}
</style>