Shades of Han Purple #622AFF
Tints of Han Purple #622AFF
RGB
CMYK
RGB Variations
Color information
#622AFF (or 0x622AFF) is known color: Han Purple. HEX triplet: 62, 2A and FF. RGB value is (98,42,255). Sum of RGB (Red+Green+Blue) = 98+42+255=395 (52% of max value = 765). Red value is 98 (38.67% from 255 or 24.81% from 395); Green value is 42 (16.80% from 255 or 10.63% from 395); Blue value is 255 (100% from 255 or 64.56% from 395); Max value from RGB is 255 - color contains mainly: blue. Hex color #622AFF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #622AFF is #9DD500. Grayscale: #525252. Windows color (decimal): -10343681 or 16722530. OLE color: 16722530.
HSL color Cylindrical-coordinate representation of color #622AFF: hue angle of 255.77º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #622AFF is Cyan = 0.62, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 98 | 42 | 255 | - |
| CMYK | 0.62 | 0.84 | 0 | 0 |
| HSL | 255.77º | 1% | 0.58% | - |
| HSV(B) | 255.77º | 0.84% | 1% | - |
| XYZ | 23.91 | 11.47 | 95.56 | - |
| YUV | 83.03 | 225.05 | 138.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 42 | 255 | 0.62 | 0.84 | 0 | 0 | 255.77 | 1 | 0.58 |
| Hex | 62 | 2A | FF | 3E | 54 | 0 | 0 | 100 | 64 | 3A |
| Octal | 142 | 52 | 377 | 76 | 124 | 0 | 0 | 400 | 144 | 72 |
| Binary | 1100010 | 101010 | 11111111 | 111110 | 1010100 | 0 | 0 | 100000000 | 1100100 | 111010 |
Color Harmonies of #622AFF
Complementary color
Monochromatic Colors of #622AFF
Black with #622AFF
Text Example
Text Example
White with #622AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #622AFF; }
p { color: rgb(98,42,255); }
H1.HeaderClassName
{
color: #622AFF;
}
.AnyTagClassName
{
color: #622AFF;
}
</style>
background-color css
<style>
a { background-color: #622AFF; }
a { background-color: rgb(98,42,255); }
div.DivClassName
{
background-color: #622AFF;
}
.BgClassName
{
background-color: #622AFF;
}
</style>
border-color css
<style>
span { border-color: #622AFF; }
span { border-color: rgb(98,42,255); }
td.TdClassName
{
border-color: #622AFF;
}
.TagClassName
{
border-color: #622AFF;
}
</style>