Shades of Blue Violet #7B2EDD
Tints of Blue Violet #7B2EDD
RGB
CMYK
RGB Variations
Color information
#7B2EDD (or 0x7B2EDD) is known color: Blue Violet. HEX triplet: 7B, 2E and DD. RGB value is (123,46,221). Sum of RGB (Red+Green+Blue) = 123+46+221=390 (51% of max value = 765). Red value is 123 (48.44% from 255 or 31.54% from 390); Green value is 46 (18.36% from 255 or 11.79% from 390); Blue value is 221 (86.72% from 255 or 56.67% from 390); Max value from RGB is 221 - color contains mainly: blue. Hex color #7B2EDD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7B2EDD is #84D122. Grayscale: #585858. Windows color (decimal): -8704291 or 14495355. OLE color: 14495355.
HSL color Cylindrical-coordinate representation of color #7B2EDD: hue angle of 266.4º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #7B2EDD is Cyan = 0.44, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 123 | 46 | 221 | - |
| CMYK | 0.44 | 0.79 | 0 | 0.13 |
| HSL | 266.4º | 0.72% | 0.52% | - |
| HSV(B) | 266.4º | 0.79% | 0.87% | - |
| XYZ | 22.2 | 11.39 | 69.43 | - |
| YUV | 88.97 | 202.51 | 152.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 46 | 221 | 0.44 | 0.79 | 0 | 0.13 | 266.4 | 0.72 | 0.52 |
| Hex | 7B | 2E | DD | 2C | 4F | 0 | D | 10A | 48 | 34 |
| Octal | 173 | 56 | 335 | 54 | 117 | 0 | 15 | 412 | 110 | 64 |
| Binary | 1111011 | 101110 | 11011101 | 101100 | 1001111 | 0 | 1101 | 100001010 | 1001000 | 110100 |
Color Harmonies of #7B2EDD
Complementary color
Monochromatic Colors of #7B2EDD
Black with #7B2EDD
Text Example
Text Example
White with #7B2EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B2EDD; }
p { color: rgb(123,46,221); }
H1.HeaderClassName
{
color: #7B2EDD;
}
.AnyTagClassName
{
color: #7B2EDD;
}
</style>
background-color css
<style>
a { background-color: #7B2EDD; }
a { background-color: rgb(123,46,221); }
div.DivClassName
{
background-color: #7B2EDD;
}
.BgClassName
{
background-color: #7B2EDD;
}
</style>
border-color css
<style>
span { border-color: #7B2EDD; }
span { border-color: rgb(123,46,221); }
td.TdClassName
{
border-color: #7B2EDD;
}
.TagClassName
{
border-color: #7B2EDD;
}
</style>