Shades of Blue Violet #7A3BFF
Tints of Blue Violet #7A3BFF
RGB
CMYK
RGB Variations
Color information
#7A3BFF (or 0x7A3BFF) is known color: Blue Violet. HEX triplet: 7A, 3B and FF. RGB value is (122,59,255). Sum of RGB (Red+Green+Blue) = 122+59+255=436 (57% of max value = 765). Red value is 122 (48.05% from 255 or 27.98% from 436); Green value is 59 (23.44% from 255 or 13.53% from 436); Blue value is 255 (100% from 255 or 58.49% from 436); Max value from RGB is 255 - color contains mainly: blue. Hex color #7A3BFF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7A3BFF is #85C400. Grayscale: #636363. Windows color (decimal): -8766465 or 16726906. OLE color: 16726906.
HSL color Cylindrical-coordinate representation of color #7A3BFF: hue angle of 259.29º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #7A3BFF is Cyan = 0.52, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 122 | 59 | 255 | - |
| CMYK | 0.52 | 0.77 | 0 | 0 |
| HSL | 259.29º | 1% | 0.62% | - |
| HSV(B) | 259.29º | 0.77% | 1% | - |
| XYZ | 27.64 | 14.49 | 95.95 | - |
| YUV | 100.18 | 215.37 | 143.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 59 | 255 | 0.52 | 0.77 | 0 | 0 | 259.29 | 1 | 0.62 |
| Hex | 7A | 3B | FF | 34 | 4D | 0 | 0 | 103 | 64 | 3E |
| Octal | 172 | 73 | 377 | 64 | 115 | 0 | 0 | 403 | 144 | 76 |
| Binary | 1111010 | 111011 | 11111111 | 110100 | 1001101 | 0 | 0 | 100000011 | 1100100 | 111110 |
Color Harmonies of #7A3BFF
Complementary color
Monochromatic Colors of #7A3BFF
Black with #7A3BFF
Text Example
Text Example
White with #7A3BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A3BFF; }
p { color: rgb(122,59,255); }
H1.HeaderClassName
{
color: #7A3BFF;
}
.AnyTagClassName
{
color: #7A3BFF;
}
</style>
background-color css
<style>
a { background-color: #7A3BFF; }
a { background-color: rgb(122,59,255); }
div.DivClassName
{
background-color: #7A3BFF;
}
.BgClassName
{
background-color: #7A3BFF;
}
</style>
border-color css
<style>
span { border-color: #7A3BFF; }
span { border-color: rgb(122,59,255); }
td.TdClassName
{
border-color: #7A3BFF;
}
.TagClassName
{
border-color: #7A3BFF;
}
</style>