Shades of Blue Violet #7D41EB
Tints of Blue Violet #7D41EB
RGB
CMYK
RGB Variations
Color information
#7D41EB (or 0x7D41EB) is known color: Blue Violet. HEX triplet: 7D, 41 and EB. RGB value is (125,65,235). Sum of RGB (Red+Green+Blue) = 125+65+235=425 (56% of max value = 765). Red value is 125 (49.22% from 255 or 29.41% from 425); Green value is 65 (25.78% from 255 or 15.29% from 425); Blue value is 235 (92.19% from 255 or 55.29% from 425); Max value from RGB is 235 - color contains mainly: blue. Hex color #7D41EB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7D41EB is #82BE14. Grayscale: #656565. Windows color (decimal): -8568341 or 15417725. OLE color: 15417725.
HSL color Cylindrical-coordinate representation of color #7D41EB: hue angle of 261.18º degrees, saturation: 0.81, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #7D41EB is Cyan = 0.47, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 125 | 65 | 235 | - |
| CMYK | 0.47 | 0.72 | 0 | 0.08 |
| HSL | 261.18º | 0.81% | 0.59% | - |
| HSV(B) | 261.18º | 0.72% | 0.92% | - |
| XYZ | 25.34 | 14.14 | 79.99 | - |
| YUV | 102.32 | 202.88 | 144.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 65 | 235 | 0.47 | 0.72 | 0 | 0.08 | 261.18 | 0.81 | 0.59 |
| Hex | 7D | 41 | EB | 2F | 48 | 0 | 8 | 105 | 51 | 3B |
| Octal | 175 | 101 | 353 | 57 | 110 | 0 | 10 | 405 | 121 | 73 |
| Binary | 1111101 | 1000001 | 11101011 | 101111 | 1001000 | 0 | 1000 | 100000101 | 1010001 | 111011 |
Color Harmonies of #7D41EB
Complementary color
Monochromatic Colors of #7D41EB
Black with #7D41EB
Text Example
Text Example
White with #7D41EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D41EB; }
p { color: rgb(125,65,235); }
H1.HeaderClassName
{
color: #7D41EB;
}
.AnyTagClassName
{
color: #7D41EB;
}
</style>
background-color css
<style>
a { background-color: #7D41EB; }
a { background-color: rgb(125,65,235); }
div.DivClassName
{
background-color: #7D41EB;
}
.BgClassName
{
background-color: #7D41EB;
}
</style>
border-color css
<style>
span { border-color: #7D41EB; }
span { border-color: rgb(125,65,235); }
td.TdClassName
{
border-color: #7D41EB;
}
.TagClassName
{
border-color: #7D41EB;
}
</style>