Shades of Blue Violet #7B3AD4
Tints of Blue Violet #7B3AD4
RGB
CMYK
RGB Variations
Color information
#7B3AD4 (or 0x7B3AD4) is known color: Blue Violet. HEX triplet: 7B, 3A and D4. RGB value is (123,58,212). Sum of RGB (Red+Green+Blue) = 123+58+212=393 (52% of max value = 765). Red value is 123 (48.44% from 255 or 31.30% from 393); Green value is 58 (23.05% from 255 or 14.76% from 393); Blue value is 212 (83.20% from 255 or 53.94% from 393); Max value from RGB is 212 - color contains mainly: blue. Hex color #7B3AD4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7B3AD4 is #84C52B. Grayscale: #5E5E5E. Windows color (decimal): -8701228 or 13908603. OLE color: 13908603.
HSL color Cylindrical-coordinate representation of color #7B3AD4: hue angle of 265.32º degrees, saturation: 0.64, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #7B3AD4 is Cyan = 0.42, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 123 | 58 | 212 | - |
| CMYK | 0.42 | 0.73 | 0 | 0.17 |
| HSL | 265.32º | 0.64% | 0.53% | - |
| HSV(B) | 265.32º | 0.73% | 0.83% | - |
| XYZ | 21.57 | 11.99 | 63.47 | - |
| YUV | 94.99 | 194.03 | 147.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 58 | 212 | 0.42 | 0.73 | 0 | 0.17 | 265.32 | 0.64 | 0.53 |
| Hex | 7B | 3A | D4 | 2A | 49 | 0 | 11 | 109 | 40 | 35 |
| Octal | 173 | 72 | 324 | 52 | 111 | 0 | 21 | 411 | 100 | 65 |
| Binary | 1111011 | 111010 | 11010100 | 101010 | 1001001 | 0 | 10001 | 100001001 | 1000000 | 110101 |
Color Harmonies of #7B3AD4
Complementary color
Monochromatic Colors of #7B3AD4
Black with #7B3AD4
Text Example
Text Example
White with #7B3AD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B3AD4; }
p { color: rgb(123,58,212); }
H1.HeaderClassName
{
color: #7B3AD4;
}
.AnyTagClassName
{
color: #7B3AD4;
}
</style>
background-color css
<style>
a { background-color: #7B3AD4; }
a { background-color: rgb(123,58,212); }
div.DivClassName
{
background-color: #7B3AD4;
}
.BgClassName
{
background-color: #7B3AD4;
}
</style>
border-color css
<style>
span { border-color: #7B3AD4; }
span { border-color: rgb(123,58,212); }
td.TdClassName
{
border-color: #7B3AD4;
}
.TagClassName
{
border-color: #7B3AD4;
}
</style>