Shades of Han Purple #621CE6
Tints of Han Purple #621CE6
RGB
CMYK
RGB Variations
Color information
#621CE6 (or 0x621CE6) is known color: Han Purple. HEX triplet: 62, 1C and E6. RGB value is (98,28,230). Sum of RGB (Red+Green+Blue) = 98+28+230=356 (47% of max value = 765). Red value is 98 (38.67% from 255 or 27.53% from 356); Green value is 28 (11.33% from 255 or 7.87% from 356); Blue value is 230 (90.23% from 255 or 64.61% from 356); Max value from RGB is 230 - color contains mainly: blue. Hex color #621CE6 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #621CE6 is #9DE319. Grayscale: #474747. Windows color (decimal): -10347290 or 15080546. OLE color: 15080546.
HSL color Cylindrical-coordinate representation of color #621CE6: hue angle of 260.79º degrees, saturation: 0.8, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #621CE6 is Cyan = 0.57, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 98 | 28 | 230 | - |
| CMYK | 0.57 | 0.88 | 0 | 0.10 |
| HSL | 260.79º | 0.8% | 0.51% | - |
| HSV(B) | 260.79º | 0.88% | 0.9% | - |
| XYZ | 19.74 | 9.14 | 75.59 | - |
| YUV | 71.96 | 217.19 | 146.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 28 | 230 | 0.57 | 0.88 | 0 | 0.10 | 260.79 | 0.8 | 0.51 |
| Hex | 62 | 1C | E6 | 39 | 58 | 0 | A | 105 | 50 | 33 |
| Octal | 142 | 34 | 346 | 71 | 130 | 0 | 12 | 405 | 120 | 63 |
| Binary | 1100010 | 11100 | 11100110 | 111001 | 1011000 | 0 | 1010 | 100000101 | 1010000 | 110011 |
Color Harmonies of #621CE6
Complementary color
Monochromatic Colors of #621CE6
Black with #621CE6
Text Example
Text Example
White with #621CE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #621CE6; }
p { color: rgb(98,28,230); }
H1.HeaderClassName
{
color: #621CE6;
}
.AnyTagClassName
{
color: #621CE6;
}
</style>
background-color css
<style>
a { background-color: #621CE6; }
a { background-color: rgb(98,28,230); }
div.DivClassName
{
background-color: #621CE6;
}
.BgClassName
{
background-color: #621CE6;
}
</style>
border-color css
<style>
span { border-color: #621CE6; }
span { border-color: rgb(98,28,230); }
td.TdClassName
{
border-color: #621CE6;
}
.TagClassName
{
border-color: #621CE6;
}
</style>