Shades of Blue Violet #7B41D1
Tints of Blue Violet #7B41D1
RGB
CMYK
RGB Variations
Color information
#7B41D1 (or 0x7B41D1) is known color: Blue Violet. HEX triplet: 7B, 41 and D1. RGB value is (123,65,209). Sum of RGB (Red+Green+Blue) = 123+65+209=397 (52% of max value = 765). Red value is 123 (48.44% from 255 or 30.98% from 397); Green value is 65 (25.78% from 255 or 16.37% from 397); Blue value is 209 (82.03% from 255 or 52.64% from 397); Max value from RGB is 209 - color contains mainly: blue. Hex color #7B41D1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7B41D1 is #84BE2E. Grayscale: #626262. Windows color (decimal): -8699439 or 13713787. OLE color: 13713787.
HSL color Cylindrical-coordinate representation of color #7B41D1: hue angle of 264.17º degrees, saturation: 0.61, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #7B41D1 is Cyan = 0.41, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 123 | 65 | 209 | - |
| CMYK | 0.41 | 0.69 | 0 | 0.18 |
| HSL | 264.17º | 0.61% | 0.54% | - |
| HSV(B) | 264.17º | 0.69% | 0.82% | - |
| XYZ | 21.57 | 12.6 | 61.62 | - |
| YUV | 98.76 | 190.22 | 145.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 65 | 209 | 0.41 | 0.69 | 0 | 0.18 | 264.17 | 0.61 | 0.54 |
| Hex | 7B | 41 | D1 | 29 | 45 | 0 | 12 | 108 | 3D | 36 |
| Octal | 173 | 101 | 321 | 51 | 105 | 0 | 22 | 410 | 75 | 66 |
| Binary | 1111011 | 1000001 | 11010001 | 101001 | 1000101 | 0 | 10010 | 100001000 | 111101 | 110110 |
Color Harmonies of #7B41D1
Complementary color
Monochromatic Colors of #7B41D1
Black with #7B41D1
Text Example
Text Example
White with #7B41D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B41D1; }
p { color: rgb(123,65,209); }
H1.HeaderClassName
{
color: #7B41D1;
}
.AnyTagClassName
{
color: #7B41D1;
}
</style>
background-color css
<style>
a { background-color: #7B41D1; }
a { background-color: rgb(123,65,209); }
div.DivClassName
{
background-color: #7B41D1;
}
.BgClassName
{
background-color: #7B41D1;
}
</style>
border-color css
<style>
span { border-color: #7B41D1; }
span { border-color: rgb(123,65,209); }
td.TdClassName
{
border-color: #7B41D1;
}
.TagClassName
{
border-color: #7B41D1;
}
</style>