Shades of Han Purple #6216FF
Tints of Han Purple #6216FF
RGB
CMYK
RGB Variations
Color information
#6216FF (or 0x6216FF) is known color: Han Purple. HEX triplet: 62, 16 and FF. RGB value is (98,22,255). Sum of RGB (Red+Green+Blue) = 98+22+255=375 (49% of max value = 765). Red value is 98 (38.67% from 255 or 26.13% from 375); Green value is 22 (8.98% from 255 or 5.87% from 375); Blue value is 255 (100% from 255 or 68% from 375); Max value from RGB is 255 - color contains mainly: blue. Hex color #6216FF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6216FF is #9DE900. Grayscale: #464646. Windows color (decimal): -10348801 or 16717410. OLE color: 16717410.
HSL color Cylindrical-coordinate representation of color #6216FF: hue angle of 259.57º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #6216FF is Cyan = 0.62, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 98 | 22 | 255 | - |
| CMYK | 0.62 | 0.91 | 0 | 0 |
| HSL | 259.57º | 1% | 0.54% | - |
| HSV(B) | 259.57º | 0.91% | 1% | - |
| XYZ | 23.37 | 10.39 | 95.38 | - |
| YUV | 71.29 | 231.68 | 147.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 22 | 255 | 0.62 | 0.91 | 0 | 0 | 259.57 | 1 | 0.54 |
| Hex | 62 | 16 | FF | 3E | 5B | 0 | 0 | 104 | 64 | 36 |
| Octal | 142 | 26 | 377 | 76 | 133 | 0 | 0 | 404 | 144 | 66 |
| Binary | 1100010 | 10110 | 11111111 | 111110 | 1011011 | 0 | 0 | 100000100 | 1100100 | 110110 |
Color Harmonies of #6216FF
Complementary color
Monochromatic Colors of #6216FF
Black with #6216FF
Text Example
Text Example
White with #6216FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6216FF; }
p { color: rgb(98,22,255); }
H1.HeaderClassName
{
color: #6216FF;
}
.AnyTagClassName
{
color: #6216FF;
}
</style>
background-color css
<style>
a { background-color: #6216FF; }
a { background-color: rgb(98,22,255); }
div.DivClassName
{
background-color: #6216FF;
}
.BgClassName
{
background-color: #6216FF;
}
</style>
border-color css
<style>
span { border-color: #6216FF; }
span { border-color: rgb(98,22,255); }
td.TdClassName
{
border-color: #6216FF;
}
.TagClassName
{
border-color: #6216FF;
}
</style>