Shades of Blue Violet #7D47DF
Tints of Blue Violet #7D47DF
RGB
CMYK
RGB Variations
Color information
#7D47DF (or 0x7D47DF) is known color: Blue Violet. HEX triplet: 7D, 47 and DF. RGB value is (125,71,223). Sum of RGB (Red+Green+Blue) = 125+71+223=419 (55% of max value = 765). Red value is 125 (49.22% from 255 or 29.83% from 419); Green value is 71 (28.12% from 255 or 16.95% from 419); Blue value is 223 (87.5% from 255 or 53.22% from 419); Max value from RGB is 223 - color contains mainly: blue. Hex color #7D47DF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7D47DF is #82B820. Grayscale: #676767. Windows color (decimal): -8566817 or 14632829. OLE color: 14632829.
HSL color Cylindrical-coordinate representation of color #7D47DF: hue angle of 261.32º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #7D47DF is Cyan = 0.44, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 125 | 71 | 223 | - |
| CMYK | 0.44 | 0.68 | 0 | 0.13 |
| HSL | 261.32º | 0.7% | 0.58% | - |
| HSV(B) | 261.32º | 0.68% | 0.87% | - |
| XYZ | 24.03 | 14.19 | 71.29 | - |
| YUV | 104.47 | 194.89 | 142.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 71 | 223 | 0.44 | 0.68 | 0 | 0.13 | 261.32 | 0.7 | 0.58 |
| Hex | 7D | 47 | DF | 2C | 44 | 0 | D | 105 | 46 | 3A |
| Octal | 175 | 107 | 337 | 54 | 104 | 0 | 15 | 405 | 106 | 72 |
| Binary | 1111101 | 1000111 | 11011111 | 101100 | 1000100 | 0 | 1101 | 100000101 | 1000110 | 111010 |
Color Harmonies of #7D47DF
Complementary color
Monochromatic Colors of #7D47DF
Black with #7D47DF
Text Example
Text Example
White with #7D47DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D47DF; }
p { color: rgb(125,71,223); }
H1.HeaderClassName
{
color: #7D47DF;
}
.AnyTagClassName
{
color: #7D47DF;
}
</style>
background-color css
<style>
a { background-color: #7D47DF; }
a { background-color: rgb(125,71,223); }
div.DivClassName
{
background-color: #7D47DF;
}
.BgClassName
{
background-color: #7D47DF;
}
</style>
border-color css
<style>
span { border-color: #7D47DF; }
span { border-color: rgb(125,71,223); }
td.TdClassName
{
border-color: #7D47DF;
}
.TagClassName
{
border-color: #7D47DF;
}
</style>