Shades of Blue Violet #7D1FFD
Tints of Blue Violet #7D1FFD
RGB
CMYK
RGB Variations
Color information
#7D1FFD (or 0x7D1FFD) is known color: Blue Violet. HEX triplet: 7D, 1F and FD. RGB value is (125,31,253). Sum of RGB (Red+Green+Blue) = 125+31+253=409 (54% of max value = 765). Red value is 125 (49.22% from 255 or 30.56% from 409); Green value is 31 (12.5% from 255 or 7.58% from 409); Blue value is 253 (99.22% from 255 or 61.86% from 409); Max value from RGB is 253 - color contains mainly: blue. Hex color #7D1FFD is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7D1FFD is #82E002. Grayscale: #535353. Windows color (decimal): -8577027 or 16588669. OLE color: 16588669.
HSL color Cylindrical-coordinate representation of color #7D1FFD: hue angle of 265.41º degrees, saturation: 0.98, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #7D1FFD is Cyan = 0.51, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 125 | 31 | 253 | - |
| CMYK | 0.51 | 0.88 | 0 | 0.01 |
| HSL | 265.41º | 0.98% | 0.56% | - |
| HSV(B) | 265.41º | 0.88% | 0.99% | - |
| XYZ | 26.68 | 12.43 | 93.92 | - |
| YUV | 84.41 | 223.14 | 156.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 31 | 253 | 0.51 | 0.88 | 0 | 0.01 | 265.41 | 0.98 | 0.56 |
| Hex | 7D | 1F | FD | 33 | 58 | 0 | 1 | 109 | 62 | 38 |
| Octal | 175 | 37 | 375 | 63 | 130 | 0 | 1 | 411 | 142 | 70 |
| Binary | 1111101 | 11111 | 11111101 | 110011 | 1011000 | 0 | 1 | 100001001 | 1100010 | 111000 |
Color Harmonies of #7D1FFD
Complementary color
Monochromatic Colors of #7D1FFD
Black with #7D1FFD
Text Example
Text Example
White with #7D1FFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D1FFD; }
p { color: rgb(125,31,253); }
H1.HeaderClassName
{
color: #7D1FFD;
}
.AnyTagClassName
{
color: #7D1FFD;
}
</style>
background-color css
<style>
a { background-color: #7D1FFD; }
a { background-color: rgb(125,31,253); }
div.DivClassName
{
background-color: #7D1FFD;
}
.BgClassName
{
background-color: #7D1FFD;
}
</style>
border-color css
<style>
span { border-color: #7D1FFD; }
span { border-color: rgb(125,31,253); }
td.TdClassName
{
border-color: #7D1FFD;
}
.TagClassName
{
border-color: #7D1FFD;
}
</style>