Shades of Blue Violet #7D3AD9
Tints of Blue Violet #7D3AD9
RGB
CMYK
RGB Variations
Color information
#7D3AD9 (or 0x7D3AD9) is known color: Blue Violet. HEX triplet: 7D, 3A and D9. RGB value is (125,58,217). Sum of RGB (Red+Green+Blue) = 125+58+217=400 (52% of max value = 765). Red value is 125 (49.22% from 255 or 31.25% from 400); Green value is 58 (23.05% from 255 or 14.5% from 400); Blue value is 217 (85.16% from 255 or 54.25% from 400); Max value from RGB is 217 - color contains mainly: blue. Hex color #7D3AD9 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7D3AD9 is #82C526. Grayscale: #5F5F5F. Windows color (decimal): -8570151 or 14236285. OLE color: 14236285.
HSL color Cylindrical-coordinate representation of color #7D3AD9: hue angle of 265.28º degrees, saturation: 0.68, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #7D3AD9 is Cyan = 0.42, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 125 | 58 | 217 | - |
| CMYK | 0.42 | 0.73 | 0 | 0.15 |
| HSL | 265.28º | 0.68% | 0.54% | - |
| HSV(B) | 265.28º | 0.73% | 0.85% | - |
| XYZ | 22.49 | 12.4 | 66.85 | - |
| YUV | 96.16 | 196.2 | 148.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 58 | 217 | 0.42 | 0.73 | 0 | 0.15 | 265.28 | 0.68 | 0.54 |
| Hex | 7D | 3A | D9 | 2A | 49 | 0 | F | 109 | 44 | 36 |
| Octal | 175 | 72 | 331 | 52 | 111 | 0 | 17 | 411 | 104 | 66 |
| Binary | 1111101 | 111010 | 11011001 | 101010 | 1001001 | 0 | 1111 | 100001001 | 1000100 | 110110 |
Color Harmonies of #7D3AD9
Complementary color
Monochromatic Colors of #7D3AD9
Black with #7D3AD9
Text Example
Text Example
White with #7D3AD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D3AD9; }
p { color: rgb(125,58,217); }
H1.HeaderClassName
{
color: #7D3AD9;
}
.AnyTagClassName
{
color: #7D3AD9;
}
</style>
background-color css
<style>
a { background-color: #7D3AD9; }
a { background-color: rgb(125,58,217); }
div.DivClassName
{
background-color: #7D3AD9;
}
.BgClassName
{
background-color: #7D3AD9;
}
</style>
border-color css
<style>
span { border-color: #7D3AD9; }
span { border-color: rgb(125,58,217); }
td.TdClassName
{
border-color: #7D3AD9;
}
.TagClassName
{
border-color: #7D3AD9;
}
</style>