Shades of Han Purple #6223FE
Tints of Han Purple #6223FE
RGB
CMYK
RGB Variations
Color information
#6223FE (or 0x6223FE) is known color: Han Purple. HEX triplet: 62, 23 and FE. RGB value is (98,35,254). Sum of RGB (Red+Green+Blue) = 98+35+254=387 (51% of max value = 765). Red value is 98 (38.67% from 255 or 25.32% from 387); Green value is 35 (14.06% from 255 or 9.04% from 387); Blue value is 254 (99.61% from 255 or 65.63% from 387); Max value from RGB is 254 - color contains mainly: blue. Hex color #6223FE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6223FE is #9DDC01. Grayscale: #4D4D4D. Windows color (decimal): -10345474 or 16655202. OLE color: 16655202.
HSL color Cylindrical-coordinate representation of color #6223FE: hue angle of 257.26º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #6223FE is Cyan = 0.61, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 98 | 35 | 254 | - |
| CMYK | 0.61 | 0.86 | 0 | 0.00 |
| HSL | 257.26º | 0.99% | 0.57% | - |
| HSV(B) | 257.26º | 0.86% | 1% | - |
| XYZ | 23.53 | 10.95 | 94.64 | - |
| YUV | 78.8 | 226.87 | 141.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 35 | 254 | 0.61 | 0.86 | 0 | 0.00 | 257.26 | 0.99 | 0.57 |
| Hex | 62 | 23 | FE | 3D | 56 | 0 | 0 | 101 | 63 | 39 |
| Octal | 142 | 43 | 376 | 75 | 126 | 0 | 0 | 401 | 143 | 71 |
| Binary | 1100010 | 100011 | 11111110 | 111101 | 1010110 | 0 | 0 | 100000001 | 1100011 | 111001 |
Color Harmonies of #6223FE
Complementary color
Monochromatic Colors of #6223FE
Black with #6223FE
Text Example
Text Example
White with #6223FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6223FE; }
p { color: rgb(98,35,254); }
H1.HeaderClassName
{
color: #6223FE;
}
.AnyTagClassName
{
color: #6223FE;
}
</style>
background-color css
<style>
a { background-color: #6223FE; }
a { background-color: rgb(98,35,254); }
div.DivClassName
{
background-color: #6223FE;
}
.BgClassName
{
background-color: #6223FE;
}
</style>
border-color css
<style>
span { border-color: #6223FE; }
span { border-color: rgb(98,35,254); }
td.TdClassName
{
border-color: #6223FE;
}
.TagClassName
{
border-color: #6223FE;
}
</style>