Shades of Han Purple #6D21F3
Tints of Han Purple #6D21F3
RGB
CMYK
RGB Variations
Color information
#6D21F3 (or 0x6D21F3) is known color: Han Purple. HEX triplet: 6D, 21 and F3. RGB value is (109,33,243). Sum of RGB (Red+Green+Blue) = 109+33+243=385 (50% of max value = 765). Red value is 109 (42.97% from 255 or 28.31% from 385); Green value is 33 (13.28% from 255 or 8.57% from 385); Blue value is 243 (95.31% from 255 or 63.12% from 385); Max value from RGB is 243 - color contains mainly: blue. Hex color #6D21F3 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6D21F3 is #92DE0C. Grayscale: #4E4E4E. Windows color (decimal): -9625101 or 15933805. OLE color: 15933805.
HSL color Cylindrical-coordinate representation of color #6D21F3: hue angle of 261.71º degrees, saturation: 0.9, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #6D21F3 is Cyan = 0.55, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 109 | 33 | 243 | - |
| CMYK | 0.55 | 0.86 | 0 | 0.05 |
| HSL | 261.71º | 0.9% | 0.54% | - |
| HSV(B) | 261.71º | 0.86% | 0.95% | - |
| XYZ | 23.03 | 10.81 | 85.67 | - |
| YUV | 79.66 | 220.18 | 148.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 33 | 243 | 0.55 | 0.86 | 0 | 0.05 | 261.71 | 0.9 | 0.54 |
| Hex | 6D | 21 | F3 | 37 | 56 | 0 | 5 | 106 | 5A | 36 |
| Octal | 155 | 41 | 363 | 67 | 126 | 0 | 5 | 406 | 132 | 66 |
| Binary | 1101101 | 100001 | 11110011 | 110111 | 1010110 | 0 | 101 | 100000110 | 1011010 | 110110 |
Color Harmonies of #6D21F3
Complementary color
Monochromatic Colors of #6D21F3
Black with #6D21F3
Text Example
Text Example
White with #6D21F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D21F3; }
p { color: rgb(109,33,243); }
H1.HeaderClassName
{
color: #6D21F3;
}
.AnyTagClassName
{
color: #6D21F3;
}
</style>
background-color css
<style>
a { background-color: #6D21F3; }
a { background-color: rgb(109,33,243); }
div.DivClassName
{
background-color: #6D21F3;
}
.BgClassName
{
background-color: #6D21F3;
}
</style>
border-color css
<style>
span { border-color: #6D21F3; }
span { border-color: rgb(109,33,243); }
td.TdClassName
{
border-color: #6D21F3;
}
.TagClassName
{
border-color: #6D21F3;
}
</style>