Shades of Blue Violet #7B45EF
Tints of Blue Violet #7B45EF
RGB
CMYK
RGB Variations
Color information
#7B45EF (or 0x7B45EF) is known color: Blue Violet. HEX triplet: 7B, 45 and EF. RGB value is (123,69,239). Sum of RGB (Red+Green+Blue) = 123+69+239=431 (57% of max value = 765). Red value is 123 (48.44% from 255 or 28.54% from 431); Green value is 69 (27.34% from 255 or 16.01% from 431); Blue value is 239 (93.75% from 255 or 55.45% from 431); Max value from RGB is 239 - color contains mainly: blue. Hex color #7B45EF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7B45EF is #84BA10. Grayscale: #676767. Windows color (decimal): -8698385 or 15680891. OLE color: 15680891.
HSL color Cylindrical-coordinate representation of color #7B45EF: hue angle of 259.06º degrees, saturation: 0.84, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #7B45EF is Cyan = 0.49, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 123 | 69 | 239 | - |
| CMYK | 0.49 | 0.71 | 0 | 0.06 |
| HSL | 259.06º | 0.84% | 0.6% | - |
| HSV(B) | 259.06º | 0.71% | 0.94% | - |
| XYZ | 25.88 | 14.7 | 83.13 | - |
| YUV | 104.53 | 203.89 | 141.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 69 | 239 | 0.49 | 0.71 | 0 | 0.06 | 259.06 | 0.84 | 0.6 |
| Hex | 7B | 45 | EF | 31 | 47 | 0 | 6 | 103 | 54 | 3C |
| Octal | 173 | 105 | 357 | 61 | 107 | 0 | 6 | 403 | 124 | 74 |
| Binary | 1111011 | 1000101 | 11101111 | 110001 | 1000111 | 0 | 110 | 100000011 | 1010100 | 111100 |
Color Harmonies of #7B45EF
Complementary color
Monochromatic Colors of #7B45EF
Black with #7B45EF
Text Example
Text Example
White with #7B45EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B45EF; }
p { color: rgb(123,69,239); }
H1.HeaderClassName
{
color: #7B45EF;
}
.AnyTagClassName
{
color: #7B45EF;
}
</style>
background-color css
<style>
a { background-color: #7B45EF; }
a { background-color: rgb(123,69,239); }
div.DivClassName
{
background-color: #7B45EF;
}
.BgClassName
{
background-color: #7B45EF;
}
</style>
border-color css
<style>
span { border-color: #7B45EF; }
span { border-color: rgb(123,69,239); }
td.TdClassName
{
border-color: #7B45EF;
}
.TagClassName
{
border-color: #7B45EF;
}
</style>