Shades of Blue Violet #7B26EA
Tints of Blue Violet #7B26EA
RGB
CMYK
RGB Variations
Color information
#7B26EA (or 0x7B26EA) is known color: Blue Violet. HEX triplet: 7B, 26 and EA. RGB value is (123,38,234). Sum of RGB (Red+Green+Blue) = 123+38+234=395 (52% of max value = 765). Red value is 123 (48.44% from 255 or 31.14% from 395); Green value is 38 (15.23% from 255 or 9.62% from 395); Blue value is 234 (91.80% from 255 or 59.24% from 395); Max value from RGB is 234 - color contains mainly: blue. Hex color #7B26EA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7B26EA is #84D915. Grayscale: #555555. Windows color (decimal): -8706326 or 15345275. OLE color: 15345275.
HSL color Cylindrical-coordinate representation of color #7B26EA: hue angle of 266.02º degrees, saturation: 0.82, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #7B26EA is Cyan = 0.47, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 123 | 38 | 234 | - |
| CMYK | 0.47 | 0.84 | 0 | 0.08 |
| HSL | 266.02º | 0.82% | 0.53% | - |
| HSV(B) | 266.02º | 0.84% | 0.92% | - |
| XYZ | 23.71 | 11.54 | 78.82 | - |
| YUV | 85.76 | 211.66 | 154.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 38 | 234 | 0.47 | 0.84 | 0 | 0.08 | 266.02 | 0.82 | 0.53 |
| Hex | 7B | 26 | EA | 2F | 54 | 0 | 8 | 10A | 52 | 35 |
| Octal | 173 | 46 | 352 | 57 | 124 | 0 | 10 | 412 | 122 | 65 |
| Binary | 1111011 | 100110 | 11101010 | 101111 | 1010100 | 0 | 1000 | 100001010 | 1010010 | 110101 |
Color Harmonies of #7B26EA
Complementary color
Monochromatic Colors of #7B26EA
Black with #7B26EA
Text Example
Text Example
White with #7B26EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B26EA; }
p { color: rgb(123,38,234); }
H1.HeaderClassName
{
color: #7B26EA;
}
.AnyTagClassName
{
color: #7B26EA;
}
</style>
background-color css
<style>
a { background-color: #7B26EA; }
a { background-color: rgb(123,38,234); }
div.DivClassName
{
background-color: #7B26EA;
}
.BgClassName
{
background-color: #7B26EA;
}
</style>
border-color css
<style>
span { border-color: #7B26EA; }
span { border-color: rgb(123,38,234); }
td.TdClassName
{
border-color: #7B26EA;
}
.TagClassName
{
border-color: #7B26EA;
}
</style>