Shades of Han Purple #622CFA
Tints of Han Purple #622CFA
RGB
CMYK
RGB Variations
Color information
#622CFA (or 0x622CFA) is known color: Han Purple. HEX triplet: 62, 2C and FA. RGB value is (98,44,250). Sum of RGB (Red+Green+Blue) = 98+44+250=392 (51% of max value = 765). Red value is 98 (38.67% from 255 or 25% from 392); Green value is 44 (17.58% from 255 or 11.22% from 392); Blue value is 250 (98.05% from 255 or 63.78% from 392); Max value from RGB is 250 - color contains mainly: blue. Hex color #622CFA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #622CFA is #9DD305. Grayscale: #525252. Windows color (decimal): -10343174 or 16395362. OLE color: 16395362.
HSL color Cylindrical-coordinate representation of color #622CFA: hue angle of 255.73º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #622CFA is Cyan = 0.61, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 98 | 44 | 250 | - |
| CMYK | 0.61 | 0.82 | 0 | 0.02 |
| HSL | 255.73º | 0.95% | 0.58% | - |
| HSV(B) | 255.73º | 0.82% | 0.98% | - |
| XYZ | 23.19 | 11.3 | 91.4 | - |
| YUV | 83.63 | 221.89 | 138.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 44 | 250 | 0.61 | 0.82 | 0 | 0.02 | 255.73 | 0.95 | 0.58 |
| Hex | 62 | 2C | FA | 3D | 52 | 0 | 2 | 100 | 5F | 3A |
| Octal | 142 | 54 | 372 | 75 | 122 | 0 | 2 | 400 | 137 | 72 |
| Binary | 1100010 | 101100 | 11111010 | 111101 | 1010010 | 0 | 10 | 100000000 | 1011111 | 111010 |
Color Harmonies of #622CFA
Complementary color
Monochromatic Colors of #622CFA
Black with #622CFA
Text Example
Text Example
White with #622CFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #622CFA; }
p { color: rgb(98,44,250); }
H1.HeaderClassName
{
color: #622CFA;
}
.AnyTagClassName
{
color: #622CFA;
}
</style>
background-color css
<style>
a { background-color: #622CFA; }
a { background-color: rgb(98,44,250); }
div.DivClassName
{
background-color: #622CFA;
}
.BgClassName
{
background-color: #622CFA;
}
</style>
border-color css
<style>
span { border-color: #622CFA; }
span { border-color: rgb(98,44,250); }
td.TdClassName
{
border-color: #622CFA;
}
.TagClassName
{
border-color: #622CFA;
}
</style>