Shades of Han Purple #6223ED
Tints of Han Purple #6223ED
RGB
CMYK
RGB Variations
Color information
#6223ED (or 0x6223ED) is known color: Han Purple. HEX triplet: 62, 23 and ED. RGB value is (98,35,237). Sum of RGB (Red+Green+Blue) = 98+35+237=370 (49% of max value = 765). Red value is 98 (38.67% from 255 or 26.49% from 370); Green value is 35 (14.06% from 255 or 9.46% from 370); Blue value is 237 (92.97% from 255 or 64.05% from 370); Max value from RGB is 237 - color contains mainly: blue. Hex color #6223ED is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6223ED is #9DDC12. Grayscale: #4C4C4C. Windows color (decimal): -10345491 or 15541090. OLE color: 15541090.
HSL color Cylindrical-coordinate representation of color #6223ED: hue angle of 258.71º degrees, saturation: 0.85, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #6223ED is Cyan = 0.59, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 98 | 35 | 237 | - |
| CMYK | 0.59 | 0.85 | 0 | 0.07 |
| HSL | 258.71º | 0.85% | 0.53% | - |
| HSV(B) | 258.71º | 0.85% | 0.93% | - |
| XYZ | 20.92 | 9.91 | 80.93 | - |
| YUV | 76.87 | 218.37 | 143.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 35 | 237 | 0.59 | 0.85 | 0 | 0.07 | 258.71 | 0.85 | 0.53 |
| Hex | 62 | 23 | ED | 3B | 55 | 0 | 7 | 103 | 55 | 35 |
| Octal | 142 | 43 | 355 | 73 | 125 | 0 | 7 | 403 | 125 | 65 |
| Binary | 1100010 | 100011 | 11101101 | 111011 | 1010101 | 0 | 111 | 100000011 | 1010101 | 110101 |
Color Harmonies of #6223ED
Complementary color
Monochromatic Colors of #6223ED
Black with #6223ED
Text Example
Text Example
White with #6223ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6223ED; }
p { color: rgb(98,35,237); }
H1.HeaderClassName
{
color: #6223ED;
}
.AnyTagClassName
{
color: #6223ED;
}
</style>
background-color css
<style>
a { background-color: #6223ED; }
a { background-color: rgb(98,35,237); }
div.DivClassName
{
background-color: #6223ED;
}
.BgClassName
{
background-color: #6223ED;
}
</style>
border-color css
<style>
span { border-color: #6223ED; }
span { border-color: rgb(98,35,237); }
td.TdClassName
{
border-color: #6223ED;
}
.TagClassName
{
border-color: #6223ED;
}
</style>