Shades of Han Purple #6C1EFE
Tints of Han Purple #6C1EFE
RGB
CMYK
RGB Variations
Color information
#6C1EFE (or 0x6C1EFE) is known color: Han Purple. HEX triplet: 6C, 1E and FE. RGB value is (108,30,254). Sum of RGB (Red+Green+Blue) = 108+30+254=392 (51% of max value = 765). Red value is 108 (42.58% from 255 or 27.55% from 392); Green value is 30 (12.11% from 255 or 7.65% from 392); Blue value is 254 (99.61% from 255 or 64.80% from 392); Max value from RGB is 254 - color contains mainly: blue. Hex color #6C1EFE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6C1EFE is #93E101. Grayscale: #4E4E4E. Windows color (decimal): -9691394 or 16653932. OLE color: 16653932.
HSL color Cylindrical-coordinate representation of color #6C1EFE: hue angle of 260.89º 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 #6C1EFE is Cyan = 0.57, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 108 | 30 | 254 | - |
| CMYK | 0.57 | 0.88 | 0 | 0.00 |
| HSL | 260.89º | 0.99% | 0.56% | - |
| HSV(B) | 260.89º | 0.88% | 1% | - |
| XYZ | 24.54 | 11.27 | 94.65 | - |
| YUV | 78.86 | 226.84 | 148.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 30 | 254 | 0.57 | 0.88 | 0 | 0.00 | 260.89 | 0.99 | 0.56 |
| Hex | 6C | 1E | FE | 39 | 58 | 0 | 0 | 105 | 63 | 38 |
| Octal | 154 | 36 | 376 | 71 | 130 | 0 | 0 | 405 | 143 | 70 |
| Binary | 1101100 | 11110 | 11111110 | 111001 | 1011000 | 0 | 0 | 100000101 | 1100011 | 111000 |
Color Harmonies of #6C1EFE
Complementary color
Monochromatic Colors of #6C1EFE
Black with #6C1EFE
Text Example
Text Example
White with #6C1EFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C1EFE; }
p { color: rgb(108,30,254); }
H1.HeaderClassName
{
color: #6C1EFE;
}
.AnyTagClassName
{
color: #6C1EFE;
}
</style>
background-color css
<style>
a { background-color: #6C1EFE; }
a { background-color: rgb(108,30,254); }
div.DivClassName
{
background-color: #6C1EFE;
}
.BgClassName
{
background-color: #6C1EFE;
}
</style>
border-color css
<style>
span { border-color: #6C1EFE; }
span { border-color: rgb(108,30,254); }
td.TdClassName
{
border-color: #6C1EFE;
}
.TagClassName
{
border-color: #6C1EFE;
}
</style>