Shades of Blue Violet #7A3EFF
Tints of Blue Violet #7A3EFF
RGB
CMYK
RGB Variations
Color information
#7A3EFF (or 0x7A3EFF) is known color: Blue Violet. HEX triplet: 7A, 3E and FF. RGB value is (122,62,255). Sum of RGB (Red+Green+Blue) = 122+62+255=439 (58% of max value = 765). Red value is 122 (48.05% from 255 or 27.79% from 439); Green value is 62 (24.61% from 255 or 14.12% from 439); Blue value is 255 (100% from 255 or 58.09% from 439); Max value from RGB is 255 - color contains mainly: blue. Hex color #7A3EFF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7A3EFF is #85C100. Grayscale: #656565. Windows color (decimal): -8765697 or 16727674. OLE color: 16727674.
HSL color Cylindrical-coordinate representation of color #7A3EFF: hue angle of 258.65º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #7A3EFF is Cyan = 0.52, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 122 | 62 | 255 | - |
| CMYK | 0.52 | 0.76 | 0 | 0 |
| HSL | 258.65º | 1% | 0.62% | - |
| HSV(B) | 258.65º | 0.76% | 1% | - |
| XYZ | 27.8 | 14.8 | 96 | - |
| YUV | 101.94 | 214.38 | 142.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 62 | 255 | 0.52 | 0.76 | 0 | 0 | 258.65 | 1 | 0.62 |
| Hex | 7A | 3E | FF | 34 | 4C | 0 | 0 | 103 | 64 | 3E |
| Octal | 172 | 76 | 377 | 64 | 114 | 0 | 0 | 403 | 144 | 76 |
| Binary | 1111010 | 111110 | 11111111 | 110100 | 1001100 | 0 | 0 | 100000011 | 1100100 | 111110 |
Color Harmonies of #7A3EFF
Complementary color
Monochromatic Colors of #7A3EFF
Black with #7A3EFF
Text Example
Text Example
White with #7A3EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A3EFF; }
p { color: rgb(122,62,255); }
H1.HeaderClassName
{
color: #7A3EFF;
}
.AnyTagClassName
{
color: #7A3EFF;
}
</style>
background-color css
<style>
a { background-color: #7A3EFF; }
a { background-color: rgb(122,62,255); }
div.DivClassName
{
background-color: #7A3EFF;
}
.BgClassName
{
background-color: #7A3EFF;
}
</style>
border-color css
<style>
span { border-color: #7A3EFF; }
span { border-color: rgb(122,62,255); }
td.TdClassName
{
border-color: #7A3EFF;
}
.TagClassName
{
border-color: #7A3EFF;
}
</style>