Shades of Blue Violet #7B29DD
Tints of Blue Violet #7B29DD
RGB
CMYK
RGB Variations
Color information
#7B29DD (or 0x7B29DD) is known color: Blue Violet. HEX triplet: 7B, 29 and DD. RGB value is (123,41,221). Sum of RGB (Red+Green+Blue) = 123+41+221=385 (50% of max value = 765). Red value is 123 (48.44% from 255 or 31.95% from 385); Green value is 41 (16.41% from 255 or 10.65% from 385); Blue value is 221 (86.72% from 255 or 57.40% from 385); Max value from RGB is 221 - color contains mainly: blue. Hex color #7B29DD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7B29DD is #84D622. Grayscale: #555555. Windows color (decimal): -8705571 or 14494075. OLE color: 14494075.
HSL color Cylindrical-coordinate representation of color #7B29DD: hue angle of 267.33º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #7B29DD is Cyan = 0.44, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 123 | 41 | 221 | - |
| CMYK | 0.44 | 0.81 | 0 | 0.13 |
| HSL | 267.33º | 0.73% | 0.51% | - |
| HSV(B) | 267.33º | 0.81% | 0.87% | - |
| XYZ | 22.01 | 11.02 | 69.37 | - |
| YUV | 86.04 | 204.17 | 154.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 41 | 221 | 0.44 | 0.81 | 0 | 0.13 | 267.33 | 0.73 | 0.51 |
| Hex | 7B | 29 | DD | 2C | 51 | 0 | D | 10B | 49 | 33 |
| Octal | 173 | 51 | 335 | 54 | 121 | 0 | 15 | 413 | 111 | 63 |
| Binary | 1111011 | 101001 | 11011101 | 101100 | 1010001 | 0 | 1101 | 100001011 | 1001001 | 110011 |
Color Harmonies of #7B29DD
Complementary color
Monochromatic Colors of #7B29DD
Black with #7B29DD
Text Example
Text Example
White with #7B29DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B29DD; }
p { color: rgb(123,41,221); }
H1.HeaderClassName
{
color: #7B29DD;
}
.AnyTagClassName
{
color: #7B29DD;
}
</style>
background-color css
<style>
a { background-color: #7B29DD; }
a { background-color: rgb(123,41,221); }
div.DivClassName
{
background-color: #7B29DD;
}
.BgClassName
{
background-color: #7B29DD;
}
</style>
border-color css
<style>
span { border-color: #7B29DD; }
span { border-color: rgb(123,41,221); }
td.TdClassName
{
border-color: #7B29DD;
}
.TagClassName
{
border-color: #7B29DD;
}
</style>