Shades of Han Purple #6214FE
Tints of Han Purple #6214FE
RGB
CMYK
RGB Variations
Color information
#6214FE (or 0x6214FE) is known color: Han Purple. HEX triplet: 62, 14 and FE. RGB value is (98,20,254). Sum of RGB (Red+Green+Blue) = 98+20+254=372 (49% of max value = 765). Red value is 98 (38.67% from 255 or 26.34% from 372); Green value is 20 (8.20% from 255 or 5.38% from 372); Blue value is 254 (99.61% from 255 or 68.28% from 372); Max value from RGB is 254 - color contains mainly: blue. Hex color #6214FE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6214FE is #9DEB01. Grayscale: #454545. Windows color (decimal): -10349314 or 16651362. OLE color: 16651362.
HSL color Cylindrical-coordinate representation of color #6214FE: hue angle of 260º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #6214FE is Cyan = 0.61, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 98 | 20 | 254 | - |
| CMYK | 0.61 | 0.92 | 0 | 0.00 |
| HSL | 260º | 0.99% | 0.54% | - |
| HSV(B) | 260º | 0.92% | 1% | - |
| XYZ | 23.18 | 10.25 | 94.52 | - |
| YUV | 70 | 231.84 | 147.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 20 | 254 | 0.61 | 0.92 | 0 | 0.00 | 260 | 0.99 | 0.54 |
| Hex | 62 | 14 | FE | 3D | 5C | 0 | 0 | 104 | 63 | 36 |
| Octal | 142 | 24 | 376 | 75 | 134 | 0 | 0 | 404 | 143 | 66 |
| Binary | 1100010 | 10100 | 11111110 | 111101 | 1011100 | 0 | 0 | 100000100 | 1100011 | 110110 |
Color Harmonies of #6214FE
Complementary color
Monochromatic Colors of #6214FE
Black with #6214FE
Text Example
Text Example
White with #6214FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6214FE; }
p { color: rgb(98,20,254); }
H1.HeaderClassName
{
color: #6214FE;
}
.AnyTagClassName
{
color: #6214FE;
}
</style>
background-color css
<style>
a { background-color: #6214FE; }
a { background-color: rgb(98,20,254); }
div.DivClassName
{
background-color: #6214FE;
}
.BgClassName
{
background-color: #6214FE;
}
</style>
border-color css
<style>
span { border-color: #6214FE; }
span { border-color: rgb(98,20,254); }
td.TdClassName
{
border-color: #6214FE;
}
.TagClassName
{
border-color: #6214FE;
}
</style>