Shades of Blue Violet #7D46DC
Tints of Blue Violet #7D46DC
RGB
CMYK
RGB Variations
Color information
#7D46DC (or 0x7D46DC) is known color: Blue Violet. HEX triplet: 7D, 46 and DC. RGB value is (125,70,220). Sum of RGB (Red+Green+Blue) = 125+70+220=415 (54% of max value = 765). Red value is 125 (49.22% from 255 or 30.12% from 415); Green value is 70 (27.73% from 255 or 16.87% from 415); Blue value is 220 (86.33% from 255 or 53.01% from 415); Max value from RGB is 220 - color contains mainly: blue. Hex color #7D46DC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7D46DC is #82B923. Grayscale: #676767. Windows color (decimal): -8567076 or 14435965. OLE color: 14435965.
HSL color Cylindrical-coordinate representation of color #7D46DC: hue angle of 262º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #7D46DC is Cyan = 0.43, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 125 | 70 | 220 | - |
| CMYK | 0.43 | 0.68 | 0 | 0.14 |
| HSL | 262º | 0.68% | 0.57% | - |
| HSV(B) | 262º | 0.68% | 0.86% | - |
| XYZ | 23.57 | 13.91 | 69.15 | - |
| YUV | 103.55 | 193.72 | 143.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 70 | 220 | 0.43 | 0.68 | 0 | 0.14 | 262 | 0.68 | 0.57 |
| Hex | 7D | 46 | DC | 2B | 44 | 0 | E | 106 | 44 | 39 |
| Octal | 175 | 106 | 334 | 53 | 104 | 0 | 16 | 406 | 104 | 71 |
| Binary | 1111101 | 1000110 | 11011100 | 101011 | 1000100 | 0 | 1110 | 100000110 | 1000100 | 111001 |
Color Harmonies of #7D46DC
Complementary color
Monochromatic Colors of #7D46DC
Black with #7D46DC
Text Example
Text Example
White with #7D46DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D46DC; }
p { color: rgb(125,70,220); }
H1.HeaderClassName
{
color: #7D46DC;
}
.AnyTagClassName
{
color: #7D46DC;
}
</style>
background-color css
<style>
a { background-color: #7D46DC; }
a { background-color: rgb(125,70,220); }
div.DivClassName
{
background-color: #7D46DC;
}
.BgClassName
{
background-color: #7D46DC;
}
</style>
border-color css
<style>
span { border-color: #7D46DC; }
span { border-color: rgb(125,70,220); }
td.TdClassName
{
border-color: #7D46DC;
}
.TagClassName
{
border-color: #7D46DC;
}
</style>