Shades of Han Purple #622CF4
Tints of Han Purple #622CF4
RGB
CMYK
RGB Variations
Color information
#622CF4 (or 0x622CF4) is known color: Han Purple. HEX triplet: 62, 2C and F4. RGB value is (98,44,244). Sum of RGB (Red+Green+Blue) = 98+44+244=386 (51% of max value = 765). Red value is 98 (38.67% from 255 or 25.39% from 386); Green value is 44 (17.58% from 255 or 11.40% from 386); Blue value is 244 (95.70% from 255 or 63.21% from 386); Max value from RGB is 244 - color contains mainly: blue. Hex color #622CF4 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #622CF4 is #9DD30B. Grayscale: #525252. Windows color (decimal): -10343180 or 16002146. OLE color: 16002146.
HSL color Cylindrical-coordinate representation of color #622CF4: hue angle of 256.2º degrees, saturation: 0.9, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #622CF4 is Cyan = 0.60, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 98 | 44 | 244 | - |
| CMYK | 0.60 | 0.82 | 0 | 0.04 |
| HSL | 256.2º | 0.9% | 0.56% | - |
| HSV(B) | 256.2º | 0.82% | 0.96% | - |
| XYZ | 22.27 | 10.93 | 86.52 | - |
| YUV | 82.95 | 218.89 | 138.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 44 | 244 | 0.60 | 0.82 | 0 | 0.04 | 256.2 | 0.9 | 0.56 |
| Hex | 62 | 2C | F4 | 3C | 52 | 0 | 4 | 100 | 5A | 38 |
| Octal | 142 | 54 | 364 | 74 | 122 | 0 | 4 | 400 | 132 | 70 |
| Binary | 1100010 | 101100 | 11110100 | 111100 | 1010010 | 0 | 100 | 100000000 | 1011010 | 111000 |
Color Harmonies of #622CF4
Complementary color
Monochromatic Colors of #622CF4
Black with #622CF4
Text Example
Text Example
White with #622CF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #622CF4; }
p { color: rgb(98,44,244); }
H1.HeaderClassName
{
color: #622CF4;
}
.AnyTagClassName
{
color: #622CF4;
}
</style>
background-color css
<style>
a { background-color: #622CF4; }
a { background-color: rgb(98,44,244); }
div.DivClassName
{
background-color: #622CF4;
}
.BgClassName
{
background-color: #622CF4;
}
</style>
border-color css
<style>
span { border-color: #622CF4; }
span { border-color: rgb(98,44,244); }
td.TdClassName
{
border-color: #622CF4;
}
.TagClassName
{
border-color: #622CF4;
}
</style>