Shades of Han Purple #6228EB
Tints of Han Purple #6228EB
RGB
CMYK
RGB Variations
Color information
#6228EB (or 0x6228EB) is known color: Han Purple. HEX triplet: 62, 28 and EB. RGB value is (98,40,235). Sum of RGB (Red+Green+Blue) = 98+40+235=373 (49% of max value = 765). Red value is 98 (38.67% from 255 or 26.27% from 373); Green value is 40 (16.02% from 255 or 10.72% from 373); Blue value is 235 (92.19% from 255 or 63.00% from 373); Max value from RGB is 235 - color contains mainly: blue. Hex color #6228EB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6228EB is #9DD714. Grayscale: #4E4E4E. Windows color (decimal): -10344213 or 15411298. OLE color: 15411298.
HSL color Cylindrical-coordinate representation of color #6228EB: hue angle of 257.85º 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 #6228EB is Cyan = 0.58, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 98 | 40 | 235 | - |
| CMYK | 0.58 | 0.83 | 0 | 0.08 |
| HSL | 257.85º | 0.83% | 0.54% | - |
| HSV(B) | 257.85º | 0.83% | 0.92% | - |
| XYZ | 20.79 | 10.11 | 79.45 | - |
| YUV | 79.57 | 215.72 | 141.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 40 | 235 | 0.58 | 0.83 | 0 | 0.08 | 257.85 | 0.83 | 0.54 |
| Hex | 62 | 28 | EB | 3A | 53 | 0 | 8 | 102 | 53 | 36 |
| Octal | 142 | 50 | 353 | 72 | 123 | 0 | 10 | 402 | 123 | 66 |
| Binary | 1100010 | 101000 | 11101011 | 111010 | 1010011 | 0 | 1000 | 100000010 | 1010011 | 110110 |
Color Harmonies of #6228EB
Complementary color
Monochromatic Colors of #6228EB
Black with #6228EB
Text Example
Text Example
White with #6228EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6228EB; }
p { color: rgb(98,40,235); }
H1.HeaderClassName
{
color: #6228EB;
}
.AnyTagClassName
{
color: #6228EB;
}
</style>
background-color css
<style>
a { background-color: #6228EB; }
a { background-color: rgb(98,40,235); }
div.DivClassName
{
background-color: #6228EB;
}
.BgClassName
{
background-color: #6228EB;
}
</style>
border-color css
<style>
span { border-color: #6228EB; }
span { border-color: rgb(98,40,235); }
td.TdClassName
{
border-color: #6228EB;
}
.TagClassName
{
border-color: #6228EB;
}
</style>