Shades of Blue Violet #7A26E9
Tints of Blue Violet #7A26E9
RGB
CMYK
RGB Variations
Color information
#7A26E9 (or 0x7A26E9) is known color: Blue Violet. HEX triplet: 7A, 26 and E9. RGB value is (122,38,233). Sum of RGB (Red+Green+Blue) = 122+38+233=393 (52% of max value = 765). Red value is 122 (48.05% from 255 or 31.04% from 393); Green value is 38 (15.23% from 255 or 9.67% from 393); Blue value is 233 (91.41% from 255 or 59.29% from 393); Max value from RGB is 233 - color contains mainly: blue. Hex color #7A26E9 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7A26E9 is #85D916. Grayscale: #545454. Windows color (decimal): -8771863 or 15279738. OLE color: 15279738.
HSL color Cylindrical-coordinate representation of color #7A26E9: hue angle of 265.85º degrees, saturation: 0.82, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #7A26E9 is Cyan = 0.48, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 122 | 38 | 233 | - |
| CMYK | 0.48 | 0.84 | 0 | 0.09 |
| HSL | 265.85º | 0.82% | 0.53% | - |
| HSV(B) | 265.85º | 0.84% | 0.91% | - |
| XYZ | 23.43 | 11.41 | 78.06 | - |
| YUV | 85.35 | 211.33 | 154.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 38 | 233 | 0.48 | 0.84 | 0 | 0.09 | 265.85 | 0.82 | 0.53 |
| Hex | 7A | 26 | E9 | 30 | 54 | 0 | 9 | 10A | 52 | 35 |
| Octal | 172 | 46 | 351 | 60 | 124 | 0 | 11 | 412 | 122 | 65 |
| Binary | 1111010 | 100110 | 11101001 | 110000 | 1010100 | 0 | 1001 | 100001010 | 1010010 | 110101 |
Color Harmonies of #7A26E9
Complementary color
Monochromatic Colors of #7A26E9
Black with #7A26E9
Text Example
Text Example
White with #7A26E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A26E9; }
p { color: rgb(122,38,233); }
H1.HeaderClassName
{
color: #7A26E9;
}
.AnyTagClassName
{
color: #7A26E9;
}
</style>
background-color css
<style>
a { background-color: #7A26E9; }
a { background-color: rgb(122,38,233); }
div.DivClassName
{
background-color: #7A26E9;
}
.BgClassName
{
background-color: #7A26E9;
}
</style>
border-color css
<style>
span { border-color: #7A26E9; }
span { border-color: rgb(122,38,233); }
td.TdClassName
{
border-color: #7A26E9;
}
.TagClassName
{
border-color: #7A26E9;
}
</style>