Shades of Han Purple #6D1CF8
Tints of Han Purple #6D1CF8
RGB
CMYK
RGB Variations
Color information
#6D1CF8 (or 0x6D1CF8) is known color: Han Purple. HEX triplet: 6D, 1C and F8. RGB value is (109,28,248). Sum of RGB (Red+Green+Blue) = 109+28+248=385 (50% of max value = 765). Red value is 109 (42.97% from 255 or 28.31% from 385); Green value is 28 (11.33% from 255 or 7.27% from 385); Blue value is 248 (97.27% from 255 or 64.42% from 385); Max value from RGB is 248 - color contains mainly: blue. Hex color #6D1CF8 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6D1CF8 is #92E307. Grayscale: #4C4C4C. Windows color (decimal): -9626376 or 16260205. OLE color: 16260205.
HSL color Cylindrical-coordinate representation of color #6D1CF8: hue angle of 262.09º degrees, saturation: 0.94, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #6D1CF8 is Cyan = 0.56, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 109 | 28 | 248 | - |
| CMYK | 0.56 | 0.89 | 0 | 0.03 |
| HSL | 262.09º | 0.94% | 0.54% | - |
| HSV(B) | 262.09º | 0.89% | 0.97% | - |
| XYZ | 23.67 | 10.86 | 89.66 | - |
| YUV | 77.3 | 224.34 | 150.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 28 | 248 | 0.56 | 0.89 | 0 | 0.03 | 262.09 | 0.94 | 0.54 |
| Hex | 6D | 1C | F8 | 38 | 59 | 0 | 3 | 106 | 5E | 36 |
| Octal | 155 | 34 | 370 | 70 | 131 | 0 | 3 | 406 | 136 | 66 |
| Binary | 1101101 | 11100 | 11111000 | 111000 | 1011001 | 0 | 11 | 100000110 | 1011110 | 110110 |
Color Harmonies of #6D1CF8
Complementary color
Monochromatic Colors of #6D1CF8
Black with #6D1CF8
Text Example
Text Example
White with #6D1CF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D1CF8; }
p { color: rgb(109,28,248); }
H1.HeaderClassName
{
color: #6D1CF8;
}
.AnyTagClassName
{
color: #6D1CF8;
}
</style>
background-color css
<style>
a { background-color: #6D1CF8; }
a { background-color: rgb(109,28,248); }
div.DivClassName
{
background-color: #6D1CF8;
}
.BgClassName
{
background-color: #6D1CF8;
}
</style>
border-color css
<style>
span { border-color: #6D1CF8; }
span { border-color: rgb(109,28,248); }
td.TdClassName
{
border-color: #6D1CF8;
}
.TagClassName
{
border-color: #6D1CF8;
}
</style>