Shades of Blue Violet #7A3FFE
Tints of Blue Violet #7A3FFE
RGB
CMYK
RGB Variations
Color information
#7A3FFE (or 0x7A3FFE) is known color: Blue Violet. HEX triplet: 7A, 3F and FE. RGB value is (122,63,254). Sum of RGB (Red+Green+Blue) = 122+63+254=439 (58% of max value = 765). Red value is 122 (48.05% from 255 or 27.79% from 439); Green value is 63 (25% from 255 or 14.35% from 439); Blue value is 254 (99.61% from 255 or 57.86% from 439); Max value from RGB is 254 - color contains mainly: blue. Hex color #7A3FFE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7A3FFE is #85C001. Grayscale: #656565. Windows color (decimal): -8765442 or 16662394. OLE color: 16662394.
HSL color Cylindrical-coordinate representation of color #7A3FFE: hue angle of 258.53º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #7A3FFE is Cyan = 0.52, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 122 | 63 | 254 | - |
| CMYK | 0.52 | 0.75 | 0 | 0.00 |
| HSL | 258.53º | 0.99% | 0.62% | - |
| HSV(B) | 258.53º | 0.75% | 1% | - |
| XYZ | 27.69 | 14.85 | 95.17 | - |
| YUV | 102.42 | 213.55 | 141.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 63 | 254 | 0.52 | 0.75 | 0 | 0.00 | 258.53 | 0.99 | 0.62 |
| Hex | 7A | 3F | FE | 34 | 4B | 0 | 0 | 103 | 63 | 3E |
| Octal | 172 | 77 | 376 | 64 | 113 | 0 | 0 | 403 | 143 | 76 |
| Binary | 1111010 | 111111 | 11111110 | 110100 | 1001011 | 0 | 0 | 100000011 | 1100011 | 111110 |
Color Harmonies of #7A3FFE
Complementary color
Monochromatic Colors of #7A3FFE
Black with #7A3FFE
Text Example
Text Example
White with #7A3FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A3FFE; }
p { color: rgb(122,63,254); }
H1.HeaderClassName
{
color: #7A3FFE;
}
.AnyTagClassName
{
color: #7A3FFE;
}
</style>
background-color css
<style>
a { background-color: #7A3FFE; }
a { background-color: rgb(122,63,254); }
div.DivClassName
{
background-color: #7A3FFE;
}
.BgClassName
{
background-color: #7A3FFE;
}
</style>
border-color css
<style>
span { border-color: #7A3FFE; }
span { border-color: rgb(122,63,254); }
td.TdClassName
{
border-color: #7A3FFE;
}
.TagClassName
{
border-color: #7A3FFE;
}
</style>