Shades of Han Purple #6D1EFF
Tints of Han Purple #6D1EFF
RGB
CMYK
RGB Variations
Color information
#6D1EFF (or 0x6D1EFF) is known color: Han Purple. HEX triplet: 6D, 1E and FF. RGB value is (109,30,255). Sum of RGB (Red+Green+Blue) = 109+30+255=394 (52% of max value = 765). Red value is 109 (42.97% from 255 or 27.66% from 394); Green value is 30 (12.11% from 255 or 7.61% from 394); Blue value is 255 (100% from 255 or 64.72% from 394); Max value from RGB is 255 - color contains mainly: blue. Hex color #6D1EFF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6D1EFF is #92E100. Grayscale: #4E4E4E. Windows color (decimal): -9625857 or 16719469. OLE color: 16719469.
HSL color Cylindrical-coordinate representation of color #6D1EFF: hue angle of 261.07º 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 #6D1EFF is Cyan = 0.57, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 109 | 30 | 255 | - |
| CMYK | 0.57 | 0.88 | 0 | 0 |
| HSL | 261.07º | 1% | 0.56% | - |
| HSV(B) | 261.07º | 0.88% | 1% | - |
| XYZ | 24.82 | 11.4 | 95.5 | - |
| YUV | 79.27 | 227.17 | 149.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 30 | 255 | 0.57 | 0.88 | 0 | 0 | 261.07 | 1 | 0.56 |
| Hex | 6D | 1E | FF | 39 | 58 | 0 | 0 | 105 | 64 | 38 |
| Octal | 155 | 36 | 377 | 71 | 130 | 0 | 0 | 405 | 144 | 70 |
| Binary | 1101101 | 11110 | 11111111 | 111001 | 1011000 | 0 | 0 | 100000101 | 1100100 | 111000 |
Color Harmonies of #6D1EFF
Complementary color
Monochromatic Colors of #6D1EFF
Black with #6D1EFF
Text Example
Text Example
White with #6D1EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D1EFF; }
p { color: rgb(109,30,255); }
H1.HeaderClassName
{
color: #6D1EFF;
}
.AnyTagClassName
{
color: #6D1EFF;
}
</style>
background-color css
<style>
a { background-color: #6D1EFF; }
a { background-color: rgb(109,30,255); }
div.DivClassName
{
background-color: #6D1EFF;
}
.BgClassName
{
background-color: #6D1EFF;
}
</style>
border-color css
<style>
span { border-color: #6D1EFF; }
span { border-color: rgb(109,30,255); }
td.TdClassName
{
border-color: #6D1EFF;
}
.TagClassName
{
border-color: #6D1EFF;
}
</style>