Shades of Blue Violet #6C31E3
Tints of Blue Violet #6C31E3
RGB
CMYK
RGB Variations
Color information
#6C31E3 (or 0x6C31E3) is known color: Blue Violet. HEX triplet: 6C, 31 and E3. RGB value is (108,49,227). Sum of RGB (Red+Green+Blue) = 108+49+227=384 (50% of max value = 765). Red value is 108 (42.58% from 255 or 28.12% from 384); Green value is 49 (19.53% from 255 or 12.76% from 384); Blue value is 227 (89.06% from 255 or 59.11% from 384); Max value from RGB is 227 - color contains mainly: blue. Hex color #6C31E3 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6C31E3 is #93CE1C. Grayscale: #565656. Windows color (decimal): -9686557 or 14889324. OLE color: 14889324.
HSL color Cylindrical-coordinate representation of color #6C31E3: hue angle of 259.89º degrees, saturation: 0.76, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #6C31E3 is Cyan = 0.52, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 108 | 49 | 227 | - |
| CMYK | 0.52 | 0.78 | 0 | 0.11 |
| HSL | 259.89º | 0.76% | 0.54% | - |
| HSV(B) | 259.89º | 0.78% | 0.89% | - |
| XYZ | 21.15 | 10.93 | 73.67 | - |
| YUV | 86.93 | 207.05 | 143.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 49 | 227 | 0.52 | 0.78 | 0 | 0.11 | 259.89 | 0.76 | 0.54 |
| Hex | 6C | 31 | E3 | 34 | 4E | 0 | B | 104 | 4C | 36 |
| Octal | 154 | 61 | 343 | 64 | 116 | 0 | 13 | 404 | 114 | 66 |
| Binary | 1101100 | 110001 | 11100011 | 110100 | 1001110 | 0 | 1011 | 100000100 | 1001100 | 110110 |
Color Harmonies of #6C31E3
Complementary color
Monochromatic Colors of #6C31E3
Black with #6C31E3
Text Example
Text Example
White with #6C31E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C31E3; }
p { color: rgb(108,49,227); }
H1.HeaderClassName
{
color: #6C31E3;
}
.AnyTagClassName
{
color: #6C31E3;
}
</style>
background-color css
<style>
a { background-color: #6C31E3; }
a { background-color: rgb(108,49,227); }
div.DivClassName
{
background-color: #6C31E3;
}
.BgClassName
{
background-color: #6C31E3;
}
</style>
border-color css
<style>
span { border-color: #6C31E3; }
span { border-color: rgb(108,49,227); }
td.TdClassName
{
border-color: #6C31E3;
}
.TagClassName
{
border-color: #6C31E3;
}
</style>