Shades of Han Purple #622BEB
Tints of Han Purple #622BEB
RGB
CMYK
RGB Variations
Color information
#622BEB (or 0x622BEB) is known color: Han Purple. HEX triplet: 62, 2B and EB. RGB value is (98,43,235). Sum of RGB (Red+Green+Blue) = 98+43+235=376 (49% of max value = 765). Red value is 98 (38.67% from 255 or 26.06% from 376); Green value is 43 (17.19% from 255 or 11.44% from 376); Blue value is 235 (92.19% from 255 or 62.5% from 376); Max value from RGB is 235 - color contains mainly: blue. Hex color #622BEB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #622BEB is #9DD414. Grayscale: #505050. Windows color (decimal): -10343445 or 15412066. OLE color: 15412066.
HSL color Cylindrical-coordinate representation of color #622BEB: hue angle of 257.19º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #622BEB is Cyan = 0.58, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 98 | 43 | 235 | - |
| CMYK | 0.58 | 0.82 | 0 | 0.08 |
| HSL | 257.19º | 0.83% | 0.55% | - |
| HSV(B) | 257.19º | 0.82% | 0.92% | - |
| XYZ | 20.9 | 10.32 | 79.49 | - |
| YUV | 81.33 | 214.72 | 139.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 43 | 235 | 0.58 | 0.82 | 0 | 0.08 | 257.19 | 0.83 | 0.55 |
| Hex | 62 | 2B | EB | 3A | 52 | 0 | 8 | 101 | 53 | 37 |
| Octal | 142 | 53 | 353 | 72 | 122 | 0 | 10 | 401 | 123 | 67 |
| Binary | 1100010 | 101011 | 11101011 | 111010 | 1010010 | 0 | 1000 | 100000001 | 1010011 | 110111 |
Color Harmonies of #622BEB
Complementary color
Monochromatic Colors of #622BEB
Black with #622BEB
Text Example
Text Example
White with #622BEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #622BEB; }
p { color: rgb(98,43,235); }
H1.HeaderClassName
{
color: #622BEB;
}
.AnyTagClassName
{
color: #622BEB;
}
</style>
background-color css
<style>
a { background-color: #622BEB; }
a { background-color: rgb(98,43,235); }
div.DivClassName
{
background-color: #622BEB;
}
.BgClassName
{
background-color: #622BEB;
}
</style>
border-color css
<style>
span { border-color: #622BEB; }
span { border-color: rgb(98,43,235); }
td.TdClassName
{
border-color: #622BEB;
}
.TagClassName
{
border-color: #622BEB;
}
</style>