Shades of Han Purple #6218FC
Tints of Han Purple #6218FC
RGB
CMYK
RGB Variations
Color information
#6218FC (or 0x6218FC) is known color: Han Purple. HEX triplet: 62, 18 and FC. RGB value is (98,24,252). Sum of RGB (Red+Green+Blue) = 98+24+252=374 (49% of max value = 765). Red value is 98 (38.67% from 255 or 26.20% from 374); Green value is 24 (9.77% from 255 or 6.42% from 374); Blue value is 252 (98.83% from 255 or 67.38% from 374); Max value from RGB is 252 - color contains mainly: blue. Hex color #6218FC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6218FC is #9DE703. Grayscale: #474747. Windows color (decimal): -10348292 or 16521314. OLE color: 16521314.
HSL color Cylindrical-coordinate representation of color #6218FC: hue angle of 259.47º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6218FC is Cyan = 0.61, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 98 | 24 | 252 | - |
| CMYK | 0.61 | 0.90 | 0 | 0.01 |
| HSL | 259.47º | 0.97% | 0.54% | - |
| HSV(B) | 259.47º | 0.9% | 0.99% | - |
| XYZ | 22.93 | 10.28 | 92.87 | - |
| YUV | 72.12 | 229.52 | 146.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 24 | 252 | 0.61 | 0.90 | 0 | 0.01 | 259.47 | 0.97 | 0.54 |
| Hex | 62 | 18 | FC | 3D | 5A | 0 | 1 | 103 | 61 | 36 |
| Octal | 142 | 30 | 374 | 75 | 132 | 0 | 1 | 403 | 141 | 66 |
| Binary | 1100010 | 11000 | 11111100 | 111101 | 1011010 | 0 | 1 | 100000011 | 1100001 | 110110 |
Color Harmonies of #6218FC
Complementary color
Monochromatic Colors of #6218FC
Black with #6218FC
Text Example
Text Example
White with #6218FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6218FC; }
p { color: rgb(98,24,252); }
H1.HeaderClassName
{
color: #6218FC;
}
.AnyTagClassName
{
color: #6218FC;
}
</style>
background-color css
<style>
a { background-color: #6218FC; }
a { background-color: rgb(98,24,252); }
div.DivClassName
{
background-color: #6218FC;
}
.BgClassName
{
background-color: #6218FC;
}
</style>
border-color css
<style>
span { border-color: #6218FC; }
span { border-color: rgb(98,24,252); }
td.TdClassName
{
border-color: #6218FC;
}
.TagClassName
{
border-color: #6218FC;
}
</style>