Shades of Han Purple #622AFE
Tints of Han Purple #622AFE
RGB
CMYK
RGB Variations
Color information
#622AFE (or 0x622AFE) is known color: Han Purple. HEX triplet: 62, 2A and FE. RGB value is (98,42,254). Sum of RGB (Red+Green+Blue) = 98+42+254=394 (52% of max value = 765). Red value is 98 (38.67% from 255 or 24.87% from 394); Green value is 42 (16.80% from 255 or 10.66% from 394); Blue value is 254 (99.61% from 255 or 64.47% from 394); Max value from RGB is 254 - color contains mainly: blue. Hex color #622AFE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #622AFE is #9DD501. Grayscale: #525252. Windows color (decimal): -10343682 or 16656994. OLE color: 16656994.
HSL color Cylindrical-coordinate representation of color #622AFE: hue angle of 255.85º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #622AFE is Cyan = 0.61, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 98 | 42 | 254 | - |
| CMYK | 0.61 | 0.83 | 0 | 0.00 |
| HSL | 255.85º | 0.99% | 0.58% | - |
| HSV(B) | 255.85º | 0.83% | 1% | - |
| XYZ | 23.75 | 11.41 | 94.72 | - |
| YUV | 82.91 | 224.55 | 138.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 42 | 254 | 0.61 | 0.83 | 0 | 0.00 | 255.85 | 0.99 | 0.58 |
| Hex | 62 | 2A | FE | 3D | 53 | 0 | 0 | 100 | 63 | 3A |
| Octal | 142 | 52 | 376 | 75 | 123 | 0 | 0 | 400 | 143 | 72 |
| Binary | 1100010 | 101010 | 11111110 | 111101 | 1010011 | 0 | 0 | 100000000 | 1100011 | 111010 |
Color Harmonies of #622AFE
Complementary color
Monochromatic Colors of #622AFE
Black with #622AFE
Text Example
Text Example
White with #622AFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #622AFE; }
p { color: rgb(98,42,254); }
H1.HeaderClassName
{
color: #622AFE;
}
.AnyTagClassName
{
color: #622AFE;
}
</style>
background-color css
<style>
a { background-color: #622AFE; }
a { background-color: rgb(98,42,254); }
div.DivClassName
{
background-color: #622AFE;
}
.BgClassName
{
background-color: #622AFE;
}
</style>
border-color css
<style>
span { border-color: #622AFE; }
span { border-color: rgb(98,42,254); }
td.TdClassName
{
border-color: #622AFE;
}
.TagClassName
{
border-color: #622AFE;
}
</style>