Shades of Blue Violet #7B45EA
Tints of Blue Violet #7B45EA
RGB
CMYK
RGB Variations
Color information
#7B45EA (or 0x7B45EA) is known color: Blue Violet. HEX triplet: 7B, 45 and EA. RGB value is (123,69,234). Sum of RGB (Red+Green+Blue) = 123+69+234=426 (56% of max value = 765). Red value is 123 (48.44% from 255 or 28.87% from 426); Green value is 69 (27.34% from 255 or 16.20% from 426); Blue value is 234 (91.80% from 255 or 54.93% from 426); Max value from RGB is 234 - color contains mainly: blue. Hex color #7B45EA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7B45EA is #84BA15. Grayscale: #676767. Windows color (decimal): -8698390 or 15353211. OLE color: 15353211.
HSL color Cylindrical-coordinate representation of color #7B45EA: hue angle of 259.64º degrees, saturation: 0.8, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #7B45EA is Cyan = 0.47, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 123 | 69 | 234 | - |
| CMYK | 0.47 | 0.71 | 0 | 0.08 |
| HSL | 259.64º | 0.8% | 0.59% | - |
| HSV(B) | 259.64º | 0.71% | 0.92% | - |
| XYZ | 25.15 | 14.41 | 79.3 | - |
| YUV | 103.96 | 201.39 | 141.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 69 | 234 | 0.47 | 0.71 | 0 | 0.08 | 259.64 | 0.8 | 0.59 |
| Hex | 7B | 45 | EA | 2F | 47 | 0 | 8 | 104 | 50 | 3B |
| Octal | 173 | 105 | 352 | 57 | 107 | 0 | 10 | 404 | 120 | 73 |
| Binary | 1111011 | 1000101 | 11101010 | 101111 | 1000111 | 0 | 1000 | 100000100 | 1010000 | 111011 |
Color Harmonies of #7B45EA
Complementary color
Monochromatic Colors of #7B45EA
Black with #7B45EA
Text Example
Text Example
White with #7B45EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B45EA; }
p { color: rgb(123,69,234); }
H1.HeaderClassName
{
color: #7B45EA;
}
.AnyTagClassName
{
color: #7B45EA;
}
</style>
background-color css
<style>
a { background-color: #7B45EA; }
a { background-color: rgb(123,69,234); }
div.DivClassName
{
background-color: #7B45EA;
}
.BgClassName
{
background-color: #7B45EA;
}
</style>
border-color css
<style>
span { border-color: #7B45EA; }
span { border-color: rgb(123,69,234); }
td.TdClassName
{
border-color: #7B45EA;
}
.TagClassName
{
border-color: #7B45EA;
}
</style>