Shades of Blue Violet #7B1CEB
Tints of Blue Violet #7B1CEB
RGB
CMYK
RGB Variations
Color information
#7B1CEB (or 0x7B1CEB) is known color: Blue Violet. HEX triplet: 7B, 1C and EB. RGB value is (123,28,235). Sum of RGB (Red+Green+Blue) = 123+28+235=386 (51% of max value = 765). Red value is 123 (48.44% from 255 or 31.87% from 386); Green value is 28 (11.33% from 255 or 7.25% from 386); Blue value is 235 (92.19% from 255 or 60.88% from 386); Max value from RGB is 235 - color contains mainly: blue. Hex color #7B1CEB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7B1CEB is #84E314. Grayscale: #4F4F4F. Windows color (decimal): -8708885 or 15408251. OLE color: 15408251.
HSL color Cylindrical-coordinate representation of color #7B1CEB: hue angle of 267.54º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #7B1CEB is Cyan = 0.48, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 123 | 28 | 235 | - |
| CMYK | 0.48 | 0.88 | 0 | 0.08 |
| HSL | 267.54º | 0.84% | 0.52% | - |
| HSV(B) | 267.54º | 0.88% | 0.92% | - |
| XYZ | 23.58 | 11.04 | 79.49 | - |
| YUV | 80 | 215.47 | 158.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 28 | 235 | 0.48 | 0.88 | 0 | 0.08 | 267.54 | 0.84 | 0.52 |
| Hex | 7B | 1C | EB | 30 | 58 | 0 | 8 | 10C | 54 | 34 |
| Octal | 173 | 34 | 353 | 60 | 130 | 0 | 10 | 414 | 124 | 64 |
| Binary | 1111011 | 11100 | 11101011 | 110000 | 1011000 | 0 | 1000 | 100001100 | 1010100 | 110100 |
Color Harmonies of #7B1CEB
Complementary color
Monochromatic Colors of #7B1CEB
Black with #7B1CEB
Text Example
Text Example
White with #7B1CEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B1CEB; }
p { color: rgb(123,28,235); }
H1.HeaderClassName
{
color: #7B1CEB;
}
.AnyTagClassName
{
color: #7B1CEB;
}
</style>
background-color css
<style>
a { background-color: #7B1CEB; }
a { background-color: rgb(123,28,235); }
div.DivClassName
{
background-color: #7B1CEB;
}
.BgClassName
{
background-color: #7B1CEB;
}
</style>
border-color css
<style>
span { border-color: #7B1CEB; }
span { border-color: rgb(123,28,235); }
td.TdClassName
{
border-color: #7B1CEB;
}
.TagClassName
{
border-color: #7B1CEB;
}
</style>