Shades of Han Purple #6C1DFE
Tints of Han Purple #6C1DFE
RGB
CMYK
RGB Variations
Color information
#6C1DFE (or 0x6C1DFE) is known color: Han Purple. HEX triplet: 6C, 1D and FE. RGB value is (108,29,254). Sum of RGB (Red+Green+Blue) = 108+29+254=391 (51% of max value = 765). Red value is 108 (42.58% from 255 or 27.62% from 391); Green value is 29 (11.72% from 255 or 7.42% from 391); Blue value is 254 (99.61% from 255 or 64.96% from 391); Max value from RGB is 254 - color contains mainly: blue. Hex color #6C1DFE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6C1DFE is #93E201. Grayscale: #4D4D4D. Windows color (decimal): -9691650 or 16653676. OLE color: 16653676.
HSL color Cylindrical-coordinate representation of color #6C1DFE: hue angle of 261.07º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #6C1DFE is Cyan = 0.57, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 108 | 29 | 254 | - |
| CMYK | 0.57 | 0.89 | 0 | 0.00 |
| HSL | 261.07º | 0.99% | 0.55% | - |
| HSV(B) | 261.07º | 0.89% | 1% | - |
| XYZ | 24.51 | 11.22 | 94.64 | - |
| YUV | 78.27 | 227.17 | 149.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 29 | 254 | 0.57 | 0.89 | 0 | 0.00 | 261.07 | 0.99 | 0.55 |
| Hex | 6C | 1D | FE | 39 | 59 | 0 | 0 | 105 | 63 | 37 |
| Octal | 154 | 35 | 376 | 71 | 131 | 0 | 0 | 405 | 143 | 67 |
| Binary | 1101100 | 11101 | 11111110 | 111001 | 1011001 | 0 | 0 | 100000101 | 1100011 | 110111 |
Color Harmonies of #6C1DFE
Complementary color
Monochromatic Colors of #6C1DFE
Black with #6C1DFE
Text Example
Text Example
White with #6C1DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C1DFE; }
p { color: rgb(108,29,254); }
H1.HeaderClassName
{
color: #6C1DFE;
}
.AnyTagClassName
{
color: #6C1DFE;
}
</style>
background-color css
<style>
a { background-color: #6C1DFE; }
a { background-color: rgb(108,29,254); }
div.DivClassName
{
background-color: #6C1DFE;
}
.BgClassName
{
background-color: #6C1DFE;
}
</style>
border-color css
<style>
span { border-color: #6C1DFE; }
span { border-color: rgb(108,29,254); }
td.TdClassName
{
border-color: #6C1DFE;
}
.TagClassName
{
border-color: #6C1DFE;
}
</style>