Shades of Han Purple #6C1DF9
Tints of Han Purple #6C1DF9
RGB
CMYK
RGB Variations
Color information
#6C1DF9 (or 0x6C1DF9) is known color: Han Purple. HEX triplet: 6C, 1D and F9. RGB value is (108,29,249). Sum of RGB (Red+Green+Blue) = 108+29+249=386 (51% of max value = 765). Red value is 108 (42.58% from 255 or 27.98% from 386); Green value is 29 (11.72% from 255 or 7.51% from 386); Blue value is 249 (97.66% from 255 or 64.51% from 386); Max value from RGB is 249 - color contains mainly: blue. Hex color #6C1DF9 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6C1DF9 is #93E206. Grayscale: #4C4C4C. Windows color (decimal): -9691655 or 16325996. OLE color: 16325996.
HSL color Cylindrical-coordinate representation of color #6C1DF9: hue angle of 261.55º degrees, saturation: 0.95, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #6C1DF9 is Cyan = 0.57, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 108 | 29 | 249 | - |
| CMYK | 0.57 | 0.88 | 0 | 0.02 |
| HSL | 261.55º | 0.95% | 0.55% | - |
| HSV(B) | 261.55º | 0.88% | 0.98% | - |
| XYZ | 23.72 | 10.91 | 90.48 | - |
| YUV | 77.7 | 224.67 | 149.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 29 | 249 | 0.57 | 0.88 | 0 | 0.02 | 261.55 | 0.95 | 0.55 |
| Hex | 6C | 1D | F9 | 39 | 58 | 0 | 2 | 106 | 5F | 37 |
| Octal | 154 | 35 | 371 | 71 | 130 | 0 | 2 | 406 | 137 | 67 |
| Binary | 1101100 | 11101 | 11111001 | 111001 | 1011000 | 0 | 10 | 100000110 | 1011111 | 110111 |
Color Harmonies of #6C1DF9
Complementary color
Monochromatic Colors of #6C1DF9
Black with #6C1DF9
Text Example
Text Example
White with #6C1DF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C1DF9; }
p { color: rgb(108,29,249); }
H1.HeaderClassName
{
color: #6C1DF9;
}
.AnyTagClassName
{
color: #6C1DF9;
}
</style>
background-color css
<style>
a { background-color: #6C1DF9; }
a { background-color: rgb(108,29,249); }
div.DivClassName
{
background-color: #6C1DF9;
}
.BgClassName
{
background-color: #6C1DF9;
}
</style>
border-color css
<style>
span { border-color: #6C1DF9; }
span { border-color: rgb(108,29,249); }
td.TdClassName
{
border-color: #6C1DF9;
}
.TagClassName
{
border-color: #6C1DF9;
}
</style>