Shades of Han Purple #621BFF
Tints of Han Purple #621BFF
RGB
CMYK
RGB Variations
Color information
#621BFF (or 0x621BFF) is known color: Han Purple. HEX triplet: 62, 1B and FF. RGB value is (98,27,255). Sum of RGB (Red+Green+Blue) = 98+27+255=380 (50% of max value = 765). Red value is 98 (38.67% from 255 or 25.79% from 380); Green value is 27 (10.94% from 255 or 7.11% from 380); Blue value is 255 (100% from 255 or 67.11% from 380); Max value from RGB is 255 - color contains mainly: blue. Hex color #621BFF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #621BFF is #9DE400. Grayscale: #494949. Windows color (decimal): -10347521 or 16718690. OLE color: 16718690.
HSL color Cylindrical-coordinate representation of color #621BFF: hue angle of 258.68º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #621BFF is Cyan = 0.62, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 98 | 27 | 255 | - |
| CMYK | 0.62 | 0.89 | 0 | 0 |
| HSL | 258.68º | 1% | 0.55% | - |
| HSV(B) | 258.68º | 0.89% | 1% | - |
| XYZ | 23.48 | 10.6 | 95.42 | - |
| YUV | 74.22 | 230.02 | 144.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 27 | 255 | 0.62 | 0.89 | 0 | 0 | 258.68 | 1 | 0.55 |
| Hex | 62 | 1B | FF | 3E | 59 | 0 | 0 | 103 | 64 | 37 |
| Octal | 142 | 33 | 377 | 76 | 131 | 0 | 0 | 403 | 144 | 67 |
| Binary | 1100010 | 11011 | 11111111 | 111110 | 1011001 | 0 | 0 | 100000011 | 1100100 | 110111 |
Color Harmonies of #621BFF
Complementary color
Monochromatic Colors of #621BFF
Black with #621BFF
Text Example
Text Example
White with #621BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #621BFF; }
p { color: rgb(98,27,255); }
H1.HeaderClassName
{
color: #621BFF;
}
.AnyTagClassName
{
color: #621BFF;
}
</style>
background-color css
<style>
a { background-color: #621BFF; }
a { background-color: rgb(98,27,255); }
div.DivClassName
{
background-color: #621BFF;
}
.BgClassName
{
background-color: #621BFF;
}
</style>
border-color css
<style>
span { border-color: #621BFF; }
span { border-color: rgb(98,27,255); }
td.TdClassName
{
border-color: #621BFF;
}
.TagClassName
{
border-color: #621BFF;
}
</style>