Shades of Han Purple #6229EB
Tints of Han Purple #6229EB
RGB
CMYK
RGB Variations
Color information
#6229EB (or 0x6229EB) is known color: Han Purple. HEX triplet: 62, 29 and EB. RGB value is (98,41,235). Sum of RGB (Red+Green+Blue) = 98+41+235=374 (49% of max value = 765). Red value is 98 (38.67% from 255 or 26.20% from 374); Green value is 41 (16.41% from 255 or 10.96% from 374); Blue value is 235 (92.19% from 255 or 62.83% from 374); Max value from RGB is 235 - color contains mainly: blue. Hex color #6229EB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6229EB is #9DD614. Grayscale: #4F4F4F. Windows color (decimal): -10343957 or 15411554. OLE color: 15411554.
HSL color Cylindrical-coordinate representation of color #6229EB: hue angle of 257.63º degrees, saturation: 0.83, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #6229EB is Cyan = 0.58, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 98 | 41 | 235 | - |
| CMYK | 0.58 | 0.83 | 0 | 0.08 |
| HSL | 257.63º | 0.83% | 0.54% | - |
| HSV(B) | 257.63º | 0.83% | 0.92% | - |
| XYZ | 20.83 | 10.18 | 79.46 | - |
| YUV | 80.16 | 215.38 | 140.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 41 | 235 | 0.58 | 0.83 | 0 | 0.08 | 257.63 | 0.83 | 0.54 |
| Hex | 62 | 29 | EB | 3A | 53 | 0 | 8 | 102 | 53 | 36 |
| Octal | 142 | 51 | 353 | 72 | 123 | 0 | 10 | 402 | 123 | 66 |
| Binary | 1100010 | 101001 | 11101011 | 111010 | 1010011 | 0 | 1000 | 100000010 | 1010011 | 110110 |
Color Harmonies of #6229EB
Complementary color
Monochromatic Colors of #6229EB
Black with #6229EB
Text Example
Text Example
White with #6229EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6229EB; }
p { color: rgb(98,41,235); }
H1.HeaderClassName
{
color: #6229EB;
}
.AnyTagClassName
{
color: #6229EB;
}
</style>
background-color css
<style>
a { background-color: #6229EB; }
a { background-color: rgb(98,41,235); }
div.DivClassName
{
background-color: #6229EB;
}
.BgClassName
{
background-color: #6229EB;
}
</style>
border-color css
<style>
span { border-color: #6229EB; }
span { border-color: rgb(98,41,235); }
td.TdClassName
{
border-color: #6229EB;
}
.TagClassName
{
border-color: #6229EB;
}
</style>