Shades of Blue Violet #7B3CED
Tints of Blue Violet #7B3CED
RGB
CMYK
RGB Variations
Color information
#7B3CED (or 0x7B3CED) is known color: Blue Violet. HEX triplet: 7B, 3C and ED. RGB value is (123,60,237). Sum of RGB (Red+Green+Blue) = 123+60+237=420 (55% of max value = 765). Red value is 123 (48.44% from 255 or 29.29% from 420); Green value is 60 (23.83% from 255 or 14.29% from 420); Blue value is 237 (92.97% from 255 or 56.43% from 420); Max value from RGB is 237 - color contains mainly: blue. Hex color #7B3CED is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7B3CED is #84C312. Grayscale: #626262. Windows color (decimal): -8700691 or 15547515. OLE color: 15547515.
HSL color Cylindrical-coordinate representation of color #7B3CED: hue angle of 261.36º degrees, saturation: 0.83, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #7B3CED is Cyan = 0.48, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 123 | 60 | 237 | - |
| CMYK | 0.48 | 0.75 | 0 | 0.07 |
| HSL | 261.36º | 0.83% | 0.58% | - |
| HSV(B) | 261.36º | 0.75% | 0.93% | - |
| XYZ | 25.07 | 13.56 | 81.42 | - |
| YUV | 99.02 | 205.87 | 145.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 60 | 237 | 0.48 | 0.75 | 0 | 0.07 | 261.36 | 0.83 | 0.58 |
| Hex | 7B | 3C | ED | 30 | 4B | 0 | 7 | 105 | 53 | 3A |
| Octal | 173 | 74 | 355 | 60 | 113 | 0 | 7 | 405 | 123 | 72 |
| Binary | 1111011 | 111100 | 11101101 | 110000 | 1001011 | 0 | 111 | 100000101 | 1010011 | 111010 |
Color Harmonies of #7B3CED
Complementary color
Monochromatic Colors of #7B3CED
Black with #7B3CED
Text Example
Text Example
White with #7B3CED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B3CED; }
p { color: rgb(123,60,237); }
H1.HeaderClassName
{
color: #7B3CED;
}
.AnyTagClassName
{
color: #7B3CED;
}
</style>
background-color css
<style>
a { background-color: #7B3CED; }
a { background-color: rgb(123,60,237); }
div.DivClassName
{
background-color: #7B3CED;
}
.BgClassName
{
background-color: #7B3CED;
}
</style>
border-color css
<style>
span { border-color: #7B3CED; }
span { border-color: rgb(123,60,237); }
td.TdClassName
{
border-color: #7B3CED;
}
.TagClassName
{
border-color: #7B3CED;
}
</style>