Shades of Han Purple #621EF1
Tints of Han Purple #621EF1
RGB
CMYK
RGB Variations
Color information
#621EF1 (or 0x621EF1) is known color: Han Purple. HEX triplet: 62, 1E and F1. RGB value is (98,30,241). Sum of RGB (Red+Green+Blue) = 98+30+241=369 (48% of max value = 765). Red value is 98 (38.67% from 255 or 26.56% from 369); Green value is 30 (12.11% from 255 or 8.13% from 369); Blue value is 241 (94.53% from 255 or 65.31% from 369); Max value from RGB is 241 - color contains mainly: blue. Hex color #621EF1 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #621EF1 is #9DE10E. Grayscale: #494949. Windows color (decimal): -10346767 or 15801954. OLE color: 15801954.
HSL color Cylindrical-coordinate representation of color #621EF1: hue angle of 259.34º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #621EF1 is Cyan = 0.59, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 98 | 30 | 241 | - |
| CMYK | 0.59 | 0.88 | 0 | 0.05 |
| HSL | 259.34º | 0.88% | 0.53% | - |
| HSV(B) | 259.34º | 0.88% | 0.95% | - |
| XYZ | 21.38 | 9.88 | 84 | - |
| YUV | 74.39 | 222.03 | 144.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 30 | 241 | 0.59 | 0.88 | 0 | 0.05 | 259.34 | 0.88 | 0.53 |
| Hex | 62 | 1E | F1 | 3B | 58 | 0 | 5 | 103 | 58 | 35 |
| Octal | 142 | 36 | 361 | 73 | 130 | 0 | 5 | 403 | 130 | 65 |
| Binary | 1100010 | 11110 | 11110001 | 111011 | 1011000 | 0 | 101 | 100000011 | 1011000 | 110101 |
Color Harmonies of #621EF1
Complementary color
Monochromatic Colors of #621EF1
Black with #621EF1
Text Example
Text Example
White with #621EF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #621EF1; }
p { color: rgb(98,30,241); }
H1.HeaderClassName
{
color: #621EF1;
}
.AnyTagClassName
{
color: #621EF1;
}
</style>
background-color css
<style>
a { background-color: #621EF1; }
a { background-color: rgb(98,30,241); }
div.DivClassName
{
background-color: #621EF1;
}
.BgClassName
{
background-color: #621EF1;
}
</style>
border-color css
<style>
span { border-color: #621EF1; }
span { border-color: rgb(98,30,241); }
td.TdClassName
{
border-color: #621EF1;
}
.TagClassName
{
border-color: #621EF1;
}
</style>