Shades of Blue Violet #7B1ACB
Tints of Blue Violet #7B1ACB
RGB
CMYK
RGB Variations
Color information
#7B1ACB (or 0x7B1ACB) is known color: Blue Violet. HEX triplet: 7B, 1A and CB. RGB value is (123,26,203). Sum of RGB (Red+Green+Blue) = 123+26+203=352 (46% of max value = 765). Red value is 123 (48.44% from 255 or 34.94% from 352); Green value is 26 (10.55% from 255 or 7.39% from 352); Blue value is 203 (79.69% from 255 or 57.67% from 352); Max value from RGB is 203 - color contains mainly: blue. Hex color #7B1ACB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7B1ACB is #84E534. Grayscale: #4A4A4A. Windows color (decimal): -8709429 or 13310587. OLE color: 13310587.
HSL color Cylindrical-coordinate representation of color #7B1ACB: hue angle of 272.88º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #7B1ACB is Cyan = 0.39, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 123 | 26 | 203 | - |
| CMYK | 0.39 | 0.87 | 0 | 0.20 |
| HSL | 272.88º | 0.77% | 0.45% | - |
| HSV(B) | 272.88º | 0.87% | 0.8% | - |
| XYZ | 19.32 | 9.26 | 57.27 | - |
| YUV | 75.18 | 200.14 | 162.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 26 | 203 | 0.39 | 0.87 | 0 | 0.20 | 272.88 | 0.77 | 0.45 |
| Hex | 7B | 1A | CB | 27 | 57 | 0 | 14 | 111 | 4D | 2D |
| Octal | 173 | 32 | 313 | 47 | 127 | 0 | 24 | 421 | 115 | 55 |
| Binary | 1111011 | 11010 | 11001011 | 100111 | 1010111 | 0 | 10100 | 100010001 | 1001101 | 101101 |
Color Harmonies of #7B1ACB
Complementary color
Monochromatic Colors of #7B1ACB
Black with #7B1ACB
Text Example
Text Example
White with #7B1ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B1ACB; }
p { color: rgb(123,26,203); }
H1.HeaderClassName
{
color: #7B1ACB;
}
.AnyTagClassName
{
color: #7B1ACB;
}
</style>
background-color css
<style>
a { background-color: #7B1ACB; }
a { background-color: rgb(123,26,203); }
div.DivClassName
{
background-color: #7B1ACB;
}
.BgClassName
{
background-color: #7B1ACB;
}
</style>
border-color css
<style>
span { border-color: #7B1ACB; }
span { border-color: rgb(123,26,203); }
td.TdClassName
{
border-color: #7B1ACB;
}
.TagClassName
{
border-color: #7B1ACB;
}
</style>