Shades of Han Purple #622CF3
Tints of Han Purple #622CF3
RGB
CMYK
RGB Variations
Color information
#622CF3 (or 0x622CF3) is known color: Han Purple. HEX triplet: 62, 2C and F3. RGB value is (98,44,243). Sum of RGB (Red+Green+Blue) = 98+44+243=385 (50% of max value = 765). Red value is 98 (38.67% from 255 or 25.45% from 385); Green value is 44 (17.58% from 255 or 11.43% from 385); Blue value is 243 (95.31% from 255 or 63.12% from 385); Max value from RGB is 243 - color contains mainly: blue. Hex color #622CF3 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #622CF3 is #9DD30C. Grayscale: #525252. Windows color (decimal): -10343181 or 15936610. OLE color: 15936610.
HSL color Cylindrical-coordinate representation of color #622CF3: hue angle of 256.28º degrees, saturation: 0.89, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #622CF3 is Cyan = 0.60, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 98 | 44 | 243 | - |
| CMYK | 0.60 | 0.82 | 0 | 0.05 |
| HSL | 256.28º | 0.89% | 0.56% | - |
| HSV(B) | 256.28º | 0.82% | 0.95% | - |
| XYZ | 22.12 | 10.87 | 85.73 | - |
| YUV | 82.83 | 218.39 | 138.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 44 | 243 | 0.60 | 0.82 | 0 | 0.05 | 256.28 | 0.89 | 0.56 |
| Hex | 62 | 2C | F3 | 3C | 52 | 0 | 5 | 100 | 59 | 38 |
| Octal | 142 | 54 | 363 | 74 | 122 | 0 | 5 | 400 | 131 | 70 |
| Binary | 1100010 | 101100 | 11110011 | 111100 | 1010010 | 0 | 101 | 100000000 | 1011001 | 111000 |
Color Harmonies of #622CF3
Complementary color
Monochromatic Colors of #622CF3
Black with #622CF3
Text Example
Text Example
White with #622CF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #622CF3; }
p { color: rgb(98,44,243); }
H1.HeaderClassName
{
color: #622CF3;
}
.AnyTagClassName
{
color: #622CF3;
}
</style>
background-color css
<style>
a { background-color: #622CF3; }
a { background-color: rgb(98,44,243); }
div.DivClassName
{
background-color: #622CF3;
}
.BgClassName
{
background-color: #622CF3;
}
</style>
border-color css
<style>
span { border-color: #622CF3; }
span { border-color: rgb(98,44,243); }
td.TdClassName
{
border-color: #622CF3;
}
.TagClassName
{
border-color: #622CF3;
}
</style>