Shades of Han Purple #6B31EE
Tints of Han Purple #6B31EE
RGB
CMYK
RGB Variations
Color information
#6B31EE (or 0x6B31EE) is known color: Han Purple. HEX triplet: 6B, 31 and EE. RGB value is (107,49,238). Sum of RGB (Red+Green+Blue) = 107+49+238=394 (52% of max value = 765). Red value is 107 (42.19% from 255 or 27.16% from 394); Green value is 49 (19.53% from 255 or 12.44% from 394); Blue value is 238 (93.36% from 255 or 60.41% from 394); Max value from RGB is 238 - color contains mainly: blue. Hex color #6B31EE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6B31EE is #94CE11. Grayscale: #575757. Windows color (decimal): -9752082 or 15610219. OLE color: 15610219.
HSL color Cylindrical-coordinate representation of color #6B31EE: hue angle of 258.41º degrees, saturation: 0.85, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #6B31EE is Cyan = 0.55, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 107 | 49 | 238 | - |
| CMYK | 0.55 | 0.79 | 0 | 0.07 |
| HSL | 258.41º | 0.85% | 0.56% | - |
| HSV(B) | 258.41º | 0.79% | 0.93% | - |
| XYZ | 22.59 | 11.5 | 81.92 | - |
| YUV | 87.89 | 212.72 | 141.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 49 | 238 | 0.55 | 0.79 | 0 | 0.07 | 258.41 | 0.85 | 0.56 |
| Hex | 6B | 31 | EE | 37 | 4F | 0 | 7 | 102 | 55 | 38 |
| Octal | 153 | 61 | 356 | 67 | 117 | 0 | 7 | 402 | 125 | 70 |
| Binary | 1101011 | 110001 | 11101110 | 110111 | 1001111 | 0 | 111 | 100000010 | 1010101 | 111000 |
Color Harmonies of #6B31EE
Complementary color
Monochromatic Colors of #6B31EE
Black with #6B31EE
Text Example
Text Example
White with #6B31EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B31EE; }
p { color: rgb(107,49,238); }
H1.HeaderClassName
{
color: #6B31EE;
}
.AnyTagClassName
{
color: #6B31EE;
}
</style>
background-color css
<style>
a { background-color: #6B31EE; }
a { background-color: rgb(107,49,238); }
div.DivClassName
{
background-color: #6B31EE;
}
.BgClassName
{
background-color: #6B31EE;
}
</style>
border-color css
<style>
span { border-color: #6B31EE; }
span { border-color: rgb(107,49,238); }
td.TdClassName
{
border-color: #6B31EE;
}
.TagClassName
{
border-color: #6B31EE;
}
</style>