Shades of Han Purple #622CF5
Tints of Han Purple #622CF5
RGB
CMYK
RGB Variations
Color information
#622CF5 (or 0x622CF5) is known color: Han Purple. HEX triplet: 62, 2C and F5. RGB value is (98,44,245). Sum of RGB (Red+Green+Blue) = 98+44+245=387 (51% of max value = 765). Red value is 98 (38.67% from 255 or 25.32% from 387); Green value is 44 (17.58% from 255 or 11.37% from 387); Blue value is 245 (96.09% from 255 or 63.31% from 387); Max value from RGB is 245 - color contains mainly: blue. Hex color #622CF5 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #622CF5 is #9DD30A. Grayscale: #525252. Windows color (decimal): -10343179 or 16067682. OLE color: 16067682.
HSL color Cylindrical-coordinate representation of color #622CF5: hue angle of 256.12º degrees, saturation: 0.91, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #622CF5 is Cyan = 0.6, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 98 | 44 | 245 | - |
| CMYK | 0.6 | 0.82 | 0 | 0.04 |
| HSL | 256.12º | 0.91% | 0.57% | - |
| HSV(B) | 256.12º | 0.82% | 0.96% | - |
| XYZ | 22.42 | 10.99 | 87.33 | - |
| YUV | 83.06 | 219.39 | 138.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 44 | 245 | 0.6 | 0.82 | 0 | 0.04 | 256.12 | 0.91 | 0.57 |
| Hex | 62 | 2C | F5 | 3C | 52 | 0 | 4 | 100 | 5B | 39 |
| Octal | 142 | 54 | 365 | 74 | 122 | 0 | 4 | 400 | 133 | 71 |
| Binary | 1100010 | 101100 | 11110101 | 111100 | 1010010 | 0 | 100 | 100000000 | 1011011 | 111001 |
Color Harmonies of #622CF5
Complementary color
Monochromatic Colors of #622CF5
Black with #622CF5
Text Example
Text Example
White with #622CF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #622CF5; }
p { color: rgb(98,44,245); }
H1.HeaderClassName
{
color: #622CF5;
}
.AnyTagClassName
{
color: #622CF5;
}
</style>
background-color css
<style>
a { background-color: #622CF5; }
a { background-color: rgb(98,44,245); }
div.DivClassName
{
background-color: #622CF5;
}
.BgClassName
{
background-color: #622CF5;
}
</style>
border-color css
<style>
span { border-color: #622CF5; }
span { border-color: rgb(98,44,245); }
td.TdClassName
{
border-color: #622CF5;
}
.TagClassName
{
border-color: #622CF5;
}
</style>