Shades of Han Purple #622DF5
Tints of Han Purple #622DF5
RGB
CMYK
RGB Variations
Color information
#622DF5 (or 0x622DF5) is known color: Han Purple. HEX triplet: 62, 2D and F5. RGB value is (98,45,245). Sum of RGB (Red+Green+Blue) = 98+45+245=388 (51% of max value = 765). Red value is 98 (38.67% from 255 or 25.26% from 388); Green value is 45 (17.97% from 255 or 11.60% from 388); Blue value is 245 (96.09% from 255 or 63.14% from 388); Max value from RGB is 245 - color contains mainly: blue. Hex color #622DF5 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #622DF5 is #9DD20A. Grayscale: #525252. Windows color (decimal): -10342923 or 16067938. OLE color: 16067938.
HSL color Cylindrical-coordinate representation of color #622DF5: hue angle of 255.9º 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 #622DF5 is Cyan = 0.6, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 98 | 45 | 245 | - |
| CMYK | 0.6 | 0.82 | 0 | 0.04 |
| HSL | 255.9º | 0.91% | 0.57% | - |
| HSV(B) | 255.9º | 0.82% | 0.96% | - |
| XYZ | 22.46 | 11.07 | 87.34 | - |
| YUV | 83.65 | 219.06 | 138.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 45 | 245 | 0.6 | 0.82 | 0 | 0.04 | 255.9 | 0.91 | 0.57 |
| Hex | 62 | 2D | F5 | 3C | 52 | 0 | 4 | 100 | 5B | 39 |
| Octal | 142 | 55 | 365 | 74 | 122 | 0 | 4 | 400 | 133 | 71 |
| Binary | 1100010 | 101101 | 11110101 | 111100 | 1010010 | 0 | 100 | 100000000 | 1011011 | 111001 |
Color Harmonies of #622DF5
Complementary color
Monochromatic Colors of #622DF5
Black with #622DF5
Text Example
Text Example
White with #622DF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #622DF5; }
p { color: rgb(98,45,245); }
H1.HeaderClassName
{
color: #622DF5;
}
.AnyTagClassName
{
color: #622DF5;
}
</style>
background-color css
<style>
a { background-color: #622DF5; }
a { background-color: rgb(98,45,245); }
div.DivClassName
{
background-color: #622DF5;
}
.BgClassName
{
background-color: #622DF5;
}
</style>
border-color css
<style>
span { border-color: #622DF5; }
span { border-color: rgb(98,45,245); }
td.TdClassName
{
border-color: #622DF5;
}
.TagClassName
{
border-color: #622DF5;
}
</style>