Shades of Blue Violet #7D46EC
Tints of Blue Violet #7D46EC
RGB
CMYK
RGB Variations
Color information
#7D46EC (or 0x7D46EC) is known color: Blue Violet. HEX triplet: 7D, 46 and EC. RGB value is (125,70,236). Sum of RGB (Red+Green+Blue) = 125+70+236=431 (57% of max value = 765). Red value is 125 (49.22% from 255 or 29.00% from 431); Green value is 70 (27.73% from 255 or 16.24% from 431); Blue value is 236 (92.58% from 255 or 54.76% from 431); Max value from RGB is 236 - color contains mainly: blue. Hex color #7D46EC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7D46EC is #82B913. Grayscale: #686868. Windows color (decimal): -8567060 or 15484541. OLE color: 15484541.
HSL color Cylindrical-coordinate representation of color #7D46EC: hue angle of 259.88º degrees, saturation: 0.81, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #7D46EC is Cyan = 0.47, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 125 | 70 | 236 | - |
| CMYK | 0.47 | 0.70 | 0 | 0.07 |
| HSL | 259.88º | 0.81% | 0.6% | - |
| HSV(B) | 259.88º | 0.7% | 0.93% | - |
| XYZ | 25.79 | 14.8 | 80.85 | - |
| YUV | 105.37 | 201.72 | 142 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 70 | 236 | 0.47 | 0.70 | 0 | 0.07 | 259.88 | 0.81 | 0.6 |
| Hex | 7D | 46 | EC | 2F | 46 | 0 | 7 | 104 | 51 | 3C |
| Octal | 175 | 106 | 354 | 57 | 106 | 0 | 7 | 404 | 121 | 74 |
| Binary | 1111101 | 1000110 | 11101100 | 101111 | 1000110 | 0 | 111 | 100000100 | 1010001 | 111100 |
Color Harmonies of #7D46EC
Complementary color
Monochromatic Colors of #7D46EC
Black with #7D46EC
Text Example
Text Example
White with #7D46EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D46EC; }
p { color: rgb(125,70,236); }
H1.HeaderClassName
{
color: #7D46EC;
}
.AnyTagClassName
{
color: #7D46EC;
}
</style>
background-color css
<style>
a { background-color: #7D46EC; }
a { background-color: rgb(125,70,236); }
div.DivClassName
{
background-color: #7D46EC;
}
.BgClassName
{
background-color: #7D46EC;
}
</style>
border-color css
<style>
span { border-color: #7D46EC; }
span { border-color: rgb(125,70,236); }
td.TdClassName
{
border-color: #7D46EC;
}
.TagClassName
{
border-color: #7D46EC;
}
</style>