Shades of Blue Violet #7B0EEA
Tints of Blue Violet #7B0EEA
RGB
CMYK
RGB Variations
Color information
#7B0EEA (or 0x7B0EEA) is known color: Blue Violet. HEX triplet: 7B, 0E and EA. RGB value is (123,14,234). Sum of RGB (Red+Green+Blue) = 123+14+234=371 (49% of max value = 765). Red value is 123 (48.44% from 255 or 33.15% from 371); Green value is 14 (5.86% from 255 or 3.77% from 371); Blue value is 234 (91.80% from 255 or 63.07% from 371); Max value from RGB is 234 - color contains mainly: blue. Hex color #7B0EEA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7B0EEA is #84F115. Grayscale: #464646. Windows color (decimal): -8712470 or 15339131. OLE color: 15339131.
HSL color Cylindrical-coordinate representation of color #7B0EEA: hue angle of 269.73º degrees, saturation: 0.89, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #7B0EEA is Cyan = 0.47, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 123 | 14 | 234 | - |
| CMYK | 0.47 | 0.94 | 0 | 0.08 |
| HSL | 269.73º | 0.89% | 0.49% | - |
| HSV(B) | 269.73º | 0.94% | 0.92% | - |
| XYZ | 23.18 | 10.47 | 78.64 | - |
| YUV | 71.67 | 219.61 | 164.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 14 | 234 | 0.47 | 0.94 | 0 | 0.08 | 269.73 | 0.89 | 0.49 |
| Hex | 7B | E | EA | 2F | 5E | 0 | 8 | 10E | 59 | 31 |
| Octal | 173 | 16 | 352 | 57 | 136 | 0 | 10 | 416 | 131 | 61 |
| Binary | 1111011 | 1110 | 11101010 | 101111 | 1011110 | 0 | 1000 | 100001110 | 1011001 | 110001 |
Color Harmonies of #7B0EEA
Complementary color
Monochromatic Colors of #7B0EEA
Black with #7B0EEA
Text Example
Text Example
White with #7B0EEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B0EEA; }
p { color: rgb(123,14,234); }
H1.HeaderClassName
{
color: #7B0EEA;
}
.AnyTagClassName
{
color: #7B0EEA;
}
</style>
background-color css
<style>
a { background-color: #7B0EEA; }
a { background-color: rgb(123,14,234); }
div.DivClassName
{
background-color: #7B0EEA;
}
.BgClassName
{
background-color: #7B0EEA;
}
</style>
border-color css
<style>
span { border-color: #7B0EEA; }
span { border-color: rgb(123,14,234); }
td.TdClassName
{
border-color: #7B0EEA;
}
.TagClassName
{
border-color: #7B0EEA;
}
</style>