Shades of Blue Violet #7B3ED8
Tints of Blue Violet #7B3ED8
RGB
CMYK
RGB Variations
Color information
#7B3ED8 (or 0x7B3ED8) is known color: Blue Violet. HEX triplet: 7B, 3E and D8. RGB value is (123,62,216). Sum of RGB (Red+Green+Blue) = 123+62+216=401 (53% of max value = 765). Red value is 123 (48.44% from 255 or 30.67% from 401); Green value is 62 (24.61% from 255 or 15.46% from 401); Blue value is 216 (84.77% from 255 or 53.87% from 401); Max value from RGB is 216 - color contains mainly: blue. Hex color #7B3ED8 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7B3ED8 is #84C127. Grayscale: #616161. Windows color (decimal): -8700200 or 14171771. OLE color: 14171771.
HSL color Cylindrical-coordinate representation of color #7B3ED8: hue angle of 263.77º degrees, saturation: 0.66, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #7B3ED8 is Cyan = 0.43, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 123 | 62 | 216 | - |
| CMYK | 0.43 | 0.71 | 0 | 0.15 |
| HSL | 263.77º | 0.66% | 0.55% | - |
| HSV(B) | 263.77º | 0.71% | 0.85% | - |
| XYZ | 22.29 | 12.61 | 66.23 | - |
| YUV | 97.8 | 194.71 | 145.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 62 | 216 | 0.43 | 0.71 | 0 | 0.15 | 263.77 | 0.66 | 0.55 |
| Hex | 7B | 3E | D8 | 2B | 47 | 0 | F | 108 | 42 | 37 |
| Octal | 173 | 76 | 330 | 53 | 107 | 0 | 17 | 410 | 102 | 67 |
| Binary | 1111011 | 111110 | 11011000 | 101011 | 1000111 | 0 | 1111 | 100001000 | 1000010 | 110111 |
Color Harmonies of #7B3ED8
Complementary color
Monochromatic Colors of #7B3ED8
Black with #7B3ED8
Text Example
Text Example
White with #7B3ED8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B3ED8; }
p { color: rgb(123,62,216); }
H1.HeaderClassName
{
color: #7B3ED8;
}
.AnyTagClassName
{
color: #7B3ED8;
}
</style>
background-color css
<style>
a { background-color: #7B3ED8; }
a { background-color: rgb(123,62,216); }
div.DivClassName
{
background-color: #7B3ED8;
}
.BgClassName
{
background-color: #7B3ED8;
}
</style>
border-color css
<style>
span { border-color: #7B3ED8; }
span { border-color: rgb(123,62,216); }
td.TdClassName
{
border-color: #7B3ED8;
}
.TagClassName
{
border-color: #7B3ED8;
}
</style>