Shades of Han Purple #6218FF
Tints of Han Purple #6218FF
RGB
CMYK
RGB Variations
Color information
#6218FF (or 0x6218FF) is known color: Han Purple. HEX triplet: 62, 18 and FF. RGB value is (98,24,255). Sum of RGB (Red+Green+Blue) = 98+24+255=377 (49% of max value = 765). Red value is 98 (38.67% from 255 or 25.99% from 377); Green value is 24 (9.77% from 255 or 6.37% from 377); Blue value is 255 (100% from 255 or 67.64% from 377); Max value from RGB is 255 - color contains mainly: blue. Hex color #6218FF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6218FF is #9DE700. Grayscale: #474747. Windows color (decimal): -10348289 or 16717922. OLE color: 16717922.
HSL color Cylindrical-coordinate representation of color #6218FF: hue angle of 259.22º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #6218FF is Cyan = 0.62, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 98 | 24 | 255 | - |
| CMYK | 0.62 | 0.91 | 0 | 0 |
| HSL | 259.22º | 1% | 0.55% | - |
| HSV(B) | 259.22º | 0.91% | 1% | - |
| XYZ | 23.41 | 10.47 | 95.39 | - |
| YUV | 72.46 | 231.02 | 146.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 24 | 255 | 0.62 | 0.91 | 0 | 0 | 259.22 | 1 | 0.55 |
| Hex | 62 | 18 | FF | 3E | 5B | 0 | 0 | 103 | 64 | 37 |
| Octal | 142 | 30 | 377 | 76 | 133 | 0 | 0 | 403 | 144 | 67 |
| Binary | 1100010 | 11000 | 11111111 | 111110 | 1011011 | 0 | 0 | 100000011 | 1100100 | 110111 |
Color Harmonies of #6218FF
Complementary color
Monochromatic Colors of #6218FF
Black with #6218FF
Text Example
Text Example
White with #6218FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6218FF; }
p { color: rgb(98,24,255); }
H1.HeaderClassName
{
color: #6218FF;
}
.AnyTagClassName
{
color: #6218FF;
}
</style>
background-color css
<style>
a { background-color: #6218FF; }
a { background-color: rgb(98,24,255); }
div.DivClassName
{
background-color: #6218FF;
}
.BgClassName
{
background-color: #6218FF;
}
</style>
border-color css
<style>
span { border-color: #6218FF; }
span { border-color: rgb(98,24,255); }
td.TdClassName
{
border-color: #6218FF;
}
.TagClassName
{
border-color: #6218FF;
}
</style>