Shades of Han Purple #622CF8
Tints of Han Purple #622CF8
RGB
CMYK
RGB Variations
Color information
#622CF8 (or 0x622CF8) is known color: Han Purple. HEX triplet: 62, 2C and F8. RGB value is (98,44,248). Sum of RGB (Red+Green+Blue) = 98+44+248=390 (51% of max value = 765). Red value is 98 (38.67% from 255 or 25.13% from 390); Green value is 44 (17.58% from 255 or 11.28% from 390); Blue value is 248 (97.27% from 255 or 63.59% from 390); Max value from RGB is 248 - color contains mainly: blue. Hex color #622CF8 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #622CF8 is #9DD307. Grayscale: #525252. Windows color (decimal): -10343176 or 16264290. OLE color: 16264290.
HSL color Cylindrical-coordinate representation of color #622CF8: hue angle of 255.88º degrees, saturation: 0.94, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #622CF8 is Cyan = 0.60, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 98 | 44 | 248 | - |
| CMYK | 0.60 | 0.82 | 0 | 0.03 |
| HSL | 255.88º | 0.94% | 0.57% | - |
| HSV(B) | 255.88º | 0.82% | 0.97% | - |
| XYZ | 22.88 | 11.18 | 89.76 | - |
| YUV | 83.4 | 220.89 | 138.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 44 | 248 | 0.60 | 0.82 | 0 | 0.03 | 255.88 | 0.94 | 0.57 |
| Hex | 62 | 2C | F8 | 3C | 52 | 0 | 3 | 100 | 5E | 39 |
| Octal | 142 | 54 | 370 | 74 | 122 | 0 | 3 | 400 | 136 | 71 |
| Binary | 1100010 | 101100 | 11111000 | 111100 | 1010010 | 0 | 11 | 100000000 | 1011110 | 111001 |
Color Harmonies of #622CF8
Complementary color
Monochromatic Colors of #622CF8
Black with #622CF8
Text Example
Text Example
White with #622CF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #622CF8; }
p { color: rgb(98,44,248); }
H1.HeaderClassName
{
color: #622CF8;
}
.AnyTagClassName
{
color: #622CF8;
}
</style>
background-color css
<style>
a { background-color: #622CF8; }
a { background-color: rgb(98,44,248); }
div.DivClassName
{
background-color: #622CF8;
}
.BgClassName
{
background-color: #622CF8;
}
</style>
border-color css
<style>
span { border-color: #622CF8; }
span { border-color: rgb(98,44,248); }
td.TdClassName
{
border-color: #622CF8;
}
.TagClassName
{
border-color: #622CF8;
}
</style>