Shades of Han Purple #621DF9
Tints of Han Purple #621DF9
RGB
CMYK
RGB Variations
Color information
#621DF9 (or 0x621DF9) is known color: Han Purple. HEX triplet: 62, 1D and F9. RGB value is (98,29,249). Sum of RGB (Red+Green+Blue) = 98+29+249=376 (49% of max value = 765). Red value is 98 (38.67% from 255 or 26.06% from 376); Green value is 29 (11.72% from 255 or 7.71% from 376); Blue value is 249 (97.66% from 255 or 66.22% from 376); Max value from RGB is 249 - color contains mainly: blue. Hex color #621DF9 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #621DF9 is #9DE206. Grayscale: #494949. Windows color (decimal): -10347015 or 16325986. OLE color: 16325986.
HSL color Cylindrical-coordinate representation of color #621DF9: hue angle of 258.82º degrees, saturation: 0.95, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #621DF9 is Cyan = 0.61, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 98 | 29 | 249 | - |
| CMYK | 0.61 | 0.88 | 0 | 0.02 |
| HSL | 258.82º | 0.95% | 0.55% | - |
| HSV(B) | 258.82º | 0.88% | 0.98% | - |
| XYZ | 22.58 | 10.31 | 90.42 | - |
| YUV | 74.71 | 226.36 | 144.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 29 | 249 | 0.61 | 0.88 | 0 | 0.02 | 258.82 | 0.95 | 0.55 |
| Hex | 62 | 1D | F9 | 3D | 58 | 0 | 2 | 103 | 5F | 37 |
| Octal | 142 | 35 | 371 | 75 | 130 | 0 | 2 | 403 | 137 | 67 |
| Binary | 1100010 | 11101 | 11111001 | 111101 | 1011000 | 0 | 10 | 100000011 | 1011111 | 110111 |
Color Harmonies of #621DF9
Complementary color
Monochromatic Colors of #621DF9
Black with #621DF9
Text Example
Text Example
White with #621DF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #621DF9; }
p { color: rgb(98,29,249); }
H1.HeaderClassName
{
color: #621DF9;
}
.AnyTagClassName
{
color: #621DF9;
}
</style>
background-color css
<style>
a { background-color: #621DF9; }
a { background-color: rgb(98,29,249); }
div.DivClassName
{
background-color: #621DF9;
}
.BgClassName
{
background-color: #621DF9;
}
</style>
border-color css
<style>
span { border-color: #621DF9; }
span { border-color: rgb(98,29,249); }
td.TdClassName
{
border-color: #621DF9;
}
.TagClassName
{
border-color: #621DF9;
}
</style>