Shades of Blue Violet #7B1BCF
Tints of Blue Violet #7B1BCF
RGB
CMYK
RGB Variations
Color information
#7B1BCF (or 0x7B1BCF) is known color: Blue Violet. HEX triplet: 7B, 1B and CF. RGB value is (123,27,207). Sum of RGB (Red+Green+Blue) = 123+27+207=357 (47% of max value = 765). Red value is 123 (48.44% from 255 or 34.45% from 357); Green value is 27 (10.94% from 255 or 7.56% from 357); Blue value is 207 (81.25% from 255 or 57.98% from 357); Max value from RGB is 207 - color contains mainly: blue. Hex color #7B1BCF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7B1BCF is #84E430. Grayscale: #4B4B4B. Windows color (decimal): -8709169 or 13572987. OLE color: 13572987.
HSL color Cylindrical-coordinate representation of color #7B1BCF: hue angle of 272º degrees, saturation: 0.77, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #7B1BCF is Cyan = 0.41, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 123 | 27 | 207 | - |
| CMYK | 0.41 | 0.87 | 0 | 0.19 |
| HSL | 272º | 0.77% | 0.46% | - |
| HSV(B) | 272º | 0.87% | 0.81% | - |
| XYZ | 19.82 | 9.5 | 59.82 | - |
| YUV | 76.22 | 201.8 | 161.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 27 | 207 | 0.41 | 0.87 | 0 | 0.19 | 272 | 0.77 | 0.46 |
| Hex | 7B | 1B | CF | 29 | 57 | 0 | 13 | 110 | 4D | 2E |
| Octal | 173 | 33 | 317 | 51 | 127 | 0 | 23 | 420 | 115 | 56 |
| Binary | 1111011 | 11011 | 11001111 | 101001 | 1010111 | 0 | 10011 | 100010000 | 1001101 | 101110 |
Color Harmonies of #7B1BCF
Complementary color
Monochromatic Colors of #7B1BCF
Black with #7B1BCF
Text Example
Text Example
White with #7B1BCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B1BCF; }
p { color: rgb(123,27,207); }
H1.HeaderClassName
{
color: #7B1BCF;
}
.AnyTagClassName
{
color: #7B1BCF;
}
</style>
background-color css
<style>
a { background-color: #7B1BCF; }
a { background-color: rgb(123,27,207); }
div.DivClassName
{
background-color: #7B1BCF;
}
.BgClassName
{
background-color: #7B1BCF;
}
</style>
border-color css
<style>
span { border-color: #7B1BCF; }
span { border-color: rgb(123,27,207); }
td.TdClassName
{
border-color: #7B1BCF;
}
.TagClassName
{
border-color: #7B1BCF;
}
</style>