Shades of Han Purple #6D1FFF
Tints of Han Purple #6D1FFF
RGB
CMYK
RGB Variations
Color information
#6D1FFF (or 0x6D1FFF) is known color: Han Purple. HEX triplet: 6D, 1F and FF. RGB value is (109,31,255). Sum of RGB (Red+Green+Blue) = 109+31+255=395 (52% of max value = 765). Red value is 109 (42.97% from 255 or 27.59% from 395); Green value is 31 (12.5% from 255 or 7.85% from 395); Blue value is 255 (100% from 255 or 64.56% from 395); Max value from RGB is 255 - color contains mainly: blue. Hex color #6D1FFF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6D1FFF is #92E000. Grayscale: #4F4F4F. Windows color (decimal): -9625601 or 16719725. OLE color: 16719725.
HSL color Cylindrical-coordinate representation of color #6D1FFF: hue angle of 260.89º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #6D1FFF is Cyan = 0.57, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 109 | 31 | 255 | - |
| CMYK | 0.57 | 0.88 | 0 | 0 |
| HSL | 260.89º | 1% | 0.56% | - |
| HSV(B) | 260.89º | 0.88% | 1% | - |
| XYZ | 24.85 | 11.45 | 95.51 | - |
| YUV | 79.86 | 226.84 | 148.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 31 | 255 | 0.57 | 0.88 | 0 | 0 | 260.89 | 1 | 0.56 |
| Hex | 6D | 1F | FF | 39 | 58 | 0 | 0 | 105 | 64 | 38 |
| Octal | 155 | 37 | 377 | 71 | 130 | 0 | 0 | 405 | 144 | 70 |
| Binary | 1101101 | 11111 | 11111111 | 111001 | 1011000 | 0 | 0 | 100000101 | 1100100 | 111000 |
Color Harmonies of #6D1FFF
Complementary color
Monochromatic Colors of #6D1FFF
Black with #6D1FFF
Text Example
Text Example
White with #6D1FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D1FFF; }
p { color: rgb(109,31,255); }
H1.HeaderClassName
{
color: #6D1FFF;
}
.AnyTagClassName
{
color: #6D1FFF;
}
</style>
background-color css
<style>
a { background-color: #6D1FFF; }
a { background-color: rgb(109,31,255); }
div.DivClassName
{
background-color: #6D1FFF;
}
.BgClassName
{
background-color: #6D1FFF;
}
</style>
border-color css
<style>
span { border-color: #6D1FFF; }
span { border-color: rgb(109,31,255); }
td.TdClassName
{
border-color: #6D1FFF;
}
.TagClassName
{
border-color: #6D1FFF;
}
</style>