Shades of Blue Violet #7D1DD3
Tints of Blue Violet #7D1DD3
RGB
CMYK
RGB Variations
Color information
#7D1DD3 (or 0x7D1DD3) is known color: Blue Violet. HEX triplet: 7D, 1D and D3. RGB value is (125,29,211). Sum of RGB (Red+Green+Blue) = 125+29+211=365 (48% of max value = 765). Red value is 125 (49.22% from 255 or 34.25% from 365); Green value is 29 (11.72% from 255 or 7.95% from 365); Blue value is 211 (82.81% from 255 or 57.81% from 365); Max value from RGB is 211 - color contains mainly: blue. Hex color #7D1DD3 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7D1DD3 is #82E22C. Grayscale: #4D4D4D. Windows color (decimal): -8577581 or 13835645. OLE color: 13835645.
HSL color Cylindrical-coordinate representation of color #7D1DD3: hue angle of 271.65º degrees, saturation: 0.76, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #7D1DD3 is Cyan = 0.41, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 125 | 29 | 211 | - |
| CMYK | 0.41 | 0.86 | 0 | 0.17 |
| HSL | 271.65º | 0.76% | 0.47% | - |
| HSV(B) | 271.65º | 0.86% | 0.83% | - |
| XYZ | 20.65 | 9.94 | 62.46 | - |
| YUV | 78.45 | 202.8 | 161.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 29 | 211 | 0.41 | 0.86 | 0 | 0.17 | 271.65 | 0.76 | 0.47 |
| Hex | 7D | 1D | D3 | 29 | 56 | 0 | 11 | 110 | 4C | 2F |
| Octal | 175 | 35 | 323 | 51 | 126 | 0 | 21 | 420 | 114 | 57 |
| Binary | 1111101 | 11101 | 11010011 | 101001 | 1010110 | 0 | 10001 | 100010000 | 1001100 | 101111 |
Color Harmonies of #7D1DD3
Complementary color
Monochromatic Colors of #7D1DD3
Black with #7D1DD3
Text Example
Text Example
White with #7D1DD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D1DD3; }
p { color: rgb(125,29,211); }
H1.HeaderClassName
{
color: #7D1DD3;
}
.AnyTagClassName
{
color: #7D1DD3;
}
</style>
background-color css
<style>
a { background-color: #7D1DD3; }
a { background-color: rgb(125,29,211); }
div.DivClassName
{
background-color: #7D1DD3;
}
.BgClassName
{
background-color: #7D1DD3;
}
</style>
border-color css
<style>
span { border-color: #7D1DD3; }
span { border-color: rgb(125,29,211); }
td.TdClassName
{
border-color: #7D1DD3;
}
.TagClassName
{
border-color: #7D1DD3;
}
</style>