Shades of Blue Violet #7B29FB
Tints of Blue Violet #7B29FB
RGB
CMYK
RGB Variations
Color information
#7B29FB (or 0x7B29FB) is known color: Blue Violet. HEX triplet: 7B, 29 and FB. RGB value is (123,41,251). Sum of RGB (Red+Green+Blue) = 123+41+251=415 (54% of max value = 765). Red value is 123 (48.44% from 255 or 29.64% from 415); Green value is 41 (16.41% from 255 or 9.88% from 415); Blue value is 251 (98.44% from 255 or 60.48% from 415); Max value from RGB is 251 - color contains mainly: blue. Hex color #7B29FB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7B29FB is #84D604. Grayscale: #585858. Windows color (decimal): -8705541 or 16460155. OLE color: 16460155.
HSL color Cylindrical-coordinate representation of color #7B29FB: hue angle of 263.43º degrees, saturation: 0.96, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #7B29FB is Cyan = 0.51, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 123 | 41 | 251 | - |
| CMYK | 0.51 | 0.84 | 0 | 0.02 |
| HSL | 263.43º | 0.96% | 0.57% | - |
| HSV(B) | 263.43º | 0.84% | 0.98% | - |
| XYZ | 26.37 | 12.76 | 92.34 | - |
| YUV | 89.46 | 219.17 | 151.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 41 | 251 | 0.51 | 0.84 | 0 | 0.02 | 263.43 | 0.96 | 0.57 |
| Hex | 7B | 29 | FB | 33 | 54 | 0 | 2 | 107 | 60 | 39 |
| Octal | 173 | 51 | 373 | 63 | 124 | 0 | 2 | 407 | 140 | 71 |
| Binary | 1111011 | 101001 | 11111011 | 110011 | 1010100 | 0 | 10 | 100000111 | 1100000 | 111001 |
Color Harmonies of #7B29FB
Complementary color
Monochromatic Colors of #7B29FB
Black with #7B29FB
Text Example
Text Example
White with #7B29FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B29FB; }
p { color: rgb(123,41,251); }
H1.HeaderClassName
{
color: #7B29FB;
}
.AnyTagClassName
{
color: #7B29FB;
}
</style>
background-color css
<style>
a { background-color: #7B29FB; }
a { background-color: rgb(123,41,251); }
div.DivClassName
{
background-color: #7B29FB;
}
.BgClassName
{
background-color: #7B29FB;
}
</style>
border-color css
<style>
span { border-color: #7B29FB; }
span { border-color: rgb(123,41,251); }
td.TdClassName
{
border-color: #7B29FB;
}
.TagClassName
{
border-color: #7B29FB;
}
</style>