Shades of Han Purple #6C1DF0
Tints of Han Purple #6C1DF0
RGB
CMYK
RGB Variations
Color information
#6C1DF0 (or 0x6C1DF0) is known color: Han Purple. HEX triplet: 6C, 1D and F0. RGB value is (108,29,240). Sum of RGB (Red+Green+Blue) = 108+29+240=377 (49% of max value = 765). Red value is 108 (42.58% from 255 or 28.65% from 377); Green value is 29 (11.72% from 255 or 7.69% from 377); Blue value is 240 (94.14% from 255 or 63.66% from 377); Max value from RGB is 240 - color contains mainly: blue. Hex color #6C1DF0 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6C1DF0 is #93E20F. Grayscale: #4B4B4B. Windows color (decimal): -9691664 or 15736172. OLE color: 15736172.
HSL color Cylindrical-coordinate representation of color #6C1DF0: hue angle of 262.46º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #6C1DF0 is Cyan = 0.55, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 108 | 29 | 240 | - |
| CMYK | 0.55 | 0.88 | 0 | 0.06 |
| HSL | 262.46º | 0.88% | 0.53% | - |
| HSV(B) | 262.46º | 0.88% | 0.94% | - |
| XYZ | 22.35 | 10.36 | 83.26 | - |
| YUV | 76.68 | 220.17 | 150.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 29 | 240 | 0.55 | 0.88 | 0 | 0.06 | 262.46 | 0.88 | 0.53 |
| Hex | 6C | 1D | F0 | 37 | 58 | 0 | 6 | 106 | 58 | 35 |
| Octal | 154 | 35 | 360 | 67 | 130 | 0 | 6 | 406 | 130 | 65 |
| Binary | 1101100 | 11101 | 11110000 | 110111 | 1011000 | 0 | 110 | 100000110 | 1011000 | 110101 |
Color Harmonies of #6C1DF0
Complementary color
Monochromatic Colors of #6C1DF0
Black with #6C1DF0
Text Example
Text Example
White with #6C1DF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C1DF0; }
p { color: rgb(108,29,240); }
H1.HeaderClassName
{
color: #6C1DF0;
}
.AnyTagClassName
{
color: #6C1DF0;
}
</style>
background-color css
<style>
a { background-color: #6C1DF0; }
a { background-color: rgb(108,29,240); }
div.DivClassName
{
background-color: #6C1DF0;
}
.BgClassName
{
background-color: #6C1DF0;
}
</style>
border-color css
<style>
span { border-color: #6C1DF0; }
span { border-color: rgb(108,29,240); }
td.TdClassName
{
border-color: #6C1DF0;
}
.TagClassName
{
border-color: #6C1DF0;
}
</style>