Shades of Han Purple #621DFB
Tints of Han Purple #621DFB
RGB
CMYK
RGB Variations
Color information
#621DFB (or 0x621DFB) is known color: Han Purple. HEX triplet: 62, 1D and FB. RGB value is (98,29,251). Sum of RGB (Red+Green+Blue) = 98+29+251=378 (50% of max value = 765). Red value is 98 (38.67% from 255 or 25.93% from 378); Green value is 29 (11.72% from 255 or 7.67% from 378); Blue value is 251 (98.44% from 255 or 66.40% from 378); Max value from RGB is 251 - color contains mainly: blue. Hex color #621DFB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #621DFB is #9DE204. Grayscale: #4A4A4A. Windows color (decimal): -10347013 or 16457058. OLE color: 16457058.
HSL color Cylindrical-coordinate representation of color #621DFB: hue angle of 258.65º degrees, saturation: 0.97, 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 #621DFB is Cyan = 0.61, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 98 | 29 | 251 | - |
| CMYK | 0.61 | 0.88 | 0 | 0.02 |
| HSL | 258.65º | 0.97% | 0.55% | - |
| HSV(B) | 258.65º | 0.88% | 0.98% | - |
| XYZ | 22.89 | 10.44 | 92.08 | - |
| YUV | 74.94 | 227.36 | 144.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 29 | 251 | 0.61 | 0.88 | 0 | 0.02 | 258.65 | 0.97 | 0.55 |
| Hex | 62 | 1D | FB | 3D | 58 | 0 | 2 | 103 | 61 | 37 |
| Octal | 142 | 35 | 373 | 75 | 130 | 0 | 2 | 403 | 141 | 67 |
| Binary | 1100010 | 11101 | 11111011 | 111101 | 1011000 | 0 | 10 | 100000011 | 1100001 | 110111 |
Color Harmonies of #621DFB
Complementary color
Monochromatic Colors of #621DFB
Black with #621DFB
Text Example
Text Example
White with #621DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #621DFB; }
p { color: rgb(98,29,251); }
H1.HeaderClassName
{
color: #621DFB;
}
.AnyTagClassName
{
color: #621DFB;
}
</style>
background-color css
<style>
a { background-color: #621DFB; }
a { background-color: rgb(98,29,251); }
div.DivClassName
{
background-color: #621DFB;
}
.BgClassName
{
background-color: #621DFB;
}
</style>
border-color css
<style>
span { border-color: #621DFB; }
span { border-color: rgb(98,29,251); }
td.TdClassName
{
border-color: #621DFB;
}
.TagClassName
{
border-color: #621DFB;
}
</style>