Shades of Han Purple #621CE2
Tints of Han Purple #621CE2
RGB
CMYK
RGB Variations
Color information
#621CE2 (or 0x621CE2) is known color: Han Purple. HEX triplet: 62, 1C and E2. RGB value is (98,28,226). Sum of RGB (Red+Green+Blue) = 98+28+226=352 (46% of max value = 765). Red value is 98 (38.67% from 255 or 27.84% from 352); Green value is 28 (11.33% from 255 or 7.95% from 352); Blue value is 226 (88.67% from 255 or 64.20% from 352); Max value from RGB is 226 - color contains mainly: blue. Hex color #621CE2 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #621CE2 is #9DE31D. Grayscale: #464646. Windows color (decimal): -10347294 or 14818402. OLE color: 14818402.
HSL color Cylindrical-coordinate representation of color #621CE2: hue angle of 261.21º degrees, saturation: 0.78, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #621CE2 is Cyan = 0.57, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 98 | 28 | 226 | - |
| CMYK | 0.57 | 0.88 | 0 | 0.11 |
| HSL | 261.21º | 0.78% | 0.5% | - |
| HSV(B) | 261.21º | 0.88% | 0.89% | - |
| XYZ | 19.18 | 8.92 | 72.66 | - |
| YUV | 71.5 | 215.19 | 146.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 28 | 226 | 0.57 | 0.88 | 0 | 0.11 | 261.21 | 0.78 | 0.5 |
| Hex | 62 | 1C | E2 | 39 | 58 | 0 | B | 105 | 4E | 32 |
| Octal | 142 | 34 | 342 | 71 | 130 | 0 | 13 | 405 | 116 | 62 |
| Binary | 1100010 | 11100 | 11100010 | 111001 | 1011000 | 0 | 1011 | 100000101 | 1001110 | 110010 |
Color Harmonies of #621CE2
Complementary color
Monochromatic Colors of #621CE2
Black with #621CE2
Text Example
Text Example
White with #621CE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #621CE2; }
p { color: rgb(98,28,226); }
H1.HeaderClassName
{
color: #621CE2;
}
.AnyTagClassName
{
color: #621CE2;
}
</style>
background-color css
<style>
a { background-color: #621CE2; }
a { background-color: rgb(98,28,226); }
div.DivClassName
{
background-color: #621CE2;
}
.BgClassName
{
background-color: #621CE2;
}
</style>
border-color css
<style>
span { border-color: #621CE2; }
span { border-color: rgb(98,28,226); }
td.TdClassName
{
border-color: #621CE2;
}
.TagClassName
{
border-color: #621CE2;
}
</style>