Shades of Blue Violet #7D40EC
Tints of Blue Violet #7D40EC
RGB
CMYK
RGB Variations
Color information
#7D40EC (or 0x7D40EC) is known color: Blue Violet. HEX triplet: 7D, 40 and EC. RGB value is (125,64,236). Sum of RGB (Red+Green+Blue) = 125+64+236=425 (56% of max value = 765). Red value is 125 (49.22% from 255 or 29.41% from 425); Green value is 64 (25.39% from 255 or 15.06% from 425); Blue value is 236 (92.58% from 255 or 55.53% from 425); Max value from RGB is 236 - color contains mainly: blue. Hex color #7D40EC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7D40EC is #82BF13. Grayscale: #656565. Windows color (decimal): -8568596 or 15483005. OLE color: 15483005.
HSL color Cylindrical-coordinate representation of color #7D40EC: hue angle of 261.28º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #7D40EC is Cyan = 0.47, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 125 | 64 | 236 | - |
| CMYK | 0.47 | 0.73 | 0 | 0.07 |
| HSL | 261.28º | 0.82% | 0.59% | - |
| HSV(B) | 261.28º | 0.73% | 0.93% | - |
| XYZ | 25.43 | 14.08 | 80.73 | - |
| YUV | 101.85 | 203.71 | 144.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 64 | 236 | 0.47 | 0.73 | 0 | 0.07 | 261.28 | 0.82 | 0.59 |
| Hex | 7D | 40 | EC | 2F | 49 | 0 | 7 | 105 | 52 | 3B |
| Octal | 175 | 100 | 354 | 57 | 111 | 0 | 7 | 405 | 122 | 73 |
| Binary | 1111101 | 1000000 | 11101100 | 101111 | 1001001 | 0 | 111 | 100000101 | 1010010 | 111011 |
Color Harmonies of #7D40EC
Complementary color
Monochromatic Colors of #7D40EC
Black with #7D40EC
Text Example
Text Example
White with #7D40EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D40EC; }
p { color: rgb(125,64,236); }
H1.HeaderClassName
{
color: #7D40EC;
}
.AnyTagClassName
{
color: #7D40EC;
}
</style>
background-color css
<style>
a { background-color: #7D40EC; }
a { background-color: rgb(125,64,236); }
div.DivClassName
{
background-color: #7D40EC;
}
.BgClassName
{
background-color: #7D40EC;
}
</style>
border-color css
<style>
span { border-color: #7D40EC; }
span { border-color: rgb(125,64,236); }
td.TdClassName
{
border-color: #7D40EC;
}
.TagClassName
{
border-color: #7D40EC;
}
</style>