Shades of Blue Violet #7D1DDD
Tints of Blue Violet #7D1DDD
RGB
CMYK
RGB Variations
Color information
#7D1DDD (or 0x7D1DDD) is known color: Blue Violet. HEX triplet: 7D, 1D and DD. RGB value is (125,29,221). Sum of RGB (Red+Green+Blue) = 125+29+221=375 (49% of max value = 765). Red value is 125 (49.22% from 255 or 33.33% from 375); Green value is 29 (11.72% from 255 or 7.73% from 375); Blue value is 221 (86.72% from 255 or 58.93% from 375); Max value from RGB is 221 - color contains mainly: blue. Hex color #7D1DDD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7D1DDD is #82E222. Grayscale: #4E4E4E. Windows color (decimal): -8577571 or 14491005. OLE color: 14491005.
HSL color Cylindrical-coordinate representation of color #7D1DDD: hue angle of 270º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #7D1DDD is Cyan = 0.43, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 125 | 29 | 221 | - |
| CMYK | 0.43 | 0.87 | 0 | 0.13 |
| HSL | 270º | 0.77% | 0.49% | - |
| HSV(B) | 270º | 0.87% | 0.87% | - |
| XYZ | 21.95 | 10.46 | 69.27 | - |
| YUV | 79.59 | 207.8 | 160.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 29 | 221 | 0.43 | 0.87 | 0 | 0.13 | 270 | 0.77 | 0.49 |
| Hex | 7D | 1D | DD | 2B | 57 | 0 | D | 10E | 4D | 31 |
| Octal | 175 | 35 | 335 | 53 | 127 | 0 | 15 | 416 | 115 | 61 |
| Binary | 1111101 | 11101 | 11011101 | 101011 | 1010111 | 0 | 1101 | 100001110 | 1001101 | 110001 |
Color Harmonies of #7D1DDD
Complementary color
Monochromatic Colors of #7D1DDD
Black with #7D1DDD
Text Example
Text Example
White with #7D1DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D1DDD; }
p { color: rgb(125,29,221); }
H1.HeaderClassName
{
color: #7D1DDD;
}
.AnyTagClassName
{
color: #7D1DDD;
}
</style>
background-color css
<style>
a { background-color: #7D1DDD; }
a { background-color: rgb(125,29,221); }
div.DivClassName
{
background-color: #7D1DDD;
}
.BgClassName
{
background-color: #7D1DDD;
}
</style>
border-color css
<style>
span { border-color: #7D1DDD; }
span { border-color: rgb(125,29,221); }
td.TdClassName
{
border-color: #7D1DDD;
}
.TagClassName
{
border-color: #7D1DDD;
}
</style>