Shades of Han Purple #6423EC
Tints of Han Purple #6423EC
RGB
CMYK
RGB Variations
Color information
#6423EC (or 0x6423EC) is known color: Han Purple. HEX triplet: 64, 23 and EC. RGB value is (100,35,236). Sum of RGB (Red+Green+Blue) = 100+35+236=371 (49% of max value = 765). Red value is 100 (39.45% from 255 or 26.95% from 371); Green value is 35 (14.06% from 255 or 9.43% from 371); Blue value is 236 (92.58% from 255 or 63.61% from 371); Max value from RGB is 236 - color contains mainly: blue. Hex color #6423EC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6423EC is #9BDC13. Grayscale: #4C4C4C. Windows color (decimal): -10214420 or 15475556. OLE color: 15475556.
HSL color Cylindrical-coordinate representation of color #6423EC: hue angle of 259.4º degrees, saturation: 0.84, 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 #6423EC is Cyan = 0.58, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 100 | 35 | 236 | - |
| CMYK | 0.58 | 0.85 | 0 | 0.07 |
| HSL | 259.4º | 0.84% | 0.53% | - |
| HSV(B) | 259.4º | 0.85% | 0.93% | - |
| XYZ | 21 | 9.97 | 80.17 | - |
| YUV | 77.35 | 217.53 | 144.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 35 | 236 | 0.58 | 0.85 | 0 | 0.07 | 259.4 | 0.84 | 0.53 |
| Hex | 64 | 23 | EC | 3A | 55 | 0 | 7 | 103 | 54 | 35 |
| Octal | 144 | 43 | 354 | 72 | 125 | 0 | 7 | 403 | 124 | 65 |
| Binary | 1100100 | 100011 | 11101100 | 111010 | 1010101 | 0 | 111 | 100000011 | 1010100 | 110101 |
Color Harmonies of #6423EC
Complementary color
Monochromatic Colors of #6423EC
Black with #6423EC
Text Example
Text Example
White with #6423EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6423EC; }
p { color: rgb(100,35,236); }
H1.HeaderClassName
{
color: #6423EC;
}
.AnyTagClassName
{
color: #6423EC;
}
</style>
background-color css
<style>
a { background-color: #6423EC; }
a { background-color: rgb(100,35,236); }
div.DivClassName
{
background-color: #6423EC;
}
.BgClassName
{
background-color: #6423EC;
}
</style>
border-color css
<style>
span { border-color: #6423EC; }
span { border-color: rgb(100,35,236); }
td.TdClassName
{
border-color: #6423EC;
}
.TagClassName
{
border-color: #6423EC;
}
</style>