Shades of Blue Violet #7B29FE
Tints of Blue Violet #7B29FE
RGB
CMYK
RGB Variations
Color information
#7B29FE (or 0x7B29FE) is known color: Blue Violet. HEX triplet: 7B, 29 and FE. RGB value is (123,41,254). Sum of RGB (Red+Green+Blue) = 123+41+254=418 (55% of max value = 765). Red value is 123 (48.44% from 255 or 29.43% from 418); Green value is 41 (16.41% from 255 or 9.81% from 418); Blue value is 254 (99.61% from 255 or 60.77% from 418); Max value from RGB is 254 - color contains mainly: blue. Hex color #7B29FE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7B29FE is #84D601. Grayscale: #595959. Windows color (decimal): -8705538 or 16656763. OLE color: 16656763.
HSL color Cylindrical-coordinate representation of color #7B29FE: hue angle of 263.1º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #7B29FE is Cyan = 0.52, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 123 | 41 | 254 | - |
| CMYK | 0.52 | 0.84 | 0 | 0.00 |
| HSL | 263.1º | 0.99% | 0.58% | - |
| HSV(B) | 263.1º | 0.84% | 1% | - |
| XYZ | 26.85 | 12.95 | 94.85 | - |
| YUV | 89.8 | 220.67 | 151.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 41 | 254 | 0.52 | 0.84 | 0 | 0.00 | 263.1 | 0.99 | 0.58 |
| Hex | 7B | 29 | FE | 34 | 54 | 0 | 0 | 107 | 63 | 3A |
| Octal | 173 | 51 | 376 | 64 | 124 | 0 | 0 | 407 | 143 | 72 |
| Binary | 1111011 | 101001 | 11111110 | 110100 | 1010100 | 0 | 0 | 100000111 | 1100011 | 111010 |
Color Harmonies of #7B29FE
Complementary color
Monochromatic Colors of #7B29FE
Black with #7B29FE
Text Example
Text Example
White with #7B29FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B29FE; }
p { color: rgb(123,41,254); }
H1.HeaderClassName
{
color: #7B29FE;
}
.AnyTagClassName
{
color: #7B29FE;
}
</style>
background-color css
<style>
a { background-color: #7B29FE; }
a { background-color: rgb(123,41,254); }
div.DivClassName
{
background-color: #7B29FE;
}
.BgClassName
{
background-color: #7B29FE;
}
</style>
border-color css
<style>
span { border-color: #7B29FE; }
span { border-color: rgb(123,41,254); }
td.TdClassName
{
border-color: #7B29FE;
}
.TagClassName
{
border-color: #7B29FE;
}
</style>