Shades of Han Purple #6C20EC
Tints of Han Purple #6C20EC
RGB
CMYK
RGB Variations
Color information
#6C20EC (or 0x6C20EC) is known color: Han Purple. HEX triplet: 6C, 20 and EC. RGB value is (108,32,236). Sum of RGB (Red+Green+Blue) = 108+32+236=376 (49% of max value = 765). Red value is 108 (42.58% from 255 or 28.72% from 376); Green value is 32 (12.89% from 255 or 8.51% from 376); Blue value is 236 (92.58% from 255 or 62.77% from 376); Max value from RGB is 236 - color contains mainly: blue. Hex color #6C20EC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6C20EC is #93DF13. Grayscale: #4D4D4D. Windows color (decimal): -9690900 or 15474796. OLE color: 15474796.
HSL color Cylindrical-coordinate representation of color #6C20EC: hue angle of 262.35º degrees, saturation: 0.84, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #6C20EC is Cyan = 0.54, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 108 | 32 | 236 | - |
| CMYK | 0.54 | 0.86 | 0 | 0.07 |
| HSL | 262.35º | 0.84% | 0.53% | - |
| HSV(B) | 262.35º | 0.86% | 0.93% | - |
| XYZ | 21.84 | 10.28 | 80.19 | - |
| YUV | 77.98 | 217.18 | 149.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 32 | 236 | 0.54 | 0.86 | 0 | 0.07 | 262.35 | 0.84 | 0.53 |
| Hex | 6C | 20 | EC | 36 | 56 | 0 | 7 | 106 | 54 | 35 |
| Octal | 154 | 40 | 354 | 66 | 126 | 0 | 7 | 406 | 124 | 65 |
| Binary | 1101100 | 100000 | 11101100 | 110110 | 1010110 | 0 | 111 | 100000110 | 1010100 | 110101 |
Color Harmonies of #6C20EC
Complementary color
Monochromatic Colors of #6C20EC
Black with #6C20EC
Text Example
Text Example
White with #6C20EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C20EC; }
p { color: rgb(108,32,236); }
H1.HeaderClassName
{
color: #6C20EC;
}
.AnyTagClassName
{
color: #6C20EC;
}
</style>
background-color css
<style>
a { background-color: #6C20EC; }
a { background-color: rgb(108,32,236); }
div.DivClassName
{
background-color: #6C20EC;
}
.BgClassName
{
background-color: #6C20EC;
}
</style>
border-color css
<style>
span { border-color: #6C20EC; }
span { border-color: rgb(108,32,236); }
td.TdClassName
{
border-color: #6C20EC;
}
.TagClassName
{
border-color: #6C20EC;
}
</style>