Shades of Han Purple #621AF7
Tints of Han Purple #621AF7
RGB
CMYK
RGB Variations
Color information
#621AF7 (or 0x621AF7) is known color: Han Purple. HEX triplet: 62, 1A and F7. RGB value is (98,26,247). Sum of RGB (Red+Green+Blue) = 98+26+247=371 (49% of max value = 765). Red value is 98 (38.67% from 255 or 26.42% from 371); Green value is 26 (10.55% from 255 or 7.01% from 371); Blue value is 247 (96.88% from 255 or 66.58% from 371); Max value from RGB is 247 - color contains mainly: blue. Hex color #621AF7 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #621AF7 is #9DE508. Grayscale: #474747. Windows color (decimal): -10347785 or 16194146. OLE color: 16194146.
HSL color Cylindrical-coordinate representation of color #621AF7: hue angle of 259.55º degrees, saturation: 0.93, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #621AF7 is Cyan = 0.60, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 98 | 26 | 247 | - |
| CMYK | 0.60 | 0.89 | 0 | 0.03 |
| HSL | 259.55º | 0.93% | 0.54% | - |
| HSV(B) | 259.55º | 0.89% | 0.97% | - |
| XYZ | 22.19 | 10.05 | 88.77 | - |
| YUV | 72.72 | 226.35 | 146.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 26 | 247 | 0.60 | 0.89 | 0 | 0.03 | 259.55 | 0.93 | 0.54 |
| Hex | 62 | 1A | F7 | 3C | 59 | 0 | 3 | 104 | 5D | 36 |
| Octal | 142 | 32 | 367 | 74 | 131 | 0 | 3 | 404 | 135 | 66 |
| Binary | 1100010 | 11010 | 11110111 | 111100 | 1011001 | 0 | 11 | 100000100 | 1011101 | 110110 |
Color Harmonies of #621AF7
Complementary color
Monochromatic Colors of #621AF7
Black with #621AF7
Text Example
Text Example
White with #621AF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #621AF7; }
p { color: rgb(98,26,247); }
H1.HeaderClassName
{
color: #621AF7;
}
.AnyTagClassName
{
color: #621AF7;
}
</style>
background-color css
<style>
a { background-color: #621AF7; }
a { background-color: rgb(98,26,247); }
div.DivClassName
{
background-color: #621AF7;
}
.BgClassName
{
background-color: #621AF7;
}
</style>
border-color css
<style>
span { border-color: #621AF7; }
span { border-color: rgb(98,26,247); }
td.TdClassName
{
border-color: #621AF7;
}
.TagClassName
{
border-color: #621AF7;
}
</style>