Shades of Han Purple #6C1FFE
Tints of Han Purple #6C1FFE
RGB
CMYK
RGB Variations
Color information
#6C1FFE (or 0x6C1FFE) is known color: Han Purple. HEX triplet: 6C, 1F and FE. RGB value is (108,31,254). Sum of RGB (Red+Green+Blue) = 108+31+254=393 (52% of max value = 765). Red value is 108 (42.58% from 255 or 27.48% from 393); Green value is 31 (12.5% from 255 or 7.89% from 393); Blue value is 254 (99.61% from 255 or 64.63% from 393); Max value from RGB is 254 - color contains mainly: blue. Hex color #6C1FFE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6C1FFE is #93E001. Grayscale: #4E4E4E. Windows color (decimal): -9691138 or 16654188. OLE color: 16654188.
HSL color Cylindrical-coordinate representation of color #6C1FFE: hue angle of 260.72º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #6C1FFE is Cyan = 0.57, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 108 | 31 | 254 | - |
| CMYK | 0.57 | 0.88 | 0 | 0.00 |
| HSL | 260.72º | 0.99% | 0.56% | - |
| HSV(B) | 260.72º | 0.88% | 1% | - |
| XYZ | 24.56 | 11.32 | 94.66 | - |
| YUV | 79.45 | 226.51 | 148.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 31 | 254 | 0.57 | 0.88 | 0 | 0.00 | 260.72 | 0.99 | 0.56 |
| Hex | 6C | 1F | FE | 39 | 58 | 0 | 0 | 105 | 63 | 38 |
| Octal | 154 | 37 | 376 | 71 | 130 | 0 | 0 | 405 | 143 | 70 |
| Binary | 1101100 | 11111 | 11111110 | 111001 | 1011000 | 0 | 0 | 100000101 | 1100011 | 111000 |
Color Harmonies of #6C1FFE
Complementary color
Monochromatic Colors of #6C1FFE
Black with #6C1FFE
Text Example
Text Example
White with #6C1FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C1FFE; }
p { color: rgb(108,31,254); }
H1.HeaderClassName
{
color: #6C1FFE;
}
.AnyTagClassName
{
color: #6C1FFE;
}
</style>
background-color css
<style>
a { background-color: #6C1FFE; }
a { background-color: rgb(108,31,254); }
div.DivClassName
{
background-color: #6C1FFE;
}
.BgClassName
{
background-color: #6C1FFE;
}
</style>
border-color css
<style>
span { border-color: #6C1FFE; }
span { border-color: rgb(108,31,254); }
td.TdClassName
{
border-color: #6C1FFE;
}
.TagClassName
{
border-color: #6C1FFE;
}
</style>