Shades of Blue Violet #7B29E0
Tints of Blue Violet #7B29E0
RGB
CMYK
RGB Variations
Color information
#7B29E0 (or 0x7B29E0) is known color: Blue Violet. HEX triplet: 7B, 29 and E0. RGB value is (123,41,224). Sum of RGB (Red+Green+Blue) = 123+41+224=388 (51% of max value = 765). Red value is 123 (48.44% from 255 or 31.70% from 388); Green value is 41 (16.41% from 255 or 10.57% from 388); Blue value is 224 (87.89% from 255 or 57.73% from 388); Max value from RGB is 224 - color contains mainly: blue. Hex color #7B29E0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7B29E0 is #84D61F. Grayscale: #555555. Windows color (decimal): -8705568 or 14690683. OLE color: 14690683.
HSL color Cylindrical-coordinate representation of color #7B29E0: hue angle of 266.89º degrees, saturation: 0.75, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #7B29E0 is Cyan = 0.45, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 123 | 41 | 224 | - |
| CMYK | 0.45 | 0.82 | 0 | 0.12 |
| HSL | 266.89º | 0.75% | 0.52% | - |
| HSV(B) | 266.89º | 0.82% | 0.88% | - |
| XYZ | 22.42 | 11.18 | 71.5 | - |
| YUV | 86.38 | 205.67 | 154.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 41 | 224 | 0.45 | 0.82 | 0 | 0.12 | 266.89 | 0.75 | 0.52 |
| Hex | 7B | 29 | E0 | 2D | 52 | 0 | C | 10B | 4B | 34 |
| Octal | 173 | 51 | 340 | 55 | 122 | 0 | 14 | 413 | 113 | 64 |
| Binary | 1111011 | 101001 | 11100000 | 101101 | 1010010 | 0 | 1100 | 100001011 | 1001011 | 110100 |
Color Harmonies of #7B29E0
Complementary color
Monochromatic Colors of #7B29E0
Black with #7B29E0
Text Example
Text Example
White with #7B29E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B29E0; }
p { color: rgb(123,41,224); }
H1.HeaderClassName
{
color: #7B29E0;
}
.AnyTagClassName
{
color: #7B29E0;
}
</style>
background-color css
<style>
a { background-color: #7B29E0; }
a { background-color: rgb(123,41,224); }
div.DivClassName
{
background-color: #7B29E0;
}
.BgClassName
{
background-color: #7B29E0;
}
</style>
border-color css
<style>
span { border-color: #7B29E0; }
span { border-color: rgb(123,41,224); }
td.TdClassName
{
border-color: #7B29E0;
}
.TagClassName
{
border-color: #7B29E0;
}
</style>