Shades of Han Purple #621DF0
Tints of Han Purple #621DF0
RGB
CMYK
RGB Variations
Color information
#621DF0 (or 0x621DF0) is known color: Han Purple. HEX triplet: 62, 1D and F0. RGB value is (98,29,240). Sum of RGB (Red+Green+Blue) = 98+29+240=367 (48% of max value = 765). Red value is 98 (38.67% from 255 or 26.70% from 367); Green value is 29 (11.72% from 255 or 7.90% from 367); Blue value is 240 (94.14% from 255 or 65.40% from 367); Max value from RGB is 240 - color contains mainly: blue. Hex color #621DF0 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #621DF0 is #9DE20F. Grayscale: #484848. Windows color (decimal): -10347024 or 15736162. OLE color: 15736162.
HSL color Cylindrical-coordinate representation of color #621DF0: hue angle of 259.62º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #621DF0 is Cyan = 0.59, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 98 | 29 | 240 | - |
| CMYK | 0.59 | 0.88 | 0 | 0.06 |
| HSL | 259.62º | 0.88% | 0.53% | - |
| HSV(B) | 259.62º | 0.88% | 0.94% | - |
| XYZ | 21.2 | 9.77 | 83.21 | - |
| YUV | 73.69 | 221.86 | 145.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 29 | 240 | 0.59 | 0.88 | 0 | 0.06 | 259.62 | 0.88 | 0.53 |
| Hex | 62 | 1D | F0 | 3B | 58 | 0 | 6 | 104 | 58 | 35 |
| Octal | 142 | 35 | 360 | 73 | 130 | 0 | 6 | 404 | 130 | 65 |
| Binary | 1100010 | 11101 | 11110000 | 111011 | 1011000 | 0 | 110 | 100000100 | 1011000 | 110101 |
Color Harmonies of #621DF0
Complementary color
Monochromatic Colors of #621DF0
Black with #621DF0
Text Example
Text Example
White with #621DF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #621DF0; }
p { color: rgb(98,29,240); }
H1.HeaderClassName
{
color: #621DF0;
}
.AnyTagClassName
{
color: #621DF0;
}
</style>
background-color css
<style>
a { background-color: #621DF0; }
a { background-color: rgb(98,29,240); }
div.DivClassName
{
background-color: #621DF0;
}
.BgClassName
{
background-color: #621DF0;
}
</style>
border-color css
<style>
span { border-color: #621DF0; }
span { border-color: rgb(98,29,240); }
td.TdClassName
{
border-color: #621DF0;
}
.TagClassName
{
border-color: #621DF0;
}
</style>