Shades of Han Purple #6B31F0
Tints of Han Purple #6B31F0
RGB
CMYK
RGB Variations
Color information
#6B31F0 (or 0x6B31F0) is known color: Han Purple. HEX triplet: 6B, 31 and F0. RGB value is (107,49,240). Sum of RGB (Red+Green+Blue) = 107+49+240=396 (52% of max value = 765). Red value is 107 (42.19% from 255 or 27.02% from 396); Green value is 49 (19.53% from 255 or 12.37% from 396); Blue value is 240 (94.14% from 255 or 60.61% from 396); Max value from RGB is 240 - color contains mainly: blue. Hex color #6B31F0 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6B31F0 is #94CE0F. Grayscale: #575757. Windows color (decimal): -9752080 or 15741291. OLE color: 15741291.
HSL color Cylindrical-coordinate representation of color #6B31F0: hue angle of 258.22º degrees, saturation: 0.86, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #6B31F0 is Cyan = 0.55, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 107 | 49 | 240 | - |
| CMYK | 0.55 | 0.80 | 0 | 0.06 |
| HSL | 258.22º | 0.86% | 0.57% | - |
| HSV(B) | 258.22º | 0.8% | 0.94% | - |
| XYZ | 22.89 | 11.61 | 83.47 | - |
| YUV | 88.12 | 213.72 | 141.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 49 | 240 | 0.55 | 0.80 | 0 | 0.06 | 258.22 | 0.86 | 0.57 |
| Hex | 6B | 31 | F0 | 37 | 50 | 0 | 6 | 102 | 56 | 39 |
| Octal | 153 | 61 | 360 | 67 | 120 | 0 | 6 | 402 | 126 | 71 |
| Binary | 1101011 | 110001 | 11110000 | 110111 | 1010000 | 0 | 110 | 100000010 | 1010110 | 111001 |
Color Harmonies of #6B31F0
Complementary color
Monochromatic Colors of #6B31F0
Black with #6B31F0
Text Example
Text Example
White with #6B31F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B31F0; }
p { color: rgb(107,49,240); }
H1.HeaderClassName
{
color: #6B31F0;
}
.AnyTagClassName
{
color: #6B31F0;
}
</style>
background-color css
<style>
a { background-color: #6B31F0; }
a { background-color: rgb(107,49,240); }
div.DivClassName
{
background-color: #6B31F0;
}
.BgClassName
{
background-color: #6B31F0;
}
</style>
border-color css
<style>
span { border-color: #6B31F0; }
span { border-color: rgb(107,49,240); }
td.TdClassName
{
border-color: #6B31F0;
}
.TagClassName
{
border-color: #6B31F0;
}
</style>