Shades of Han Purple #6C21EB
Tints of Han Purple #6C21EB
RGB
CMYK
RGB Variations
Color information
#6C21EB (or 0x6C21EB) is known color: Han Purple. HEX triplet: 6C, 21 and EB. RGB value is (108,33,235). Sum of RGB (Red+Green+Blue) = 108+33+235=376 (49% of max value = 765). Red value is 108 (42.58% from 255 or 28.72% from 376); Green value is 33 (13.28% from 255 or 8.78% from 376); Blue value is 235 (92.19% from 255 or 62.5% from 376); Max value from RGB is 235 - color contains mainly: blue. Hex color #6C21EB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6C21EB is #93DE14. Grayscale: #4D4D4D. Windows color (decimal): -9690645 or 15409516. OLE color: 15409516.
HSL color Cylindrical-coordinate representation of color #6C21EB: hue angle of 262.28º degrees, saturation: 0.83, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #6C21EB is Cyan = 0.54, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 108 | 33 | 235 | - |
| CMYK | 0.54 | 0.86 | 0 | 0.08 |
| HSL | 262.28º | 0.83% | 0.53% | - |
| HSV(B) | 262.28º | 0.86% | 0.92% | - |
| XYZ | 21.72 | 10.27 | 79.44 | - |
| YUV | 78.45 | 216.35 | 149.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 33 | 235 | 0.54 | 0.86 | 0 | 0.08 | 262.28 | 0.83 | 0.53 |
| Hex | 6C | 21 | EB | 36 | 56 | 0 | 8 | 106 | 53 | 35 |
| Octal | 154 | 41 | 353 | 66 | 126 | 0 | 10 | 406 | 123 | 65 |
| Binary | 1101100 | 100001 | 11101011 | 110110 | 1010110 | 0 | 1000 | 100000110 | 1010011 | 110101 |
Color Harmonies of #6C21EB
Complementary color
Monochromatic Colors of #6C21EB
Black with #6C21EB
Text Example
Text Example
White with #6C21EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C21EB; }
p { color: rgb(108,33,235); }
H1.HeaderClassName
{
color: #6C21EB;
}
.AnyTagClassName
{
color: #6C21EB;
}
</style>
background-color css
<style>
a { background-color: #6C21EB; }
a { background-color: rgb(108,33,235); }
div.DivClassName
{
background-color: #6C21EB;
}
.BgClassName
{
background-color: #6C21EB;
}
</style>
border-color css
<style>
span { border-color: #6C21EB; }
span { border-color: rgb(108,33,235); }
td.TdClassName
{
border-color: #6C21EB;
}
.TagClassName
{
border-color: #6C21EB;
}
</style>