Shades of Han Purple #6821EC
Tints of Han Purple #6821EC
RGB
CMYK
RGB Variations
Color information
#6821EC (or 0x6821EC) is known color: Han Purple. HEX triplet: 68, 21 and EC. RGB value is (104,33,236). Sum of RGB (Red+Green+Blue) = 104+33+236=373 (49% of max value = 765). Red value is 104 (41.02% from 255 or 27.88% from 373); Green value is 33 (13.28% from 255 or 8.85% from 373); Blue value is 236 (92.58% from 255 or 63.27% from 373); Max value from RGB is 236 - color contains mainly: blue. Hex color #6821EC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6821EC is #97DE13. Grayscale: #4C4C4C. Windows color (decimal): -9952788 or 15475048. OLE color: 15475048.
HSL color Cylindrical-coordinate representation of color #6821EC: hue angle of 260.99º 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 #6821EC is Cyan = 0.56, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 104 | 33 | 236 | - |
| CMYK | 0.56 | 0.86 | 0 | 0.07 |
| HSL | 260.99º | 0.84% | 0.53% | - |
| HSV(B) | 260.99º | 0.86% | 0.93% | - |
| XYZ | 21.39 | 10.09 | 80.18 | - |
| YUV | 77.37 | 217.52 | 146.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 33 | 236 | 0.56 | 0.86 | 0 | 0.07 | 260.99 | 0.84 | 0.53 |
| Hex | 68 | 21 | EC | 38 | 56 | 0 | 7 | 105 | 54 | 35 |
| Octal | 150 | 41 | 354 | 70 | 126 | 0 | 7 | 405 | 124 | 65 |
| Binary | 1101000 | 100001 | 11101100 | 111000 | 1010110 | 0 | 111 | 100000101 | 1010100 | 110101 |
Color Harmonies of #6821EC
Complementary color
Monochromatic Colors of #6821EC
Black with #6821EC
Text Example
Text Example
White with #6821EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6821EC; }
p { color: rgb(104,33,236); }
H1.HeaderClassName
{
color: #6821EC;
}
.AnyTagClassName
{
color: #6821EC;
}
</style>
background-color css
<style>
a { background-color: #6821EC; }
a { background-color: rgb(104,33,236); }
div.DivClassName
{
background-color: #6821EC;
}
.BgClassName
{
background-color: #6821EC;
}
</style>
border-color css
<style>
span { border-color: #6821EC; }
span { border-color: rgb(104,33,236); }
td.TdClassName
{
border-color: #6821EC;
}
.TagClassName
{
border-color: #6821EC;
}
</style>