Shades of Blue Violet #7A3DDA
Tints of Blue Violet #7A3DDA
RGB
CMYK
RGB Variations
Color information
#7A3DDA (or 0x7A3DDA) is known color: Blue Violet. HEX triplet: 7A, 3D and DA. RGB value is (122,61,218). Sum of RGB (Red+Green+Blue) = 122+61+218=401 (53% of max value = 765). Red value is 122 (48.05% from 255 or 30.42% from 401); Green value is 61 (24.22% from 255 or 15.21% from 401); Blue value is 218 (85.55% from 255 or 54.36% from 401); Max value from RGB is 218 - color contains mainly: blue. Hex color #7A3DDA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7A3DDA is #85C225. Grayscale: #606060. Windows color (decimal): -8765990 or 14302586. OLE color: 14302586.
HSL color Cylindrical-coordinate representation of color #7A3DDA: hue angle of 263.31º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #7A3DDA is Cyan = 0.44, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 122 | 61 | 218 | - |
| CMYK | 0.44 | 0.72 | 0 | 0.15 |
| HSL | 263.31º | 0.68% | 0.55% | - |
| HSV(B) | 263.31º | 0.72% | 0.85% | - |
| XYZ | 22.35 | 12.54 | 67.57 | - |
| YUV | 97.14 | 196.21 | 145.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 61 | 218 | 0.44 | 0.72 | 0 | 0.15 | 263.31 | 0.68 | 0.55 |
| Hex | 7A | 3D | DA | 2C | 48 | 0 | F | 107 | 44 | 37 |
| Octal | 172 | 75 | 332 | 54 | 110 | 0 | 17 | 407 | 104 | 67 |
| Binary | 1111010 | 111101 | 11011010 | 101100 | 1001000 | 0 | 1111 | 100000111 | 1000100 | 110111 |
Color Harmonies of #7A3DDA
Complementary color
Monochromatic Colors of #7A3DDA
Black with #7A3DDA
Text Example
Text Example
White with #7A3DDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A3DDA; }
p { color: rgb(122,61,218); }
H1.HeaderClassName
{
color: #7A3DDA;
}
.AnyTagClassName
{
color: #7A3DDA;
}
</style>
background-color css
<style>
a { background-color: #7A3DDA; }
a { background-color: rgb(122,61,218); }
div.DivClassName
{
background-color: #7A3DDA;
}
.BgClassName
{
background-color: #7A3DDA;
}
</style>
border-color css
<style>
span { border-color: #7A3DDA; }
span { border-color: rgb(122,61,218); }
td.TdClassName
{
border-color: #7A3DDA;
}
.TagClassName
{
border-color: #7A3DDA;
}
</style>