Shades of Blue Violet #7B3BFF
Tints of Blue Violet #7B3BFF
RGB
CMYK
RGB Variations
Color information
#7B3BFF (or 0x7B3BFF) is known color: Blue Violet. HEX triplet: 7B, 3B and FF. RGB value is (123,59,255). Sum of RGB (Red+Green+Blue) = 123+59+255=437 (57% of max value = 765). Red value is 123 (48.44% from 255 or 28.15% from 437); Green value is 59 (23.44% from 255 or 13.50% from 437); Blue value is 255 (100% from 255 or 58.35% from 437); Max value from RGB is 255 - color contains mainly: blue. Hex color #7B3BFF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7B3BFF is #84C400. Grayscale: #636363. Windows color (decimal): -8700929 or 16726907. OLE color: 16726907.
HSL color Cylindrical-coordinate representation of color #7B3BFF: hue angle of 259.59º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #7B3BFF is Cyan = 0.52, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 123 | 59 | 255 | - |
| CMYK | 0.52 | 0.77 | 0 | 0 |
| HSL | 259.59º | 1% | 0.62% | - |
| HSV(B) | 259.59º | 0.77% | 1% | - |
| XYZ | 27.78 | 14.56 | 95.95 | - |
| YUV | 100.48 | 215.2 | 144.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 59 | 255 | 0.52 | 0.77 | 0 | 0 | 259.59 | 1 | 0.62 |
| Hex | 7B | 3B | FF | 34 | 4D | 0 | 0 | 104 | 64 | 3E |
| Octal | 173 | 73 | 377 | 64 | 115 | 0 | 0 | 404 | 144 | 76 |
| Binary | 1111011 | 111011 | 11111111 | 110100 | 1001101 | 0 | 0 | 100000100 | 1100100 | 111110 |
Color Harmonies of #7B3BFF
Complementary color
Monochromatic Colors of #7B3BFF
Black with #7B3BFF
Text Example
Text Example
White with #7B3BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B3BFF; }
p { color: rgb(123,59,255); }
H1.HeaderClassName
{
color: #7B3BFF;
}
.AnyTagClassName
{
color: #7B3BFF;
}
</style>
background-color css
<style>
a { background-color: #7B3BFF; }
a { background-color: rgb(123,59,255); }
div.DivClassName
{
background-color: #7B3BFF;
}
.BgClassName
{
background-color: #7B3BFF;
}
</style>
border-color css
<style>
span { border-color: #7B3BFF; }
span { border-color: rgb(123,59,255); }
td.TdClassName
{
border-color: #7B3BFF;
}
.TagClassName
{
border-color: #7B3BFF;
}
</style>