Shades of Blue Violet #7D1AEC
Tints of Blue Violet #7D1AEC
RGB
CMYK
RGB Variations
Color information
#7D1AEC (or 0x7D1AEC) is known color: Blue Violet. HEX triplet: 7D, 1A and EC. RGB value is (125,26,236). Sum of RGB (Red+Green+Blue) = 125+26+236=387 (51% of max value = 765). Red value is 125 (49.22% from 255 or 32.30% from 387); Green value is 26 (10.55% from 255 or 6.72% from 387); Blue value is 236 (92.58% from 255 or 60.98% from 387); Max value from RGB is 236 - color contains mainly: blue. Hex color #7D1AEC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7D1AEC is #82E513. Grayscale: #4E4E4E. Windows color (decimal): -8578324 or 15473277. OLE color: 15473277.
HSL color Cylindrical-coordinate representation of color #7D1AEC: hue angle of 268.29º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #7D1AEC is Cyan = 0.47, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 125 | 26 | 236 | - |
| CMYK | 0.47 | 0.89 | 0 | 0.07 |
| HSL | 268.29º | 0.85% | 0.51% | - |
| HSV(B) | 268.29º | 0.89% | 0.93% | - |
| XYZ | 23.97 | 11.15 | 80.25 | - |
| YUV | 79.54 | 216.3 | 160.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 26 | 236 | 0.47 | 0.89 | 0 | 0.07 | 268.29 | 0.85 | 0.51 |
| Hex | 7D | 1A | EC | 2F | 59 | 0 | 7 | 10C | 55 | 33 |
| Octal | 175 | 32 | 354 | 57 | 131 | 0 | 7 | 414 | 125 | 63 |
| Binary | 1111101 | 11010 | 11101100 | 101111 | 1011001 | 0 | 111 | 100001100 | 1010101 | 110011 |
Color Harmonies of #7D1AEC
Complementary color
Monochromatic Colors of #7D1AEC
Black with #7D1AEC
Text Example
Text Example
White with #7D1AEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D1AEC; }
p { color: rgb(125,26,236); }
H1.HeaderClassName
{
color: #7D1AEC;
}
.AnyTagClassName
{
color: #7D1AEC;
}
</style>
background-color css
<style>
a { background-color: #7D1AEC; }
a { background-color: rgb(125,26,236); }
div.DivClassName
{
background-color: #7D1AEC;
}
.BgClassName
{
background-color: #7D1AEC;
}
</style>
border-color css
<style>
span { border-color: #7D1AEC; }
span { border-color: rgb(125,26,236); }
td.TdClassName
{
border-color: #7D1AEC;
}
.TagClassName
{
border-color: #7D1AEC;
}
</style>