Shades of Han Purple #6C1FEB
Tints of Han Purple #6C1FEB
RGB
CMYK
RGB Variations
Color information
#6C1FEB (or 0x6C1FEB) is known color: Han Purple. HEX triplet: 6C, 1F and EB. RGB value is (108,31,235). Sum of RGB (Red+Green+Blue) = 108+31+235=374 (49% of max value = 765). Red value is 108 (42.58% from 255 or 28.88% from 374); Green value is 31 (12.5% from 255 or 8.29% from 374); Blue value is 235 (92.19% from 255 or 62.83% from 374); Max value from RGB is 235 - color contains mainly: blue. Hex color #6C1FEB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6C1FEB is #93E014. Grayscale: #4C4C4C. Windows color (decimal): -9691157 or 15409004. OLE color: 15409004.
HSL color Cylindrical-coordinate representation of color #6C1FEB: hue angle of 262.65º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #6C1FEB is Cyan = 0.54, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 108 | 31 | 235 | - |
| CMYK | 0.54 | 0.87 | 0 | 0.08 |
| HSL | 262.65º | 0.84% | 0.52% | - |
| HSV(B) | 262.65º | 0.87% | 0.92% | - |
| XYZ | 21.67 | 10.17 | 79.42 | - |
| YUV | 77.28 | 217.01 | 149.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 31 | 235 | 0.54 | 0.87 | 0 | 0.08 | 262.65 | 0.84 | 0.52 |
| Hex | 6C | 1F | EB | 36 | 57 | 0 | 8 | 107 | 54 | 34 |
| Octal | 154 | 37 | 353 | 66 | 127 | 0 | 10 | 407 | 124 | 64 |
| Binary | 1101100 | 11111 | 11101011 | 110110 | 1010111 | 0 | 1000 | 100000111 | 1010100 | 110100 |
Color Harmonies of #6C1FEB
Complementary color
Monochromatic Colors of #6C1FEB
Black with #6C1FEB
Text Example
Text Example
White with #6C1FEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C1FEB; }
p { color: rgb(108,31,235); }
H1.HeaderClassName
{
color: #6C1FEB;
}
.AnyTagClassName
{
color: #6C1FEB;
}
</style>
background-color css
<style>
a { background-color: #6C1FEB; }
a { background-color: rgb(108,31,235); }
div.DivClassName
{
background-color: #6C1FEB;
}
.BgClassName
{
background-color: #6C1FEB;
}
</style>
border-color css
<style>
span { border-color: #6C1FEB; }
span { border-color: rgb(108,31,235); }
td.TdClassName
{
border-color: #6C1FEB;
}
.TagClassName
{
border-color: #6C1FEB;
}
</style>