Shades of Han Purple #622AE8
Tints of Han Purple #622AE8
RGB
CMYK
RGB Variations
Color information
#622AE8 (or 0x622AE8) is known color: Han Purple. HEX triplet: 62, 2A and E8. RGB value is (98,42,232). Sum of RGB (Red+Green+Blue) = 98+42+232=372 (49% of max value = 765). Red value is 98 (38.67% from 255 or 26.34% from 372); Green value is 42 (16.80% from 255 or 11.29% from 372); Blue value is 232 (91.02% from 255 or 62.37% from 372); Max value from RGB is 232 - color contains mainly: blue. Hex color #622AE8 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #622AE8 is #9DD517. Grayscale: #4F4F4F. Windows color (decimal): -10343704 or 15215202. OLE color: 15215202.
HSL color Cylindrical-coordinate representation of color #622AE8: hue angle of 257.68º degrees, saturation: 0.81, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #622AE8 is Cyan = 0.58, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 98 | 42 | 232 | - |
| CMYK | 0.58 | 0.82 | 0 | 0.09 |
| HSL | 257.68º | 0.81% | 0.54% | - |
| HSV(B) | 257.68º | 0.82% | 0.91% | - |
| XYZ | 20.43 | 10.08 | 77.21 | - |
| YUV | 80.4 | 213.55 | 140.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 42 | 232 | 0.58 | 0.82 | 0 | 0.09 | 257.68 | 0.81 | 0.54 |
| Hex | 62 | 2A | E8 | 3A | 52 | 0 | 9 | 102 | 51 | 36 |
| Octal | 142 | 52 | 350 | 72 | 122 | 0 | 11 | 402 | 121 | 66 |
| Binary | 1100010 | 101010 | 11101000 | 111010 | 1010010 | 0 | 1001 | 100000010 | 1010001 | 110110 |
Color Harmonies of #622AE8
Complementary color
Monochromatic Colors of #622AE8
Black with #622AE8
Text Example
Text Example
White with #622AE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #622AE8; }
p { color: rgb(98,42,232); }
H1.HeaderClassName
{
color: #622AE8;
}
.AnyTagClassName
{
color: #622AE8;
}
</style>
background-color css
<style>
a { background-color: #622AE8; }
a { background-color: rgb(98,42,232); }
div.DivClassName
{
background-color: #622AE8;
}
.BgClassName
{
background-color: #622AE8;
}
</style>
border-color css
<style>
span { border-color: #622AE8; }
span { border-color: rgb(98,42,232); }
td.TdClassName
{
border-color: #622AE8;
}
.TagClassName
{
border-color: #622AE8;
}
</style>