Shades of Han Purple #622AEC
Tints of Han Purple #622AEC
RGB
CMYK
RGB Variations
Color information
#622AEC (or 0x622AEC) is known color: Han Purple. HEX triplet: 62, 2A and EC. RGB value is (98,42,236). Sum of RGB (Red+Green+Blue) = 98+42+236=376 (49% of max value = 765). Red value is 98 (38.67% from 255 or 26.06% from 376); Green value is 42 (16.80% from 255 or 11.17% from 376); Blue value is 236 (92.58% from 255 or 62.77% from 376); Max value from RGB is 236 - color contains mainly: blue. Hex color #622AEC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #622AEC is #9DD513. Grayscale: #505050. Windows color (decimal): -10343700 or 15477346. OLE color: 15477346.
HSL color Cylindrical-coordinate representation of color #622AEC: hue angle of 257.32º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #622AEC is Cyan = 0.58, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 98 | 42 | 236 | - |
| CMYK | 0.58 | 0.82 | 0 | 0.07 |
| HSL | 257.32º | 0.84% | 0.55% | - |
| HSV(B) | 257.32º | 0.82% | 0.93% | - |
| XYZ | 21.01 | 10.31 | 80.24 | - |
| YUV | 80.86 | 215.55 | 140.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 42 | 236 | 0.58 | 0.82 | 0 | 0.07 | 257.32 | 0.84 | 0.55 |
| Hex | 62 | 2A | EC | 3A | 52 | 0 | 7 | 101 | 54 | 37 |
| Octal | 142 | 52 | 354 | 72 | 122 | 0 | 7 | 401 | 124 | 67 |
| Binary | 1100010 | 101010 | 11101100 | 111010 | 1010010 | 0 | 111 | 100000001 | 1010100 | 110111 |
Color Harmonies of #622AEC
Complementary color
Monochromatic Colors of #622AEC
Black with #622AEC
Text Example
Text Example
White with #622AEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #622AEC; }
p { color: rgb(98,42,236); }
H1.HeaderClassName
{
color: #622AEC;
}
.AnyTagClassName
{
color: #622AEC;
}
</style>
background-color css
<style>
a { background-color: #622AEC; }
a { background-color: rgb(98,42,236); }
div.DivClassName
{
background-color: #622AEC;
}
.BgClassName
{
background-color: #622AEC;
}
</style>
border-color css
<style>
span { border-color: #622AEC; }
span { border-color: rgb(98,42,236); }
td.TdClassName
{
border-color: #622AEC;
}
.TagClassName
{
border-color: #622AEC;
}
</style>