Shades of Blue Violet #7B31F3
Tints of Blue Violet #7B31F3
RGB
CMYK
RGB Variations
Color information
#7B31F3 (or 0x7B31F3) is known color: Blue Violet. HEX triplet: 7B, 31 and F3. RGB value is (123,49,243). Sum of RGB (Red+Green+Blue) = 123+49+243=415 (54% of max value = 765). Red value is 123 (48.44% from 255 or 29.64% from 415); Green value is 49 (19.53% from 255 or 11.81% from 415); Blue value is 243 (95.31% from 255 or 58.55% from 415); Max value from RGB is 243 - color contains mainly: blue. Hex color #7B31F3 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7B31F3 is #84CE0C. Grayscale: #5C5C5C. Windows color (decimal): -8703501 or 15937915. OLE color: 15937915.
HSL color Cylindrical-coordinate representation of color #7B31F3: hue angle of 262.89º degrees, saturation: 0.89, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #7B31F3 is Cyan = 0.49, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 123 | 49 | 243 | - |
| CMYK | 0.49 | 0.80 | 0 | 0.05 |
| HSL | 262.89º | 0.89% | 0.57% | - |
| HSV(B) | 262.89º | 0.8% | 0.95% | - |
| XYZ | 25.44 | 12.88 | 85.94 | - |
| YUV | 93.24 | 212.52 | 149.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 49 | 243 | 0.49 | 0.80 | 0 | 0.05 | 262.89 | 0.89 | 0.57 |
| Hex | 7B | 31 | F3 | 31 | 50 | 0 | 5 | 107 | 59 | 39 |
| Octal | 173 | 61 | 363 | 61 | 120 | 0 | 5 | 407 | 131 | 71 |
| Binary | 1111011 | 110001 | 11110011 | 110001 | 1010000 | 0 | 101 | 100000111 | 1011001 | 111001 |
Color Harmonies of #7B31F3
Complementary color
Monochromatic Colors of #7B31F3
Black with #7B31F3
Text Example
Text Example
White with #7B31F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B31F3; }
p { color: rgb(123,49,243); }
H1.HeaderClassName
{
color: #7B31F3;
}
.AnyTagClassName
{
color: #7B31F3;
}
</style>
background-color css
<style>
a { background-color: #7B31F3; }
a { background-color: rgb(123,49,243); }
div.DivClassName
{
background-color: #7B31F3;
}
.BgClassName
{
background-color: #7B31F3;
}
</style>
border-color css
<style>
span { border-color: #7B31F3; }
span { border-color: rgb(123,49,243); }
td.TdClassName
{
border-color: #7B31F3;
}
.TagClassName
{
border-color: #7B31F3;
}
</style>