Shades of Han Purple #621CFE
Tints of Han Purple #621CFE
RGB
CMYK
RGB Variations
Color information
#621CFE (or 0x621CFE) is known color: Han Purple. HEX triplet: 62, 1C and FE. RGB value is (98,28,254). Sum of RGB (Red+Green+Blue) = 98+28+254=380 (50% of max value = 765). Red value is 98 (38.67% from 255 or 25.79% from 380); Green value is 28 (11.33% from 255 or 7.37% from 380); Blue value is 254 (99.61% from 255 or 66.84% from 380); Max value from RGB is 254 - color contains mainly: blue. Hex color #621CFE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #621CFE is #9DE301. Grayscale: #494949. Windows color (decimal): -10347266 or 16653410. OLE color: 16653410.
HSL color Cylindrical-coordinate representation of color #621CFE: hue angle of 258.58º 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 #621CFE is Cyan = 0.61, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 98 | 28 | 254 | - |
| CMYK | 0.61 | 0.89 | 0 | 0.00 |
| HSL | 258.58º | 0.99% | 0.55% | - |
| HSV(B) | 258.58º | 0.89% | 1% | - |
| XYZ | 23.34 | 10.58 | 94.58 | - |
| YUV | 74.69 | 229.19 | 144.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 28 | 254 | 0.61 | 0.89 | 0 | 0.00 | 258.58 | 0.99 | 0.55 |
| Hex | 62 | 1C | FE | 3D | 59 | 0 | 0 | 103 | 63 | 37 |
| Octal | 142 | 34 | 376 | 75 | 131 | 0 | 0 | 403 | 143 | 67 |
| Binary | 1100010 | 11100 | 11111110 | 111101 | 1011001 | 0 | 0 | 100000011 | 1100011 | 110111 |
Color Harmonies of #621CFE
Complementary color
Monochromatic Colors of #621CFE
Black with #621CFE
Text Example
Text Example
White with #621CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #621CFE; }
p { color: rgb(98,28,254); }
H1.HeaderClassName
{
color: #621CFE;
}
.AnyTagClassName
{
color: #621CFE;
}
</style>
background-color css
<style>
a { background-color: #621CFE; }
a { background-color: rgb(98,28,254); }
div.DivClassName
{
background-color: #621CFE;
}
.BgClassName
{
background-color: #621CFE;
}
</style>
border-color css
<style>
span { border-color: #621CFE; }
span { border-color: rgb(98,28,254); }
td.TdClassName
{
border-color: #621CFE;
}
.TagClassName
{
border-color: #621CFE;
}
</style>