Shades of Han Purple #6D1FFD
Tints of Han Purple #6D1FFD
RGB
CMYK
RGB Variations
Color information
#6D1FFD (or 0x6D1FFD) is known color: Han Purple. HEX triplet: 6D, 1F and FD. RGB value is (109,31,253). Sum of RGB (Red+Green+Blue) = 109+31+253=393 (52% of max value = 765). Red value is 109 (42.97% from 255 or 27.74% from 393); Green value is 31 (12.5% from 255 or 7.89% from 393); Blue value is 253 (99.22% from 255 or 64.38% from 393); Max value from RGB is 253 - color contains mainly: blue. Hex color #6D1FFD is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6D1FFD is #92E002. Grayscale: #4E4E4E. Windows color (decimal): -9625603 or 16588653. OLE color: 16588653.
HSL color Cylindrical-coordinate representation of color #6D1FFD: hue angle of 261.08º degrees, saturation: 0.98, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #6D1FFD is Cyan = 0.57, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 109 | 31 | 253 | - |
| CMYK | 0.57 | 0.88 | 0 | 0.01 |
| HSL | 261.08º | 0.98% | 0.56% | - |
| HSV(B) | 261.08º | 0.88% | 0.99% | - |
| XYZ | 24.53 | 11.32 | 93.82 | - |
| YUV | 79.63 | 225.84 | 148.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 31 | 253 | 0.57 | 0.88 | 0 | 0.01 | 261.08 | 0.98 | 0.56 |
| Hex | 6D | 1F | FD | 39 | 58 | 0 | 1 | 105 | 62 | 38 |
| Octal | 155 | 37 | 375 | 71 | 130 | 0 | 1 | 405 | 142 | 70 |
| Binary | 1101101 | 11111 | 11111101 | 111001 | 1011000 | 0 | 1 | 100000101 | 1100010 | 111000 |
Color Harmonies of #6D1FFD
Complementary color
Monochromatic Colors of #6D1FFD
Black with #6D1FFD
Text Example
Text Example
White with #6D1FFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D1FFD; }
p { color: rgb(109,31,253); }
H1.HeaderClassName
{
color: #6D1FFD;
}
.AnyTagClassName
{
color: #6D1FFD;
}
</style>
background-color css
<style>
a { background-color: #6D1FFD; }
a { background-color: rgb(109,31,253); }
div.DivClassName
{
background-color: #6D1FFD;
}
.BgClassName
{
background-color: #6D1FFD;
}
</style>
border-color css
<style>
span { border-color: #6D1FFD; }
span { border-color: rgb(109,31,253); }
td.TdClassName
{
border-color: #6D1FFD;
}
.TagClassName
{
border-color: #6D1FFD;
}
</style>