Shades of Blue Violet #7A26EA
Tints of Blue Violet #7A26EA
RGB
CMYK
RGB Variations
Color information
#7A26EA (or 0x7A26EA) is known color: Blue Violet. HEX triplet: 7A, 26 and EA. RGB value is (122,38,234). Sum of RGB (Red+Green+Blue) = 122+38+234=394 (52% of max value = 765). Red value is 122 (48.05% from 255 or 30.96% from 394); Green value is 38 (15.23% from 255 or 9.64% from 394); Blue value is 234 (91.80% from 255 or 59.39% from 394); Max value from RGB is 234 - color contains mainly: blue. Hex color #7A26EA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7A26EA is #85D915. Grayscale: #545454. Windows color (decimal): -8771862 or 15345274. OLE color: 15345274.
HSL color Cylindrical-coordinate representation of color #7A26EA: hue angle of 265.71º 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 #7A26EA is Cyan = 0.48, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 122 | 38 | 234 | - |
| CMYK | 0.48 | 0.84 | 0 | 0.08 |
| HSL | 265.71º | 0.82% | 0.53% | - |
| HSV(B) | 265.71º | 0.84% | 0.92% | - |
| XYZ | 23.57 | 11.46 | 78.81 | - |
| YUV | 85.46 | 211.83 | 154.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 38 | 234 | 0.48 | 0.84 | 0 | 0.08 | 265.71 | 0.82 | 0.53 |
| Hex | 7A | 26 | EA | 30 | 54 | 0 | 8 | 10A | 52 | 35 |
| Octal | 172 | 46 | 352 | 60 | 124 | 0 | 10 | 412 | 122 | 65 |
| Binary | 1111010 | 100110 | 11101010 | 110000 | 1010100 | 0 | 1000 | 100001010 | 1010010 | 110101 |
Color Harmonies of #7A26EA
Complementary color
Monochromatic Colors of #7A26EA
Black with #7A26EA
Text Example
Text Example
White with #7A26EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A26EA; }
p { color: rgb(122,38,234); }
H1.HeaderClassName
{
color: #7A26EA;
}
.AnyTagClassName
{
color: #7A26EA;
}
</style>
background-color css
<style>
a { background-color: #7A26EA; }
a { background-color: rgb(122,38,234); }
div.DivClassName
{
background-color: #7A26EA;
}
.BgClassName
{
background-color: #7A26EA;
}
</style>
border-color css
<style>
span { border-color: #7A26EA; }
span { border-color: rgb(122,38,234); }
td.TdClassName
{
border-color: #7A26EA;
}
.TagClassName
{
border-color: #7A26EA;
}
</style>