Shades of Han Purple #6B31F6
Tints of Han Purple #6B31F6
RGB
CMYK
RGB Variations
Color information
#6B31F6 (or 0x6B31F6) is known color: Han Purple. HEX triplet: 6B, 31 and F6. RGB value is (107,49,246). Sum of RGB (Red+Green+Blue) = 107+49+246=402 (53% of max value = 765). Red value is 107 (42.19% from 255 or 26.62% from 402); Green value is 49 (19.53% from 255 or 12.19% from 402); Blue value is 246 (96.48% from 255 or 61.19% from 402); Max value from RGB is 246 - color contains mainly: blue. Hex color #6B31F6 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6B31F6 is #94CE09. Grayscale: #585858. Windows color (decimal): -9752074 or 16134507. OLE color: 16134507.
HSL color Cylindrical-coordinate representation of color #6B31F6: hue angle of 257.66º 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 #6B31F6 is Cyan = 0.57, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 107 | 49 | 246 | - |
| CMYK | 0.57 | 0.80 | 0 | 0.04 |
| HSL | 257.67º | 0.92% | 0.58% | - |
| HSV(B) | 257.67º | 0.8% | 0.96% | - |
| XYZ | 23.8 | 11.98 | 88.25 | - |
| YUV | 88.8 | 216.72 | 140.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 49 | 246 | 0.57 | 0.80 | 0 | 0.04 | 257.67 | 0.92 | 0.58 |
| Hex | 6B | 31 | F6 | 39 | 50 | 0 | 4 | 102 | 5C | 3A |
| Octal | 153 | 61 | 366 | 71 | 120 | 0 | 4 | 402 | 134 | 72 |
| Binary | 1101011 | 110001 | 11110110 | 111001 | 1010000 | 0 | 100 | 100000010 | 1011100 | 111010 |
Color Harmonies of #6B31F6
Complementary color
Monochromatic Colors of #6B31F6
Black with #6B31F6
Text Example
Text Example
White with #6B31F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B31F6; }
p { color: rgb(107,49,246); }
H1.HeaderClassName
{
color: #6B31F6;
}
.AnyTagClassName
{
color: #6B31F6;
}
</style>
background-color css
<style>
a { background-color: #6B31F6; }
a { background-color: rgb(107,49,246); }
div.DivClassName
{
background-color: #6B31F6;
}
.BgClassName
{
background-color: #6B31F6;
}
</style>
border-color css
<style>
span { border-color: #6B31F6; }
span { border-color: rgb(107,49,246); }
td.TdClassName
{
border-color: #6B31F6;
}
.TagClassName
{
border-color: #6B31F6;
}
</style>