Shades of Blue Violet #7D3AD7
Tints of Blue Violet #7D3AD7
RGB
CMYK
RGB Variations
Color information
#7D3AD7 (or 0x7D3AD7) is known color: Blue Violet. HEX triplet: 7D, 3A and D7. RGB value is (125,58,215). Sum of RGB (Red+Green+Blue) = 125+58+215=398 (52% of max value = 765). Red value is 125 (49.22% from 255 or 31.41% from 398); Green value is 58 (23.05% from 255 or 14.57% from 398); Blue value is 215 (84.38% from 255 or 54.02% from 398); Max value from RGB is 215 - color contains mainly: blue. Hex color #7D3AD7 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7D3AD7 is #82C528. Grayscale: #5F5F5F. Windows color (decimal): -8570153 or 14105213. OLE color: 14105213.
HSL color Cylindrical-coordinate representation of color #7D3AD7: hue angle of 265.61º degrees, saturation: 0.66, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #7D3AD7 is Cyan = 0.42, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 125 | 58 | 215 | - |
| CMYK | 0.42 | 0.73 | 0 | 0.16 |
| HSL | 265.61º | 0.66% | 0.54% | - |
| HSV(B) | 265.61º | 0.73% | 0.84% | - |
| XYZ | 22.24 | 12.29 | 65.49 | - |
| YUV | 95.93 | 195.2 | 148.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 58 | 215 | 0.42 | 0.73 | 0 | 0.16 | 265.61 | 0.66 | 0.54 |
| Hex | 7D | 3A | D7 | 2A | 49 | 0 | 10 | 10A | 42 | 36 |
| Octal | 175 | 72 | 327 | 52 | 111 | 0 | 20 | 412 | 102 | 66 |
| Binary | 1111101 | 111010 | 11010111 | 101010 | 1001001 | 0 | 10000 | 100001010 | 1000010 | 110110 |
Color Harmonies of #7D3AD7
Complementary color
Monochromatic Colors of #7D3AD7
Black with #7D3AD7
Text Example
Text Example
White with #7D3AD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D3AD7; }
p { color: rgb(125,58,215); }
H1.HeaderClassName
{
color: #7D3AD7;
}
.AnyTagClassName
{
color: #7D3AD7;
}
</style>
background-color css
<style>
a { background-color: #7D3AD7; }
a { background-color: rgb(125,58,215); }
div.DivClassName
{
background-color: #7D3AD7;
}
.BgClassName
{
background-color: #7D3AD7;
}
</style>
border-color css
<style>
span { border-color: #7D3AD7; }
span { border-color: rgb(125,58,215); }
td.TdClassName
{
border-color: #7D3AD7;
}
.TagClassName
{
border-color: #7D3AD7;
}
</style>