Shades of Blue Violet #7B18EC
Tints of Blue Violet #7B18EC
RGB
CMYK
RGB Variations
Color information
#7B18EC (or 0x7B18EC) is known color: Blue Violet. HEX triplet: 7B, 18 and EC. RGB value is (123,24,236). Sum of RGB (Red+Green+Blue) = 123+24+236=383 (50% of max value = 765). Red value is 123 (48.44% from 255 or 32.11% from 383); Green value is 24 (9.77% from 255 or 6.27% from 383); Blue value is 236 (92.58% from 255 or 61.62% from 383); Max value from RGB is 236 - color contains mainly: blue. Hex color #7B18EC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7B18EC is #84E713. Grayscale: #4D4D4D. Windows color (decimal): -8709908 or 15472763. OLE color: 15472763.
HSL color Cylindrical-coordinate representation of color #7B18EC: hue angle of 268.02º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7B18EC is Cyan = 0.48, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 123 | 24 | 236 | - |
| CMYK | 0.48 | 0.90 | 0 | 0.07 |
| HSL | 268.02º | 0.85% | 0.51% | - |
| HSV(B) | 268.02º | 0.9% | 0.93% | - |
| XYZ | 23.64 | 10.92 | 80.22 | - |
| YUV | 77.77 | 217.3 | 160.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 24 | 236 | 0.48 | 0.90 | 0 | 0.07 | 268.02 | 0.85 | 0.51 |
| Hex | 7B | 18 | EC | 30 | 5A | 0 | 7 | 10C | 55 | 33 |
| Octal | 173 | 30 | 354 | 60 | 132 | 0 | 7 | 414 | 125 | 63 |
| Binary | 1111011 | 11000 | 11101100 | 110000 | 1011010 | 0 | 111 | 100001100 | 1010101 | 110011 |
Color Harmonies of #7B18EC
Complementary color
Monochromatic Colors of #7B18EC
Black with #7B18EC
Text Example
Text Example
White with #7B18EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B18EC; }
p { color: rgb(123,24,236); }
H1.HeaderClassName
{
color: #7B18EC;
}
.AnyTagClassName
{
color: #7B18EC;
}
</style>
background-color css
<style>
a { background-color: #7B18EC; }
a { background-color: rgb(123,24,236); }
div.DivClassName
{
background-color: #7B18EC;
}
.BgClassName
{
background-color: #7B18EC;
}
</style>
border-color css
<style>
span { border-color: #7B18EC; }
span { border-color: rgb(123,24,236); }
td.TdClassName
{
border-color: #7B18EC;
}
.TagClassName
{
border-color: #7B18EC;
}
</style>