Shades of Han Purple #6D1DEF
Tints of Han Purple #6D1DEF
RGB
CMYK
RGB Variations
Color information
#6D1DEF (or 0x6D1DEF) is known color: Han Purple. HEX triplet: 6D, 1D and EF. RGB value is (109,29,239). Sum of RGB (Red+Green+Blue) = 109+29+239=377 (49% of max value = 765). Red value is 109 (42.97% from 255 or 28.91% from 377); Green value is 29 (11.72% from 255 or 7.69% from 377); Blue value is 239 (93.75% from 255 or 63.40% from 377); Max value from RGB is 239 - color contains mainly: blue. Hex color #6D1DEF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6D1DEF is #92E210. Grayscale: #4C4C4C. Windows color (decimal): -9626129 or 15670637. OLE color: 15670637.
HSL color Cylindrical-coordinate representation of color #6D1DEF: hue angle of 262.86º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #6D1DEF is Cyan = 0.54, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 109 | 29 | 239 | - |
| CMYK | 0.54 | 0.88 | 0 | 0.06 |
| HSL | 262.86º | 0.87% | 0.53% | - |
| HSV(B) | 262.86º | 0.88% | 0.94% | - |
| XYZ | 22.33 | 10.36 | 82.48 | - |
| YUV | 76.86 | 219.5 | 150.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 29 | 239 | 0.54 | 0.88 | 0 | 0.06 | 262.86 | 0.87 | 0.53 |
| Hex | 6D | 1D | EF | 36 | 58 | 0 | 6 | 107 | 57 | 35 |
| Octal | 155 | 35 | 357 | 66 | 130 | 0 | 6 | 407 | 127 | 65 |
| Binary | 1101101 | 11101 | 11101111 | 110110 | 1011000 | 0 | 110 | 100000111 | 1010111 | 110101 |
Color Harmonies of #6D1DEF
Complementary color
Monochromatic Colors of #6D1DEF
Black with #6D1DEF
Text Example
Text Example
White with #6D1DEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D1DEF; }
p { color: rgb(109,29,239); }
H1.HeaderClassName
{
color: #6D1DEF;
}
.AnyTagClassName
{
color: #6D1DEF;
}
</style>
background-color css
<style>
a { background-color: #6D1DEF; }
a { background-color: rgb(109,29,239); }
div.DivClassName
{
background-color: #6D1DEF;
}
.BgClassName
{
background-color: #6D1DEF;
}
</style>
border-color css
<style>
span { border-color: #6D1DEF; }
span { border-color: rgb(109,29,239); }
td.TdClassName
{
border-color: #6D1DEF;
}
.TagClassName
{
border-color: #6D1DEF;
}
</style>