Shades of Han Purple #6228FF
Tints of Han Purple #6228FF
RGB
CMYK
RGB Variations
Color information
#6228FF (or 0x6228FF) is known color: Han Purple. HEX triplet: 62, 28 and FF. RGB value is (98,40,255). Sum of RGB (Red+Green+Blue) = 98+40+255=393 (52% of max value = 765). Red value is 98 (38.67% from 255 or 24.94% from 393); Green value is 40 (16.02% from 255 or 10.18% from 393); Blue value is 255 (100% from 255 or 64.89% from 393); Max value from RGB is 255 - color contains mainly: blue. Hex color #6228FF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6228FF is #9DD700. Grayscale: #515151. Windows color (decimal): -10344193 or 16722018. OLE color: 16722018.
HSL color Cylindrical-coordinate representation of color #6228FF: hue angle of 256.19º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #6228FF is Cyan = 0.62, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 98 | 40 | 255 | - |
| CMYK | 0.62 | 0.84 | 0 | 0 |
| HSL | 256.19º | 1% | 0.58% | - |
| HSV(B) | 256.19º | 0.84% | 1% | - |
| XYZ | 23.85 | 11.33 | 95.54 | - |
| YUV | 81.85 | 225.72 | 139.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 40 | 255 | 0.62 | 0.84 | 0 | 0 | 256.19 | 1 | 0.58 |
| Hex | 62 | 28 | FF | 3E | 54 | 0 | 0 | 100 | 64 | 3A |
| Octal | 142 | 50 | 377 | 76 | 124 | 0 | 0 | 400 | 144 | 72 |
| Binary | 1100010 | 101000 | 11111111 | 111110 | 1010100 | 0 | 0 | 100000000 | 1100100 | 111010 |
Color Harmonies of #6228FF
Complementary color
Monochromatic Colors of #6228FF
Black with #6228FF
Text Example
Text Example
White with #6228FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6228FF; }
p { color: rgb(98,40,255); }
H1.HeaderClassName
{
color: #6228FF;
}
.AnyTagClassName
{
color: #6228FF;
}
</style>
background-color css
<style>
a { background-color: #6228FF; }
a { background-color: rgb(98,40,255); }
div.DivClassName
{
background-color: #6228FF;
}
.BgClassName
{
background-color: #6228FF;
}
</style>
border-color css
<style>
span { border-color: #6228FF; }
span { border-color: rgb(98,40,255); }
td.TdClassName
{
border-color: #6228FF;
}
.TagClassName
{
border-color: #6228FF;
}
</style>