Shades of Blue Violet #7D1DFF
Tints of Blue Violet #7D1DFF
RGB
CMYK
RGB Variations
Color information
#7D1DFF (or 0x7D1DFF) is known color: Blue Violet. HEX triplet: 7D, 1D and FF. RGB value is (125,29,255). Sum of RGB (Red+Green+Blue) = 125+29+255=409 (54% of max value = 765). Red value is 125 (49.22% from 255 or 30.56% from 409); Green value is 29 (11.72% from 255 or 7.09% from 409); Blue value is 255 (100% from 255 or 62.35% from 409); Max value from RGB is 255 - color contains mainly: blue. Hex color #7D1DFF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7D1DFF is #82E200. Grayscale: #525252. Windows color (decimal): -8577537 or 16719229. OLE color: 16719229.
HSL color Cylindrical-coordinate representation of color #7D1DFF: hue angle of 265.49º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #7D1DFF is Cyan = 0.51, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 125 | 29 | 255 | - |
| CMYK | 0.51 | 0.89 | 0 | 0 |
| HSL | 265.49º | 1% | 0.56% | - |
| HSV(B) | 265.49º | 0.89% | 1% | - |
| XYZ | 26.95 | 12.46 | 95.59 | - |
| YUV | 83.47 | 224.8 | 157.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 29 | 255 | 0.51 | 0.89 | 0 | 0 | 265.49 | 1 | 0.56 |
| Hex | 7D | 1D | FF | 33 | 59 | 0 | 0 | 109 | 64 | 38 |
| Octal | 175 | 35 | 377 | 63 | 131 | 0 | 0 | 411 | 144 | 70 |
| Binary | 1111101 | 11101 | 11111111 | 110011 | 1011001 | 0 | 0 | 100001001 | 1100100 | 111000 |
Color Harmonies of #7D1DFF
Complementary color
Monochromatic Colors of #7D1DFF
Black with #7D1DFF
Text Example
Text Example
White with #7D1DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D1DFF; }
p { color: rgb(125,29,255); }
H1.HeaderClassName
{
color: #7D1DFF;
}
.AnyTagClassName
{
color: #7D1DFF;
}
</style>
background-color css
<style>
a { background-color: #7D1DFF; }
a { background-color: rgb(125,29,255); }
div.DivClassName
{
background-color: #7D1DFF;
}
.BgClassName
{
background-color: #7D1DFF;
}
</style>
border-color css
<style>
span { border-color: #7D1DFF; }
span { border-color: rgb(125,29,255); }
td.TdClassName
{
border-color: #7D1DFF;
}
.TagClassName
{
border-color: #7D1DFF;
}
</style>