Shades of Han Purple #6D29FF
Tints of Han Purple #6D29FF
RGB
CMYK
RGB Variations
Color information
#6D29FF (or 0x6D29FF) is known color: Han Purple. HEX triplet: 6D, 29 and FF. RGB value is (109,41,255). Sum of RGB (Red+Green+Blue) = 109+41+255=405 (53% of max value = 765). Red value is 109 (42.97% from 255 or 26.91% from 405); Green value is 41 (16.41% from 255 or 10.12% from 405); Blue value is 255 (100% from 255 or 62.96% from 405); Max value from RGB is 255 - color contains mainly: blue. Hex color #6D29FF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6D29FF is #92D600. Grayscale: #545454. Windows color (decimal): -9623041 or 16722285. OLE color: 16722285.
HSL color Cylindrical-coordinate representation of color #6D29FF: hue angle of 259.07º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #6D29FF is Cyan = 0.57, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 109 | 41 | 255 | - |
| CMYK | 0.57 | 0.84 | 0 | 0 |
| HSL | 259.07º | 1% | 0.58% | - |
| HSV(B) | 259.07º | 0.84% | 1% | - |
| XYZ | 25.15 | 12.06 | 95.61 | - |
| YUV | 85.73 | 223.53 | 144.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 41 | 255 | 0.57 | 0.84 | 0 | 0 | 259.07 | 1 | 0.58 |
| Hex | 6D | 29 | FF | 39 | 54 | 0 | 0 | 103 | 64 | 3A |
| Octal | 155 | 51 | 377 | 71 | 124 | 0 | 0 | 403 | 144 | 72 |
| Binary | 1101101 | 101001 | 11111111 | 111001 | 1010100 | 0 | 0 | 100000011 | 1100100 | 111010 |
Color Harmonies of #6D29FF
Complementary color
Monochromatic Colors of #6D29FF
Black with #6D29FF
Text Example
Text Example
White with #6D29FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D29FF; }
p { color: rgb(109,41,255); }
H1.HeaderClassName
{
color: #6D29FF;
}
.AnyTagClassName
{
color: #6D29FF;
}
</style>
background-color css
<style>
a { background-color: #6D29FF; }
a { background-color: rgb(109,41,255); }
div.DivClassName
{
background-color: #6D29FF;
}
.BgClassName
{
background-color: #6D29FF;
}
</style>
border-color css
<style>
span { border-color: #6D29FF; }
span { border-color: rgb(109,41,255); }
td.TdClassName
{
border-color: #6D29FF;
}
.TagClassName
{
border-color: #6D29FF;
}
</style>