Shades of Blue Violet #7D1AED
Tints of Blue Violet #7D1AED
RGB
CMYK
RGB Variations
Color information
#7D1AED (or 0x7D1AED) is known color: Blue Violet. HEX triplet: 7D, 1A and ED. RGB value is (125,26,237). Sum of RGB (Red+Green+Blue) = 125+26+237=388 (51% of max value = 765). Red value is 125 (49.22% from 255 or 32.22% from 388); Green value is 26 (10.55% from 255 or 6.70% from 388); Blue value is 237 (92.97% from 255 or 61.08% from 388); Max value from RGB is 237 - color contains mainly: blue. Hex color #7D1AED is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7D1AED is #82E512. Grayscale: #4E4E4E. Windows color (decimal): -8578323 or 15538813. OLE color: 15538813.
HSL color Cylindrical-coordinate representation of color #7D1AED: hue angle of 268.15º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #7D1AED is Cyan = 0.47, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 125 | 26 | 237 | - |
| CMYK | 0.47 | 0.89 | 0 | 0.07 |
| HSL | 268.15º | 0.85% | 0.52% | - |
| HSV(B) | 268.15º | 0.89% | 0.93% | - |
| XYZ | 24.11 | 11.21 | 81.01 | - |
| YUV | 79.66 | 216.8 | 160.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 26 | 237 | 0.47 | 0.89 | 0 | 0.07 | 268.15 | 0.85 | 0.52 |
| Hex | 7D | 1A | ED | 2F | 59 | 0 | 7 | 10C | 55 | 34 |
| Octal | 175 | 32 | 355 | 57 | 131 | 0 | 7 | 414 | 125 | 64 |
| Binary | 1111101 | 11010 | 11101101 | 101111 | 1011001 | 0 | 111 | 100001100 | 1010101 | 110100 |
Color Harmonies of #7D1AED
Complementary color
Monochromatic Colors of #7D1AED
Black with #7D1AED
Text Example
Text Example
White with #7D1AED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D1AED; }
p { color: rgb(125,26,237); }
H1.HeaderClassName
{
color: #7D1AED;
}
.AnyTagClassName
{
color: #7D1AED;
}
</style>
background-color css
<style>
a { background-color: #7D1AED; }
a { background-color: rgb(125,26,237); }
div.DivClassName
{
background-color: #7D1AED;
}
.BgClassName
{
background-color: #7D1AED;
}
</style>
border-color css
<style>
span { border-color: #7D1AED; }
span { border-color: rgb(125,26,237); }
td.TdClassName
{
border-color: #7D1AED;
}
.TagClassName
{
border-color: #7D1AED;
}
</style>