Shades of Han Purple #6621EC
Tints of Han Purple #6621EC
RGB
CMYK
RGB Variations
Color information
#6621EC (or 0x6621EC) is known color: Han Purple. HEX triplet: 66, 21 and EC. RGB value is (102,33,236). Sum of RGB (Red+Green+Blue) = 102+33+236=371 (49% of max value = 765). Red value is 102 (40.23% from 255 or 27.49% from 371); Green value is 33 (13.28% from 255 or 8.89% 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 #6621EC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6621EC is #99DE13. Grayscale: #4C4C4C. Windows color (decimal): -10083860 or 15475046. OLE color: 15475046.
HSL color Cylindrical-coordinate representation of color #6621EC: hue angle of 260.39º 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 #6621EC is Cyan = 0.57, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 102 | 33 | 236 | - |
| CMYK | 0.57 | 0.86 | 0 | 0.07 |
| HSL | 260.39º | 0.84% | 0.53% | - |
| HSV(B) | 260.39º | 0.86% | 0.93% | - |
| XYZ | 21.16 | 9.97 | 80.17 | - |
| YUV | 76.77 | 217.86 | 145.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 33 | 236 | 0.57 | 0.86 | 0 | 0.07 | 260.39 | 0.84 | 0.53 |
| Hex | 66 | 21 | EC | 39 | 56 | 0 | 7 | 104 | 54 | 35 |
| Octal | 146 | 41 | 354 | 71 | 126 | 0 | 7 | 404 | 124 | 65 |
| Binary | 1100110 | 100001 | 11101100 | 111001 | 1010110 | 0 | 111 | 100000100 | 1010100 | 110101 |
Color Harmonies of #6621EC
Complementary color
Monochromatic Colors of #6621EC
Black with #6621EC
Text Example
Text Example
White with #6621EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6621EC; }
p { color: rgb(102,33,236); }
H1.HeaderClassName
{
color: #6621EC;
}
.AnyTagClassName
{
color: #6621EC;
}
</style>
background-color css
<style>
a { background-color: #6621EC; }
a { background-color: rgb(102,33,236); }
div.DivClassName
{
background-color: #6621EC;
}
.BgClassName
{
background-color: #6621EC;
}
</style>
border-color css
<style>
span { border-color: #6621EC; }
span { border-color: rgb(102,33,236); }
td.TdClassName
{
border-color: #6621EC;
}
.TagClassName
{
border-color: #6621EC;
}
</style>