Shades of Han Purple #6223FD
Tints of Han Purple #6223FD
RGB
CMYK
RGB Variations
Color information
#6223FD (or 0x6223FD) is known color: Han Purple. HEX triplet: 62, 23 and FD. RGB value is (98,35,253). Sum of RGB (Red+Green+Blue) = 98+35+253=386 (51% of max value = 765). Red value is 98 (38.67% from 255 or 25.39% from 386); Green value is 35 (14.06% from 255 or 9.07% from 386); Blue value is 253 (99.22% from 255 or 65.54% from 386); Max value from RGB is 253 - color contains mainly: blue. Hex color #6223FD is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6223FD is #9DDC02. Grayscale: #4D4D4D. Windows color (decimal): -10345475 or 16589666. OLE color: 16589666.
HSL color Cylindrical-coordinate representation of color #6223FD: hue angle of 257.34º degrees, saturation: 0.98, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #6223FD is Cyan = 0.61, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 98 | 35 | 253 | - |
| CMYK | 0.61 | 0.86 | 0 | 0.01 |
| HSL | 257.34º | 0.98% | 0.56% | - |
| HSV(B) | 257.34º | 0.86% | 0.99% | - |
| XYZ | 23.37 | 10.89 | 93.8 | - |
| YUV | 78.69 | 226.37 | 141.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 35 | 253 | 0.61 | 0.86 | 0 | 0.01 | 257.34 | 0.98 | 0.56 |
| Hex | 62 | 23 | FD | 3D | 56 | 0 | 1 | 101 | 62 | 38 |
| Octal | 142 | 43 | 375 | 75 | 126 | 0 | 1 | 401 | 142 | 70 |
| Binary | 1100010 | 100011 | 11111101 | 111101 | 1010110 | 0 | 1 | 100000001 | 1100010 | 111000 |
Color Harmonies of #6223FD
Complementary color
Monochromatic Colors of #6223FD
Black with #6223FD
Text Example
Text Example
White with #6223FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6223FD; }
p { color: rgb(98,35,253); }
H1.HeaderClassName
{
color: #6223FD;
}
.AnyTagClassName
{
color: #6223FD;
}
</style>
background-color css
<style>
a { background-color: #6223FD; }
a { background-color: rgb(98,35,253); }
div.DivClassName
{
background-color: #6223FD;
}
.BgClassName
{
background-color: #6223FD;
}
</style>
border-color css
<style>
span { border-color: #6223FD; }
span { border-color: rgb(98,35,253); }
td.TdClassName
{
border-color: #6223FD;
}
.TagClassName
{
border-color: #6223FD;
}
</style>