Shades of Han Purple #621BF2
Tints of Han Purple #621BF2
RGB
CMYK
RGB Variations
Color information
#621BF2 (or 0x621BF2) is known color: Han Purple. HEX triplet: 62, 1B and F2. RGB value is (98,27,242). Sum of RGB (Red+Green+Blue) = 98+27+242=367 (48% of max value = 765). Red value is 98 (38.67% from 255 or 26.70% from 367); Green value is 27 (10.94% from 255 or 7.36% from 367); Blue value is 242 (94.92% from 255 or 65.94% from 367); Max value from RGB is 242 - color contains mainly: blue. Hex color #621BF2 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #621BF2 is #9DE40D. Grayscale: #474747. Windows color (decimal): -10347534 or 15866722. OLE color: 15866722.
HSL color Cylindrical-coordinate representation of color #621BF2: hue angle of 259.81º degrees, saturation: 0.89, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #621BF2 is Cyan = 0.60, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 98 | 27 | 242 | - |
| CMYK | 0.60 | 0.89 | 0 | 0.05 |
| HSL | 259.81º | 0.89% | 0.53% | - |
| HSV(B) | 259.81º | 0.89% | 0.95% | - |
| XYZ | 21.46 | 9.79 | 84.76 | - |
| YUV | 72.74 | 223.52 | 146.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 27 | 242 | 0.60 | 0.89 | 0 | 0.05 | 259.81 | 0.89 | 0.53 |
| Hex | 62 | 1B | F2 | 3C | 59 | 0 | 5 | 104 | 59 | 35 |
| Octal | 142 | 33 | 362 | 74 | 131 | 0 | 5 | 404 | 131 | 65 |
| Binary | 1100010 | 11011 | 11110010 | 111100 | 1011001 | 0 | 101 | 100000100 | 1011001 | 110101 |
Color Harmonies of #621BF2
Complementary color
Monochromatic Colors of #621BF2
Black with #621BF2
Text Example
Text Example
White with #621BF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #621BF2; }
p { color: rgb(98,27,242); }
H1.HeaderClassName
{
color: #621BF2;
}
.AnyTagClassName
{
color: #621BF2;
}
</style>
background-color css
<style>
a { background-color: #621BF2; }
a { background-color: rgb(98,27,242); }
div.DivClassName
{
background-color: #621BF2;
}
.BgClassName
{
background-color: #621BF2;
}
</style>
border-color css
<style>
span { border-color: #621BF2; }
span { border-color: rgb(98,27,242); }
td.TdClassName
{
border-color: #621BF2;
}
.TagClassName
{
border-color: #621BF2;
}
</style>