Shades of Blue Violet #7D3BFD
Tints of Blue Violet #7D3BFD
RGB
CMYK
RGB Variations
Color information
#7D3BFD (or 0x7D3BFD) is known color: Blue Violet. HEX triplet: 7D, 3B and FD. RGB value is (125,59,253). Sum of RGB (Red+Green+Blue) = 125+59+253=437 (57% of max value = 765). Red value is 125 (49.22% from 255 or 28.60% from 437); Green value is 59 (23.44% from 255 or 13.50% from 437); Blue value is 253 (99.22% from 255 or 57.89% from 437); Max value from RGB is 253 - color contains mainly: blue. Hex color #7D3BFD is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7D3BFD is #82C402. Grayscale: #646464. Windows color (decimal): -8569859 or 16595837. OLE color: 16595837.
HSL color Cylindrical-coordinate representation of color #7D3BFD: hue angle of 260.41º degrees, saturation: 0.98, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #7D3BFD is Cyan = 0.51, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 125 | 59 | 253 | - |
| CMYK | 0.51 | 0.77 | 0 | 0.01 |
| HSL | 260.41º | 0.98% | 0.61% | - |
| HSV(B) | 260.41º | 0.77% | 0.99% | - |
| XYZ | 27.75 | 14.58 | 94.28 | - |
| YUV | 100.85 | 213.87 | 145.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 59 | 253 | 0.51 | 0.77 | 0 | 0.01 | 260.41 | 0.98 | 0.61 |
| Hex | 7D | 3B | FD | 33 | 4D | 0 | 1 | 104 | 62 | 3D |
| Octal | 175 | 73 | 375 | 63 | 115 | 0 | 1 | 404 | 142 | 75 |
| Binary | 1111101 | 111011 | 11111101 | 110011 | 1001101 | 0 | 1 | 100000100 | 1100010 | 111101 |
Color Harmonies of #7D3BFD
Complementary color
Monochromatic Colors of #7D3BFD
Black with #7D3BFD
Text Example
Text Example
White with #7D3BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D3BFD; }
p { color: rgb(125,59,253); }
H1.HeaderClassName
{
color: #7D3BFD;
}
.AnyTagClassName
{
color: #7D3BFD;
}
</style>
background-color css
<style>
a { background-color: #7D3BFD; }
a { background-color: rgb(125,59,253); }
div.DivClassName
{
background-color: #7D3BFD;
}
.BgClassName
{
background-color: #7D3BFD;
}
</style>
border-color css
<style>
span { border-color: #7D3BFD; }
span { border-color: rgb(125,59,253); }
td.TdClassName
{
border-color: #7D3BFD;
}
.TagClassName
{
border-color: #7D3BFD;
}
</style>