Shades of Blue Violet #7B36EF
Tints of Blue Violet #7B36EF
RGB
CMYK
RGB Variations
Color information
#7B36EF (or 0x7B36EF) is known color: Blue Violet. HEX triplet: 7B, 36 and EF. RGB value is (123,54,239). Sum of RGB (Red+Green+Blue) = 123+54+239=416 (55% of max value = 765). Red value is 123 (48.44% from 255 or 29.57% from 416); Green value is 54 (21.48% from 255 or 12.98% from 416); Blue value is 239 (93.75% from 255 or 57.45% from 416); Max value from RGB is 239 - color contains mainly: blue. Hex color #7B36EF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7B36EF is #84C910. Grayscale: #5F5F5F. Windows color (decimal): -8702225 or 15677051. OLE color: 15677051.
HSL color Cylindrical-coordinate representation of color #7B36EF: hue angle of 262.38º degrees, saturation: 0.85, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #7B36EF is Cyan = 0.49, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 123 | 54 | 239 | - |
| CMYK | 0.49 | 0.77 | 0 | 0.06 |
| HSL | 262.38º | 0.85% | 0.57% | - |
| HSV(B) | 262.38º | 0.77% | 0.94% | - |
| XYZ | 25.07 | 13.08 | 82.87 | - |
| YUV | 95.72 | 208.86 | 147.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 54 | 239 | 0.49 | 0.77 | 0 | 0.06 | 262.38 | 0.85 | 0.57 |
| Hex | 7B | 36 | EF | 31 | 4D | 0 | 6 | 106 | 55 | 39 |
| Octal | 173 | 66 | 357 | 61 | 115 | 0 | 6 | 406 | 125 | 71 |
| Binary | 1111011 | 110110 | 11101111 | 110001 | 1001101 | 0 | 110 | 100000110 | 1010101 | 111001 |
Color Harmonies of #7B36EF
Complementary color
Monochromatic Colors of #7B36EF
Black with #7B36EF
Text Example
Text Example
White with #7B36EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B36EF; }
p { color: rgb(123,54,239); }
H1.HeaderClassName
{
color: #7B36EF;
}
.AnyTagClassName
{
color: #7B36EF;
}
</style>
background-color css
<style>
a { background-color: #7B36EF; }
a { background-color: rgb(123,54,239); }
div.DivClassName
{
background-color: #7B36EF;
}
.BgClassName
{
background-color: #7B36EF;
}
</style>
border-color css
<style>
span { border-color: #7B36EF; }
span { border-color: rgb(123,54,239); }
td.TdClassName
{
border-color: #7B36EF;
}
.TagClassName
{
border-color: #7B36EF;
}
</style>