Shades of Blue Violet #7B2ECF
Tints of Blue Violet #7B2ECF
RGB
CMYK
RGB Variations
Color information
#7B2ECF (or 0x7B2ECF) is known color: Blue Violet. HEX triplet: 7B, 2E and CF. RGB value is (123,46,207). Sum of RGB (Red+Green+Blue) = 123+46+207=376 (49% of max value = 765). Red value is 123 (48.44% from 255 or 32.71% from 376); Green value is 46 (18.36% from 255 or 12.23% from 376); Blue value is 207 (81.25% from 255 or 55.05% from 376); Max value from RGB is 207 - color contains mainly: blue. Hex color #7B2ECF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7B2ECF is #84D130. Grayscale: #565656. Windows color (decimal): -8704305 or 13577851. OLE color: 13577851.
HSL color Cylindrical-coordinate representation of color #7B2ECF: hue angle of 268.7º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #7B2ECF is Cyan = 0.41, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 123 | 46 | 207 | - |
| CMYK | 0.41 | 0.78 | 0 | 0.19 |
| HSL | 268.7º | 0.64% | 0.5% | - |
| HSV(B) | 268.7º | 0.78% | 0.81% | - |
| XYZ | 20.41 | 10.67 | 60.02 | - |
| YUV | 87.38 | 195.51 | 153.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 46 | 207 | 0.41 | 0.78 | 0 | 0.19 | 268.7 | 0.64 | 0.5 |
| Hex | 7B | 2E | CF | 29 | 4E | 0 | 13 | 10D | 40 | 32 |
| Octal | 173 | 56 | 317 | 51 | 116 | 0 | 23 | 415 | 100 | 62 |
| Binary | 1111011 | 101110 | 11001111 | 101001 | 1001110 | 0 | 10011 | 100001101 | 1000000 | 110010 |
Color Harmonies of #7B2ECF
Complementary color
Monochromatic Colors of #7B2ECF
Black with #7B2ECF
Text Example
Text Example
White with #7B2ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B2ECF; }
p { color: rgb(123,46,207); }
H1.HeaderClassName
{
color: #7B2ECF;
}
.AnyTagClassName
{
color: #7B2ECF;
}
</style>
background-color css
<style>
a { background-color: #7B2ECF; }
a { background-color: rgb(123,46,207); }
div.DivClassName
{
background-color: #7B2ECF;
}
.BgClassName
{
background-color: #7B2ECF;
}
</style>
border-color css
<style>
span { border-color: #7B2ECF; }
span { border-color: rgb(123,46,207); }
td.TdClassName
{
border-color: #7B2ECF;
}
.TagClassName
{
border-color: #7B2ECF;
}
</style>