Shades of Han Purple #622BE5
Tints of Han Purple #622BE5
RGB
CMYK
RGB Variations
Color information
#622BE5 (or 0x622BE5) is known color: Han Purple. HEX triplet: 62, 2B and E5. RGB value is (98,43,229). Sum of RGB (Red+Green+Blue) = 98+43+229=370 (49% of max value = 765). Red value is 98 (38.67% from 255 or 26.49% from 370); Green value is 43 (17.19% from 255 or 11.62% from 370); Blue value is 229 (89.84% from 255 or 61.89% from 370); Max value from RGB is 229 - color contains mainly: blue. Hex color #622BE5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #622BE5 is #9DD41A. Grayscale: #4F4F4F. Windows color (decimal): -10343451 or 15018850. OLE color: 15018850.
HSL color Cylindrical-coordinate representation of color #622BE5: hue angle of 257.74º degrees, saturation: 0.78, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #622BE5 is Cyan = 0.57, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 98 | 43 | 229 | - |
| CMYK | 0.57 | 0.81 | 0 | 0.10 |
| HSL | 257.74º | 0.78% | 0.53% | - |
| HSV(B) | 257.74º | 0.81% | 0.9% | - |
| XYZ | 20.04 | 9.98 | 75 | - |
| YUV | 80.65 | 211.72 | 140.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 43 | 229 | 0.57 | 0.81 | 0 | 0.10 | 257.74 | 0.78 | 0.53 |
| Hex | 62 | 2B | E5 | 39 | 51 | 0 | A | 102 | 4E | 35 |
| Octal | 142 | 53 | 345 | 71 | 121 | 0 | 12 | 402 | 116 | 65 |
| Binary | 1100010 | 101011 | 11100101 | 111001 | 1010001 | 0 | 1010 | 100000010 | 1001110 | 110101 |
Color Harmonies of #622BE5
Complementary color
Monochromatic Colors of #622BE5
Black with #622BE5
Text Example
Text Example
White with #622BE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #622BE5; }
p { color: rgb(98,43,229); }
H1.HeaderClassName
{
color: #622BE5;
}
.AnyTagClassName
{
color: #622BE5;
}
</style>
background-color css
<style>
a { background-color: #622BE5; }
a { background-color: rgb(98,43,229); }
div.DivClassName
{
background-color: #622BE5;
}
.BgClassName
{
background-color: #622BE5;
}
</style>
border-color css
<style>
span { border-color: #622BE5; }
span { border-color: rgb(98,43,229); }
td.TdClassName
{
border-color: #622BE5;
}
.TagClassName
{
border-color: #622BE5;
}
</style>