Shades of Blue Violet #7B3FD0
Tints of Blue Violet #7B3FD0
RGB
CMYK
RGB Variations
Color information
#7B3FD0 (or 0x7B3FD0) is known color: Blue Violet. HEX triplet: 7B, 3F and D0. RGB value is (123,63,208). Sum of RGB (Red+Green+Blue) = 123+63+208=394 (52% of max value = 765). Red value is 123 (48.44% from 255 or 31.22% from 394); Green value is 63 (25% from 255 or 15.99% from 394); Blue value is 208 (81.64% from 255 or 52.79% from 394); Max value from RGB is 208 - color contains mainly: blue. Hex color #7B3FD0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7B3FD0 is #84C02F. Grayscale: #606060. Windows color (decimal): -8699952 or 13647739. OLE color: 13647739.
HSL color Cylindrical-coordinate representation of color #7B3FD0: hue angle of 264.83º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #7B3FD0 is Cyan = 0.41, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 123 | 63 | 208 | - |
| CMYK | 0.41 | 0.70 | 0 | 0.18 |
| HSL | 264.83º | 0.61% | 0.53% | - |
| HSV(B) | 264.83º | 0.7% | 0.82% | - |
| XYZ | 21.33 | 12.32 | 60.93 | - |
| YUV | 97.47 | 190.38 | 146.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 63 | 208 | 0.41 | 0.70 | 0 | 0.18 | 264.83 | 0.61 | 0.53 |
| Hex | 7B | 3F | D0 | 29 | 46 | 0 | 12 | 109 | 3D | 35 |
| Octal | 173 | 77 | 320 | 51 | 106 | 0 | 22 | 411 | 75 | 65 |
| Binary | 1111011 | 111111 | 11010000 | 101001 | 1000110 | 0 | 10010 | 100001001 | 111101 | 110101 |
Color Harmonies of #7B3FD0
Complementary color
Monochromatic Colors of #7B3FD0
Black with #7B3FD0
Text Example
Text Example
White with #7B3FD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B3FD0; }
p { color: rgb(123,63,208); }
H1.HeaderClassName
{
color: #7B3FD0;
}
.AnyTagClassName
{
color: #7B3FD0;
}
</style>
background-color css
<style>
a { background-color: #7B3FD0; }
a { background-color: rgb(123,63,208); }
div.DivClassName
{
background-color: #7B3FD0;
}
.BgClassName
{
background-color: #7B3FD0;
}
</style>
border-color css
<style>
span { border-color: #7B3FD0; }
span { border-color: rgb(123,63,208); }
td.TdClassName
{
border-color: #7B3FD0;
}
.TagClassName
{
border-color: #7B3FD0;
}
</style>