Shades of Han Purple #6D20EF
Tints of Han Purple #6D20EF
RGB
CMYK
RGB Variations
Color information
#6D20EF (or 0x6D20EF) is known color: Han Purple. HEX triplet: 6D, 20 and EF. RGB value is (109,32,239). Sum of RGB (Red+Green+Blue) = 109+32+239=380 (50% of max value = 765). Red value is 109 (42.97% from 255 or 28.68% from 380); Green value is 32 (12.89% from 255 or 8.42% from 380); Blue value is 239 (93.75% from 255 or 62.89% from 380); Max value from RGB is 239 - color contains mainly: blue. Hex color #6D20EF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6D20EF is #92DF10. Grayscale: #4D4D4D. Windows color (decimal): -9625361 or 15671405. OLE color: 15671405.
HSL color Cylindrical-coordinate representation of color #6D20EF: hue angle of 262.32º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #6D20EF is Cyan = 0.54, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 109 | 32 | 239 | - |
| CMYK | 0.54 | 0.87 | 0 | 0.06 |
| HSL | 262.32º | 0.87% | 0.53% | - |
| HSV(B) | 262.32º | 0.87% | 0.94% | - |
| XYZ | 22.4 | 10.52 | 82.51 | - |
| YUV | 78.62 | 218.51 | 149.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 32 | 239 | 0.54 | 0.87 | 0 | 0.06 | 262.32 | 0.87 | 0.53 |
| Hex | 6D | 20 | EF | 36 | 57 | 0 | 6 | 106 | 57 | 35 |
| Octal | 155 | 40 | 357 | 66 | 127 | 0 | 6 | 406 | 127 | 65 |
| Binary | 1101101 | 100000 | 11101111 | 110110 | 1010111 | 0 | 110 | 100000110 | 1010111 | 110101 |
Color Harmonies of #6D20EF
Complementary color
Monochromatic Colors of #6D20EF
Black with #6D20EF
Text Example
Text Example
White with #6D20EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D20EF; }
p { color: rgb(109,32,239); }
H1.HeaderClassName
{
color: #6D20EF;
}
.AnyTagClassName
{
color: #6D20EF;
}
</style>
background-color css
<style>
a { background-color: #6D20EF; }
a { background-color: rgb(109,32,239); }
div.DivClassName
{
background-color: #6D20EF;
}
.BgClassName
{
background-color: #6D20EF;
}
</style>
border-color css
<style>
span { border-color: #6D20EF; }
span { border-color: rgb(109,32,239); }
td.TdClassName
{
border-color: #6D20EF;
}
.TagClassName
{
border-color: #6D20EF;
}
</style>