Shades of Han Purple #6229E5
Tints of Han Purple #6229E5
RGB
CMYK
RGB Variations
Color information
#6229E5 (or 0x6229E5) is known color: Han Purple. HEX triplet: 62, 29 and E5. RGB value is (98,41,229). Sum of RGB (Red+Green+Blue) = 98+41+229=368 (48% of max value = 765). Red value is 98 (38.67% from 255 or 26.63% from 368); Green value is 41 (16.41% from 255 or 11.14% from 368); Blue value is 229 (89.84% from 255 or 62.23% from 368); Max value from RGB is 229 - color contains mainly: blue. Hex color #6229E5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6229E5 is #9DD61A. Grayscale: #4E4E4E. Windows color (decimal): -10343963 or 15018338. OLE color: 15018338.
HSL color Cylindrical-coordinate representation of color #6229E5: hue angle of 258.19º degrees, saturation: 0.78, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #6229E5 is Cyan = 0.57, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 98 | 41 | 229 | - |
| CMYK | 0.57 | 0.82 | 0 | 0.10 |
| HSL | 258.19º | 0.78% | 0.53% | - |
| HSV(B) | 258.19º | 0.82% | 0.9% | - |
| XYZ | 19.97 | 9.84 | 74.98 | - |
| YUV | 79.48 | 212.38 | 141.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 41 | 229 | 0.57 | 0.82 | 0 | 0.10 | 258.19 | 0.78 | 0.53 |
| Hex | 62 | 29 | E5 | 39 | 52 | 0 | A | 102 | 4E | 35 |
| Octal | 142 | 51 | 345 | 71 | 122 | 0 | 12 | 402 | 116 | 65 |
| Binary | 1100010 | 101001 | 11100101 | 111001 | 1010010 | 0 | 1010 | 100000010 | 1001110 | 110101 |
Color Harmonies of #6229E5
Complementary color
Monochromatic Colors of #6229E5
Black with #6229E5
Text Example
Text Example
White with #6229E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6229E5; }
p { color: rgb(98,41,229); }
H1.HeaderClassName
{
color: #6229E5;
}
.AnyTagClassName
{
color: #6229E5;
}
</style>
background-color css
<style>
a { background-color: #6229E5; }
a { background-color: rgb(98,41,229); }
div.DivClassName
{
background-color: #6229E5;
}
.BgClassName
{
background-color: #6229E5;
}
</style>
border-color css
<style>
span { border-color: #6229E5; }
span { border-color: rgb(98,41,229); }
td.TdClassName
{
border-color: #6229E5;
}
.TagClassName
{
border-color: #6229E5;
}
</style>