Shades of Han Purple #6D1CF9
Tints of Han Purple #6D1CF9
RGB
CMYK
RGB Variations
Color information
#6D1CF9 (or 0x6D1CF9) is known color: Han Purple. HEX triplet: 6D, 1C and F9. RGB value is (109,28,249). Sum of RGB (Red+Green+Blue) = 109+28+249=386 (51% of max value = 765). Red value is 109 (42.97% from 255 or 28.24% from 386); Green value is 28 (11.33% from 255 or 7.25% 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 #6D1CF9 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6D1CF9 is #92E306. Grayscale: #4C4C4C. Windows color (decimal): -9626375 or 16325741. OLE color: 16325741.
HSL color Cylindrical-coordinate representation of color #6D1CF9: hue angle of 261.99º degrees, saturation: 0.95, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #6D1CF9 is Cyan = 0.56, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 109 | 28 | 249 | - |
| CMYK | 0.56 | 0.89 | 0 | 0.02 |
| HSL | 261.99º | 0.95% | 0.54% | - |
| HSV(B) | 261.99º | 0.89% | 0.98% | - |
| XYZ | 23.82 | 10.92 | 90.48 | - |
| YUV | 77.41 | 224.84 | 150.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 28 | 249 | 0.56 | 0.89 | 0 | 0.02 | 261.99 | 0.95 | 0.54 |
| Hex | 6D | 1C | F9 | 38 | 59 | 0 | 2 | 106 | 5F | 36 |
| Octal | 155 | 34 | 371 | 70 | 131 | 0 | 2 | 406 | 137 | 66 |
| Binary | 1101101 | 11100 | 11111001 | 111000 | 1011001 | 0 | 10 | 100000110 | 1011111 | 110110 |
Color Harmonies of #6D1CF9
Complementary color
Monochromatic Colors of #6D1CF9
Black with #6D1CF9
Text Example
Text Example
White with #6D1CF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D1CF9; }
p { color: rgb(109,28,249); }
H1.HeaderClassName
{
color: #6D1CF9;
}
.AnyTagClassName
{
color: #6D1CF9;
}
</style>
background-color css
<style>
a { background-color: #6D1CF9; }
a { background-color: rgb(109,28,249); }
div.DivClassName
{
background-color: #6D1CF9;
}
.BgClassName
{
background-color: #6D1CF9;
}
</style>
border-color css
<style>
span { border-color: #6D1CF9; }
span { border-color: rgb(109,28,249); }
td.TdClassName
{
border-color: #6D1CF9;
}
.TagClassName
{
border-color: #6D1CF9;
}
</style>