Shades of Han Purple #6C31F6
Tints of Han Purple #6C31F6
RGB
CMYK
RGB Variations
Color information
#6C31F6 (or 0x6C31F6) is known color: Han Purple. HEX triplet: 6C, 31 and F6. RGB value is (108,49,246). Sum of RGB (Red+Green+Blue) = 108+49+246=403 (53% of max value = 765). Red value is 108 (42.58% from 255 or 26.80% from 403); Green value is 49 (19.53% from 255 or 12.16% from 403); Blue value is 246 (96.48% from 255 or 61.04% from 403); Max value from RGB is 246 - color contains mainly: blue. Hex color #6C31F6 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6C31F6 is #93CE09. Grayscale: #585858. Windows color (decimal): -9686538 or 16134508. OLE color: 16134508.
HSL color Cylindrical-coordinate representation of color #6C31F6: hue angle of 257.97º degrees, saturation: 0.92, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #6C31F6 is Cyan = 0.56, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 108 | 49 | 246 | - |
| CMYK | 0.56 | 0.80 | 0 | 0.04 |
| HSL | 257.97º | 0.92% | 0.58% | - |
| HSV(B) | 257.97º | 0.8% | 0.96% | - |
| XYZ | 23.92 | 12.04 | 88.25 | - |
| YUV | 89.1 | 216.55 | 141.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 49 | 246 | 0.56 | 0.80 | 0 | 0.04 | 257.97 | 0.92 | 0.58 |
| Hex | 6C | 31 | F6 | 38 | 50 | 0 | 4 | 102 | 5C | 3A |
| Octal | 154 | 61 | 366 | 70 | 120 | 0 | 4 | 402 | 134 | 72 |
| Binary | 1101100 | 110001 | 11110110 | 111000 | 1010000 | 0 | 100 | 100000010 | 1011100 | 111010 |
Color Harmonies of #6C31F6
Complementary color
Monochromatic Colors of #6C31F6
Black with #6C31F6
Text Example
Text Example
White with #6C31F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C31F6; }
p { color: rgb(108,49,246); }
H1.HeaderClassName
{
color: #6C31F6;
}
.AnyTagClassName
{
color: #6C31F6;
}
</style>
background-color css
<style>
a { background-color: #6C31F6; }
a { background-color: rgb(108,49,246); }
div.DivClassName
{
background-color: #6C31F6;
}
.BgClassName
{
background-color: #6C31F6;
}
</style>
border-color css
<style>
span { border-color: #6C31F6; }
span { border-color: rgb(108,49,246); }
td.TdClassName
{
border-color: #6C31F6;
}
.TagClassName
{
border-color: #6C31F6;
}
</style>