Shades of Han Purple #6D29FE
Tints of Han Purple #6D29FE
RGB
CMYK
RGB Variations
Color information
#6D29FE (or 0x6D29FE) is known color: Han Purple. HEX triplet: 6D, 29 and FE. RGB value is (109,41,254). Sum of RGB (Red+Green+Blue) = 109+41+254=404 (53% of max value = 765). Red value is 109 (42.97% from 255 or 26.98% from 404); Green value is 41 (16.41% from 255 or 10.15% from 404); Blue value is 254 (99.61% from 255 or 62.87% from 404); Max value from RGB is 254 - color contains mainly: blue. Hex color #6D29FE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6D29FE is #92D601. Grayscale: #545454. Windows color (decimal): -9623042 or 16656749. OLE color: 16656749.
HSL color Cylindrical-coordinate representation of color #6D29FE: hue angle of 259.15º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #6D29FE is Cyan = 0.57, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 109 | 41 | 254 | - |
| CMYK | 0.57 | 0.84 | 0 | 0.00 |
| HSL | 259.15º | 0.99% | 0.58% | - |
| HSV(B) | 259.15º | 0.84% | 1% | - |
| XYZ | 24.99 | 11.99 | 94.76 | - |
| YUV | 85.61 | 223.03 | 144.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 41 | 254 | 0.57 | 0.84 | 0 | 0.00 | 259.15 | 0.99 | 0.58 |
| Hex | 6D | 29 | FE | 39 | 54 | 0 | 0 | 103 | 63 | 3A |
| Octal | 155 | 51 | 376 | 71 | 124 | 0 | 0 | 403 | 143 | 72 |
| Binary | 1101101 | 101001 | 11111110 | 111001 | 1010100 | 0 | 0 | 100000011 | 1100011 | 111010 |
Color Harmonies of #6D29FE
Complementary color
Monochromatic Colors of #6D29FE
Black with #6D29FE
Text Example
Text Example
White with #6D29FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D29FE; }
p { color: rgb(109,41,254); }
H1.HeaderClassName
{
color: #6D29FE;
}
.AnyTagClassName
{
color: #6D29FE;
}
</style>
background-color css
<style>
a { background-color: #6D29FE; }
a { background-color: rgb(109,41,254); }
div.DivClassName
{
background-color: #6D29FE;
}
.BgClassName
{
background-color: #6D29FE;
}
</style>
border-color css
<style>
span { border-color: #6D29FE; }
span { border-color: rgb(109,41,254); }
td.TdClassName
{
border-color: #6D29FE;
}
.TagClassName
{
border-color: #6D29FE;
}
</style>