Shades of Blue Violet #7A3DFA
Tints of Blue Violet #7A3DFA
RGB
CMYK
RGB Variations
Color information
#7A3DFA (or 0x7A3DFA) is known color: Blue Violet. HEX triplet: 7A, 3D and FA. RGB value is (122,61,250). Sum of RGB (Red+Green+Blue) = 122+61+250=433 (57% of max value = 765). Red value is 122 (48.05% from 255 or 28.18% from 433); Green value is 61 (24.22% from 255 or 14.09% from 433); Blue value is 250 (98.05% from 255 or 57.74% from 433); Max value from RGB is 250 - color contains mainly: blue. Hex color #7A3DFA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7A3DFA is #85C205. Grayscale: #646464. Windows color (decimal): -8765958 or 16399738. OLE color: 16399738.
HSL color Cylindrical-coordinate representation of color #7A3DFA: hue angle of 259.37º degrees, saturation: 0.95, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #7A3DFA is Cyan = 0.51, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 122 | 61 | 250 | - |
| CMYK | 0.51 | 0.76 | 0 | 0.02 |
| HSL | 259.37º | 0.95% | 0.61% | - |
| HSV(B) | 259.37º | 0.76% | 0.98% | - |
| XYZ | 26.95 | 14.38 | 91.8 | - |
| YUV | 100.79 | 212.21 | 143.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 61 | 250 | 0.51 | 0.76 | 0 | 0.02 | 259.37 | 0.95 | 0.61 |
| Hex | 7A | 3D | FA | 33 | 4C | 0 | 2 | 103 | 5F | 3D |
| Octal | 172 | 75 | 372 | 63 | 114 | 0 | 2 | 403 | 137 | 75 |
| Binary | 1111010 | 111101 | 11111010 | 110011 | 1001100 | 0 | 10 | 100000011 | 1011111 | 111101 |
Color Harmonies of #7A3DFA
Complementary color
Monochromatic Colors of #7A3DFA
Black with #7A3DFA
Text Example
Text Example
White with #7A3DFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A3DFA; }
p { color: rgb(122,61,250); }
H1.HeaderClassName
{
color: #7A3DFA;
}
.AnyTagClassName
{
color: #7A3DFA;
}
</style>
background-color css
<style>
a { background-color: #7A3DFA; }
a { background-color: rgb(122,61,250); }
div.DivClassName
{
background-color: #7A3DFA;
}
.BgClassName
{
background-color: #7A3DFA;
}
</style>
border-color css
<style>
span { border-color: #7A3DFA; }
span { border-color: rgb(122,61,250); }
td.TdClassName
{
border-color: #7A3DFA;
}
.TagClassName
{
border-color: #7A3DFA;
}
</style>