Shades of Han Purple #6228EA
Tints of Han Purple #6228EA
RGB
CMYK
RGB Variations
Color information
#6228EA (or 0x6228EA) is known color: Han Purple. HEX triplet: 62, 28 and EA. RGB value is (98,40,234). Sum of RGB (Red+Green+Blue) = 98+40+234=372 (49% of max value = 765). Red value is 98 (38.67% from 255 or 26.34% from 372); Green value is 40 (16.02% from 255 or 10.75% from 372); Blue value is 234 (91.80% from 255 or 62.90% from 372); Max value from RGB is 234 - color contains mainly: blue. Hex color #6228EA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6228EA is #9DD715. Grayscale: #4E4E4E. Windows color (decimal): -10344214 or 15345762. OLE color: 15345762.
HSL color Cylindrical-coordinate representation of color #6228EA: hue angle of 257.94º degrees, saturation: 0.82, 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 #6228EA is Cyan = 0.58, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 98 | 40 | 234 | - |
| CMYK | 0.58 | 0.83 | 0 | 0.08 |
| HSL | 257.94º | 0.82% | 0.54% | - |
| HSV(B) | 257.94º | 0.83% | 0.92% | - |
| XYZ | 20.65 | 10.05 | 78.69 | - |
| YUV | 79.46 | 215.22 | 141.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 40 | 234 | 0.58 | 0.83 | 0 | 0.08 | 257.94 | 0.82 | 0.54 |
| Hex | 62 | 28 | EA | 3A | 53 | 0 | 8 | 102 | 52 | 36 |
| Octal | 142 | 50 | 352 | 72 | 123 | 0 | 10 | 402 | 122 | 66 |
| Binary | 1100010 | 101000 | 11101010 | 111010 | 1010011 | 0 | 1000 | 100000010 | 1010010 | 110110 |
Color Harmonies of #6228EA
Complementary color
Monochromatic Colors of #6228EA
Black with #6228EA
Text Example
Text Example
White with #6228EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6228EA; }
p { color: rgb(98,40,234); }
H1.HeaderClassName
{
color: #6228EA;
}
.AnyTagClassName
{
color: #6228EA;
}
</style>
background-color css
<style>
a { background-color: #6228EA; }
a { background-color: rgb(98,40,234); }
div.DivClassName
{
background-color: #6228EA;
}
.BgClassName
{
background-color: #6228EA;
}
</style>
border-color css
<style>
span { border-color: #6228EA; }
span { border-color: rgb(98,40,234); }
td.TdClassName
{
border-color: #6228EA;
}
.TagClassName
{
border-color: #6228EA;
}
</style>