Shades of Blue Violet #7B1EEB
Tints of Blue Violet #7B1EEB
RGB
CMYK
RGB Variations
Color information
#7B1EEB (or 0x7B1EEB) is known color: Blue Violet. HEX triplet: 7B, 1E and EB. RGB value is (123,30,235). Sum of RGB (Red+Green+Blue) = 123+30+235=388 (51% of max value = 765). Red value is 123 (48.44% from 255 or 31.70% from 388); Green value is 30 (12.11% from 255 or 7.73% from 388); Blue value is 235 (92.19% from 255 or 60.57% from 388); Max value from RGB is 235 - color contains mainly: blue. Hex color #7B1EEB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7B1EEB is #84E114. Grayscale: #505050. Windows color (decimal): -8708373 or 15408763. OLE color: 15408763.
HSL color Cylindrical-coordinate representation of color #7B1EEB: hue angle of 267.22º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #7B1EEB is Cyan = 0.48, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 123 | 30 | 235 | - |
| CMYK | 0.48 | 0.87 | 0 | 0.08 |
| HSL | 267.22º | 0.84% | 0.52% | - |
| HSV(B) | 267.22º | 0.87% | 0.92% | - |
| XYZ | 23.63 | 11.14 | 79.5 | - |
| YUV | 81.18 | 214.81 | 157.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 30 | 235 | 0.48 | 0.87 | 0 | 0.08 | 267.22 | 0.84 | 0.52 |
| Hex | 7B | 1E | EB | 30 | 57 | 0 | 8 | 10B | 54 | 34 |
| Octal | 173 | 36 | 353 | 60 | 127 | 0 | 10 | 413 | 124 | 64 |
| Binary | 1111011 | 11110 | 11101011 | 110000 | 1010111 | 0 | 1000 | 100001011 | 1010100 | 110100 |
Color Harmonies of #7B1EEB
Complementary color
Monochromatic Colors of #7B1EEB
Black with #7B1EEB
Text Example
Text Example
White with #7B1EEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B1EEB; }
p { color: rgb(123,30,235); }
H1.HeaderClassName
{
color: #7B1EEB;
}
.AnyTagClassName
{
color: #7B1EEB;
}
</style>
background-color css
<style>
a { background-color: #7B1EEB; }
a { background-color: rgb(123,30,235); }
div.DivClassName
{
background-color: #7B1EEB;
}
.BgClassName
{
background-color: #7B1EEB;
}
</style>
border-color css
<style>
span { border-color: #7B1EEB; }
span { border-color: rgb(123,30,235); }
td.TdClassName
{
border-color: #7B1EEB;
}
.TagClassName
{
border-color: #7B1EEB;
}
</style>