Shades of Han Purple #6C1DFC
Tints of Han Purple #6C1DFC
RGB
CMYK
RGB Variations
Color information
#6C1DFC (or 0x6C1DFC) is known color: Han Purple. HEX triplet: 6C, 1D and FC. RGB value is (108,29,252). Sum of RGB (Red+Green+Blue) = 108+29+252=389 (51% of max value = 765). Red value is 108 (42.58% from 255 or 27.76% from 389); Green value is 29 (11.72% from 255 or 7.46% from 389); Blue value is 252 (98.83% from 255 or 64.78% from 389); Max value from RGB is 252 - color contains mainly: blue. Hex color #6C1DFC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6C1DFC is #93E203. Grayscale: #4D4D4D. Windows color (decimal): -9691652 or 16522604. OLE color: 16522604.
HSL color Cylindrical-coordinate representation of color #6C1DFC: hue angle of 261.26º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #6C1DFC is Cyan = 0.57, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 108 | 29 | 252 | - |
| CMYK | 0.57 | 0.88 | 0 | 0.01 |
| HSL | 261.26º | 0.97% | 0.55% | - |
| HSV(B) | 261.26º | 0.88% | 0.99% | - |
| XYZ | 24.19 | 11.1 | 92.96 | - |
| YUV | 78.04 | 226.17 | 149.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 29 | 252 | 0.57 | 0.88 | 0 | 0.01 | 261.26 | 0.97 | 0.55 |
| Hex | 6C | 1D | FC | 39 | 58 | 0 | 1 | 105 | 61 | 37 |
| Octal | 154 | 35 | 374 | 71 | 130 | 0 | 1 | 405 | 141 | 67 |
| Binary | 1101100 | 11101 | 11111100 | 111001 | 1011000 | 0 | 1 | 100000101 | 1100001 | 110111 |
Color Harmonies of #6C1DFC
Complementary color
Monochromatic Colors of #6C1DFC
Black with #6C1DFC
Text Example
Text Example
White with #6C1DFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C1DFC; }
p { color: rgb(108,29,252); }
H1.HeaderClassName
{
color: #6C1DFC;
}
.AnyTagClassName
{
color: #6C1DFC;
}
</style>
background-color css
<style>
a { background-color: #6C1DFC; }
a { background-color: rgb(108,29,252); }
div.DivClassName
{
background-color: #6C1DFC;
}
.BgClassName
{
background-color: #6C1DFC;
}
</style>
border-color css
<style>
span { border-color: #6C1DFC; }
span { border-color: rgb(108,29,252); }
td.TdClassName
{
border-color: #6C1DFC;
}
.TagClassName
{
border-color: #6C1DFC;
}
</style>