Shades of Blue Violet #7D44EC
Tints of Blue Violet #7D44EC
RGB
CMYK
RGB Variations
Color information
#7D44EC (or 0x7D44EC) is known color: Blue Violet. HEX triplet: 7D, 44 and EC. RGB value is (125,68,236). Sum of RGB (Red+Green+Blue) = 125+68+236=429 (56% of max value = 765). Red value is 125 (49.22% from 255 or 29.14% from 429); Green value is 68 (26.95% from 255 or 15.85% from 429); Blue value is 236 (92.58% from 255 or 55.01% from 429); Max value from RGB is 236 - color contains mainly: blue. Hex color #7D44EC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7D44EC is #82BB13. Grayscale: #676767. Windows color (decimal): -8567572 or 15484029. OLE color: 15484029.
HSL color Cylindrical-coordinate representation of color #7D44EC: hue angle of 260.36º degrees, saturation: 0.82, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #7D44EC is Cyan = 0.47, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 125 | 68 | 236 | - |
| CMYK | 0.47 | 0.71 | 0 | 0.07 |
| HSL | 260.36º | 0.82% | 0.6% | - |
| HSV(B) | 260.36º | 0.71% | 0.93% | - |
| XYZ | 25.66 | 14.55 | 80.81 | - |
| YUV | 104.2 | 202.38 | 142.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 68 | 236 | 0.47 | 0.71 | 0 | 0.07 | 260.36 | 0.82 | 0.6 |
| Hex | 7D | 44 | EC | 2F | 47 | 0 | 7 | 104 | 52 | 3C |
| Octal | 175 | 104 | 354 | 57 | 107 | 0 | 7 | 404 | 122 | 74 |
| Binary | 1111101 | 1000100 | 11101100 | 101111 | 1000111 | 0 | 111 | 100000100 | 1010010 | 111100 |
Color Harmonies of #7D44EC
Complementary color
Monochromatic Colors of #7D44EC
Black with #7D44EC
Text Example
Text Example
White with #7D44EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D44EC; }
p { color: rgb(125,68,236); }
H1.HeaderClassName
{
color: #7D44EC;
}
.AnyTagClassName
{
color: #7D44EC;
}
</style>
background-color css
<style>
a { background-color: #7D44EC; }
a { background-color: rgb(125,68,236); }
div.DivClassName
{
background-color: #7D44EC;
}
.BgClassName
{
background-color: #7D44EC;
}
</style>
border-color css
<style>
span { border-color: #7D44EC; }
span { border-color: rgb(125,68,236); }
td.TdClassName
{
border-color: #7D44EC;
}
.TagClassName
{
border-color: #7D44EC;
}
</style>