Shades of Blue Violet #7B31EE
Tints of Blue Violet #7B31EE
RGB
CMYK
RGB Variations
Color information
#7B31EE (or 0x7B31EE) is known color: Blue Violet. HEX triplet: 7B, 31 and EE. RGB value is (123,49,238). Sum of RGB (Red+Green+Blue) = 123+49+238=410 (54% of max value = 765). Red value is 123 (48.44% from 255 or 30% from 410); Green value is 49 (19.53% from 255 or 11.95% from 410); Blue value is 238 (93.36% from 255 or 58.05% from 410); Max value from RGB is 238 - color contains mainly: blue. Hex color #7B31EE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7B31EE is #84CE11. Grayscale: #5B5B5B. Windows color (decimal): -8703506 or 15610235. OLE color: 15610235.
HSL color Cylindrical-coordinate representation of color #7B31EE: hue angle of 263.49º 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 #7B31EE is Cyan = 0.48, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 123 | 49 | 238 | - |
| CMYK | 0.48 | 0.79 | 0 | 0.07 |
| HSL | 263.49º | 0.85% | 0.56% | - |
| HSV(B) | 263.49º | 0.79% | 0.93% | - |
| XYZ | 24.7 | 12.58 | 82.02 | - |
| YUV | 92.67 | 210.02 | 149.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 49 | 238 | 0.48 | 0.79 | 0 | 0.07 | 263.49 | 0.85 | 0.56 |
| Hex | 7B | 31 | EE | 30 | 4F | 0 | 7 | 107 | 55 | 38 |
| Octal | 173 | 61 | 356 | 60 | 117 | 0 | 7 | 407 | 125 | 70 |
| Binary | 1111011 | 110001 | 11101110 | 110000 | 1001111 | 0 | 111 | 100000111 | 1010101 | 111000 |
Color Harmonies of #7B31EE
Complementary color
Monochromatic Colors of #7B31EE
Black with #7B31EE
Text Example
Text Example
White with #7B31EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B31EE; }
p { color: rgb(123,49,238); }
H1.HeaderClassName
{
color: #7B31EE;
}
.AnyTagClassName
{
color: #7B31EE;
}
</style>
background-color css
<style>
a { background-color: #7B31EE; }
a { background-color: rgb(123,49,238); }
div.DivClassName
{
background-color: #7B31EE;
}
.BgClassName
{
background-color: #7B31EE;
}
</style>
border-color css
<style>
span { border-color: #7B31EE; }
span { border-color: rgb(123,49,238); }
td.TdClassName
{
border-color: #7B31EE;
}
.TagClassName
{
border-color: #7B31EE;
}
</style>