Shades of Han Purple #621BFE
Tints of Han Purple #621BFE
RGB
CMYK
RGB Variations
Color information
#621BFE (or 0x621BFE) is known color: Han Purple. HEX triplet: 62, 1B and FE. RGB value is (98,27,254). Sum of RGB (Red+Green+Blue) = 98+27+254=379 (50% of max value = 765). Red value is 98 (38.67% from 255 or 25.86% from 379); Green value is 27 (10.94% from 255 or 7.12% from 379); Blue value is 254 (99.61% from 255 or 67.02% from 379); Max value from RGB is 254 - color contains mainly: blue. Hex color #621BFE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #621BFE is #9DE401. Grayscale: #494949. Windows color (decimal): -10347522 or 16653154. OLE color: 16653154.
HSL color Cylindrical-coordinate representation of color #621BFE: hue angle of 258.77º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #621BFE is Cyan = 0.61, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 98 | 27 | 254 | - |
| CMYK | 0.61 | 0.89 | 0 | 0.00 |
| HSL | 258.77º | 0.99% | 0.55% | - |
| HSV(B) | 258.77º | 0.89% | 1% | - |
| XYZ | 23.32 | 10.54 | 94.57 | - |
| YUV | 74.11 | 229.52 | 145.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 27 | 254 | 0.61 | 0.89 | 0 | 0.00 | 258.77 | 0.99 | 0.55 |
| Hex | 62 | 1B | FE | 3D | 59 | 0 | 0 | 103 | 63 | 37 |
| Octal | 142 | 33 | 376 | 75 | 131 | 0 | 0 | 403 | 143 | 67 |
| Binary | 1100010 | 11011 | 11111110 | 111101 | 1011001 | 0 | 0 | 100000011 | 1100011 | 110111 |
Color Harmonies of #621BFE
Complementary color
Monochromatic Colors of #621BFE
Black with #621BFE
Text Example
Text Example
White with #621BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #621BFE; }
p { color: rgb(98,27,254); }
H1.HeaderClassName
{
color: #621BFE;
}
.AnyTagClassName
{
color: #621BFE;
}
</style>
background-color css
<style>
a { background-color: #621BFE; }
a { background-color: rgb(98,27,254); }
div.DivClassName
{
background-color: #621BFE;
}
.BgClassName
{
background-color: #621BFE;
}
</style>
border-color css
<style>
span { border-color: #621BFE; }
span { border-color: rgb(98,27,254); }
td.TdClassName
{
border-color: #621BFE;
}
.TagClassName
{
border-color: #621BFE;
}
</style>