Shades of Blue Violet #7B2BED
Tints of Blue Violet #7B2BED
RGB
CMYK
RGB Variations
Color information
#7B2BED (or 0x7B2BED) is known color: Blue Violet. HEX triplet: 7B, 2B and ED. RGB value is (123,43,237). Sum of RGB (Red+Green+Blue) = 123+43+237=403 (53% of max value = 765). Red value is 123 (48.44% from 255 or 30.52% from 403); Green value is 43 (17.19% from 255 or 10.67% from 403); Blue value is 237 (92.97% from 255 or 58.81% from 403); Max value from RGB is 237 - color contains mainly: blue. Hex color #7B2BED is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7B2BED is #84D412. Grayscale: #585858. Windows color (decimal): -8705043 or 15543163. OLE color: 15543163.
HSL color Cylindrical-coordinate representation of color #7B2BED: hue angle of 264.74º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #7B2BED is Cyan = 0.48, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 123 | 43 | 237 | - |
| CMYK | 0.48 | 0.82 | 0 | 0.07 |
| HSL | 264.74º | 0.84% | 0.55% | - |
| HSV(B) | 264.74º | 0.82% | 0.93% | - |
| XYZ | 24.32 | 12.05 | 81.17 | - |
| YUV | 89.04 | 211.5 | 152.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 43 | 237 | 0.48 | 0.82 | 0 | 0.07 | 264.74 | 0.84 | 0.55 |
| Hex | 7B | 2B | ED | 30 | 52 | 0 | 7 | 109 | 54 | 37 |
| Octal | 173 | 53 | 355 | 60 | 122 | 0 | 7 | 411 | 124 | 67 |
| Binary | 1111011 | 101011 | 11101101 | 110000 | 1010010 | 0 | 111 | 100001001 | 1010100 | 110111 |
Color Harmonies of #7B2BED
Complementary color
Monochromatic Colors of #7B2BED
Black with #7B2BED
Text Example
Text Example
White with #7B2BED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B2BED; }
p { color: rgb(123,43,237); }
H1.HeaderClassName
{
color: #7B2BED;
}
.AnyTagClassName
{
color: #7B2BED;
}
</style>
background-color css
<style>
a { background-color: #7B2BED; }
a { background-color: rgb(123,43,237); }
div.DivClassName
{
background-color: #7B2BED;
}
.BgClassName
{
background-color: #7B2BED;
}
</style>
border-color css
<style>
span { border-color: #7B2BED; }
span { border-color: rgb(123,43,237); }
td.TdClassName
{
border-color: #7B2BED;
}
.TagClassName
{
border-color: #7B2BED;
}
</style>