Shades of Han Purple #6620E6
Tints of Han Purple #6620E6
RGB
CMYK
RGB Variations
Color information
#6620E6 (or 0x6620E6) is known color: Han Purple. HEX triplet: 66, 20 and E6. RGB value is (102,32,230). Sum of RGB (Red+Green+Blue) = 102+32+230=364 (48% of max value = 765). Red value is 102 (40.23% from 255 or 28.02% from 364); Green value is 32 (12.89% from 255 or 8.79% from 364); Blue value is 230 (90.23% from 255 or 63.19% from 364); Max value from RGB is 230 - color contains mainly: blue. Hex color #6620E6 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6620E6 is #99DF19. Grayscale: #4A4A4A. Windows color (decimal): -10084122 or 15081574. OLE color: 15081574.
HSL color Cylindrical-coordinate representation of color #6620E6: hue angle of 261.21º degrees, saturation: 0.8, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #6620E6 is Cyan = 0.56, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 102 | 32 | 230 | - |
| CMYK | 0.56 | 0.86 | 0 | 0.10 |
| HSL | 261.21º | 0.8% | 0.51% | - |
| HSV(B) | 261.21º | 0.86% | 0.9% | - |
| XYZ | 20.28 | 9.57 | 75.64 | - |
| YUV | 75.5 | 215.19 | 146.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 32 | 230 | 0.56 | 0.86 | 0 | 0.10 | 261.21 | 0.8 | 0.51 |
| Hex | 66 | 20 | E6 | 38 | 56 | 0 | A | 105 | 50 | 33 |
| Octal | 146 | 40 | 346 | 70 | 126 | 0 | 12 | 405 | 120 | 63 |
| Binary | 1100110 | 100000 | 11100110 | 111000 | 1010110 | 0 | 1010 | 100000101 | 1010000 | 110011 |
Color Harmonies of #6620E6
Complementary color
Monochromatic Colors of #6620E6
Black with #6620E6
Text Example
Text Example
White with #6620E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6620E6; }
p { color: rgb(102,32,230); }
H1.HeaderClassName
{
color: #6620E6;
}
.AnyTagClassName
{
color: #6620E6;
}
</style>
background-color css
<style>
a { background-color: #6620E6; }
a { background-color: rgb(102,32,230); }
div.DivClassName
{
background-color: #6620E6;
}
.BgClassName
{
background-color: #6620E6;
}
</style>
border-color css
<style>
span { border-color: #6620E6; }
span { border-color: rgb(102,32,230); }
td.TdClassName
{
border-color: #6620E6;
}
.TagClassName
{
border-color: #6620E6;
}
</style>