Shades of Han Purple #621BFB
Tints of Han Purple #621BFB
RGB
CMYK
RGB Variations
Color information
#621BFB (or 0x621BFB) is known color: Han Purple. HEX triplet: 62, 1B and FB. RGB value is (98,27,251). Sum of RGB (Red+Green+Blue) = 98+27+251=376 (49% of max value = 765). Red value is 98 (38.67% from 255 or 26.06% from 376); Green value is 27 (10.94% from 255 or 7.18% from 376); Blue value is 251 (98.44% from 255 or 66.76% from 376); Max value from RGB is 251 - color contains mainly: blue. Hex color #621BFB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #621BFB is #9DE404. Grayscale: #484848. Windows color (decimal): -10347525 or 16456546. OLE color: 16456546.
HSL color Cylindrical-coordinate representation of color #621BFB: hue angle of 259.02º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #621BFB is Cyan = 0.61, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 98 | 27 | 251 | - |
| CMYK | 0.61 | 0.89 | 0 | 0.02 |
| HSL | 259.02º | 0.97% | 0.55% | - |
| HSV(B) | 259.02º | 0.89% | 0.98% | - |
| XYZ | 22.84 | 10.35 | 92.06 | - |
| YUV | 73.77 | 228.02 | 145.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 27 | 251 | 0.61 | 0.89 | 0 | 0.02 | 259.02 | 0.97 | 0.55 |
| Hex | 62 | 1B | FB | 3D | 59 | 0 | 2 | 103 | 61 | 37 |
| Octal | 142 | 33 | 373 | 75 | 131 | 0 | 2 | 403 | 141 | 67 |
| Binary | 1100010 | 11011 | 11111011 | 111101 | 1011001 | 0 | 10 | 100000011 | 1100001 | 110111 |
Color Harmonies of #621BFB
Complementary color
Monochromatic Colors of #621BFB
Black with #621BFB
Text Example
Text Example
White with #621BFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #621BFB; }
p { color: rgb(98,27,251); }
H1.HeaderClassName
{
color: #621BFB;
}
.AnyTagClassName
{
color: #621BFB;
}
</style>
background-color css
<style>
a { background-color: #621BFB; }
a { background-color: rgb(98,27,251); }
div.DivClassName
{
background-color: #621BFB;
}
.BgClassName
{
background-color: #621BFB;
}
</style>
border-color css
<style>
span { border-color: #621BFB; }
span { border-color: rgb(98,27,251); }
td.TdClassName
{
border-color: #621BFB;
}
.TagClassName
{
border-color: #621BFB;
}
</style>