Shades of Blue Violet #7A46DF
Tints of Blue Violet #7A46DF
RGB
CMYK
RGB Variations
Color information
#7A46DF (or 0x7A46DF) is known color: Blue Violet. HEX triplet: 7A, 46 and DF. RGB value is (122,70,223). Sum of RGB (Red+Green+Blue) = 122+70+223=415 (54% of max value = 765). Red value is 122 (48.05% from 255 or 29.40% from 415); Green value is 70 (27.73% from 255 or 16.87% from 415); Blue value is 223 (87.5% from 255 or 53.73% from 415); Max value from RGB is 223 - color contains mainly: blue. Hex color #7A46DF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7A46DF is #85B920. Grayscale: #666666. Windows color (decimal): -8763681 or 14632570. OLE color: 14632570.
HSL color Cylindrical-coordinate representation of color #7A46DF: hue angle of 260.39º degrees, saturation: 0.71, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #7A46DF is Cyan = 0.45, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 122 | 70 | 223 | - |
| CMYK | 0.45 | 0.69 | 0 | 0.13 |
| HSL | 260.39º | 0.71% | 0.57% | - |
| HSV(B) | 260.39º | 0.69% | 0.87% | - |
| XYZ | 23.54 | 13.85 | 71.24 | - |
| YUV | 102.99 | 195.73 | 141.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 70 | 223 | 0.45 | 0.69 | 0 | 0.13 | 260.39 | 0.71 | 0.57 |
| Hex | 7A | 46 | DF | 2D | 45 | 0 | D | 104 | 47 | 39 |
| Octal | 172 | 106 | 337 | 55 | 105 | 0 | 15 | 404 | 107 | 71 |
| Binary | 1111010 | 1000110 | 11011111 | 101101 | 1000101 | 0 | 1101 | 100000100 | 1000111 | 111001 |
Color Harmonies of #7A46DF
Complementary color
Monochromatic Colors of #7A46DF
Black with #7A46DF
Text Example
Text Example
White with #7A46DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A46DF; }
p { color: rgb(122,70,223); }
H1.HeaderClassName
{
color: #7A46DF;
}
.AnyTagClassName
{
color: #7A46DF;
}
</style>
background-color css
<style>
a { background-color: #7A46DF; }
a { background-color: rgb(122,70,223); }
div.DivClassName
{
background-color: #7A46DF;
}
.BgClassName
{
background-color: #7A46DF;
}
</style>
border-color css
<style>
span { border-color: #7A46DF; }
span { border-color: rgb(122,70,223); }
td.TdClassName
{
border-color: #7A46DF;
}
.TagClassName
{
border-color: #7A46DF;
}
</style>