Shades of Han Purple #6218FB
Tints of Han Purple #6218FB
RGB
CMYK
RGB Variations
Color information
#6218FB (or 0x6218FB) is known color: Han Purple. HEX triplet: 62, 18 and FB. RGB value is (98,24,251). Sum of RGB (Red+Green+Blue) = 98+24+251=373 (49% of max value = 765). Red value is 98 (38.67% from 255 or 26.27% from 373); Green value is 24 (9.77% from 255 or 6.43% from 373); Blue value is 251 (98.44% from 255 or 67.29% from 373); Max value from RGB is 251 - color contains mainly: blue. Hex color #6218FB is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6218FB is #9DE704. Grayscale: #474747. Windows color (decimal): -10348293 or 16455778. OLE color: 16455778.
HSL color Cylindrical-coordinate representation of color #6218FB: hue angle of 259.56º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6218FB is Cyan = 0.61, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 98 | 24 | 251 | - |
| CMYK | 0.61 | 0.90 | 0 | 0.02 |
| HSL | 259.56º | 0.97% | 0.54% | - |
| HSV(B) | 259.56º | 0.9% | 0.98% | - |
| XYZ | 22.78 | 10.21 | 92.04 | - |
| YUV | 72 | 229.02 | 146.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 24 | 251 | 0.61 | 0.90 | 0 | 0.02 | 259.56 | 0.97 | 0.54 |
| Hex | 62 | 18 | FB | 3D | 5A | 0 | 2 | 104 | 61 | 36 |
| Octal | 142 | 30 | 373 | 75 | 132 | 0 | 2 | 404 | 141 | 66 |
| Binary | 1100010 | 11000 | 11111011 | 111101 | 1011010 | 0 | 10 | 100000100 | 1100001 | 110110 |
Color Harmonies of #6218FB
Complementary color
Monochromatic Colors of #6218FB
Black with #6218FB
Text Example
Text Example
White with #6218FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6218FB; }
p { color: rgb(98,24,251); }
H1.HeaderClassName
{
color: #6218FB;
}
.AnyTagClassName
{
color: #6218FB;
}
</style>
background-color css
<style>
a { background-color: #6218FB; }
a { background-color: rgb(98,24,251); }
div.DivClassName
{
background-color: #6218FB;
}
.BgClassName
{
background-color: #6218FB;
}
</style>
border-color css
<style>
span { border-color: #6218FB; }
span { border-color: rgb(98,24,251); }
td.TdClassName
{
border-color: #6218FB;
}
.TagClassName
{
border-color: #6218FB;
}
</style>