Shades of Blue Violet #7D3BFF
Tints of Blue Violet #7D3BFF
RGB
CMYK
RGB Variations
Color information
#7D3BFF (or 0x7D3BFF) is known color: Blue Violet. HEX triplet: 7D, 3B and FF. RGB value is (125,59,255). Sum of RGB (Red+Green+Blue) = 125+59+255=439 (58% of max value = 765). Red value is 125 (49.22% from 255 or 28.47% from 439); Green value is 59 (23.44% from 255 or 13.44% from 439); Blue value is 255 (100% from 255 or 58.09% from 439); Max value from RGB is 255 - color contains mainly: blue. Hex color #7D3BFF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7D3BFF is #82C400. Grayscale: #646464. Windows color (decimal): -8569857 or 16726909. OLE color: 16726909.
HSL color Cylindrical-coordinate representation of color #7D3BFF: hue angle of 260.2º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #7D3BFF is Cyan = 0.51, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 125 | 59 | 255 | - |
| CMYK | 0.51 | 0.77 | 0 | 0 |
| HSL | 260.2º | 1% | 0.62% | - |
| HSV(B) | 260.2º | 0.77% | 1% | - |
| XYZ | 28.07 | 14.71 | 95.97 | - |
| YUV | 101.08 | 214.87 | 145.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 59 | 255 | 0.51 | 0.77 | 0 | 0 | 260.2 | 1 | 0.62 |
| Hex | 7D | 3B | FF | 33 | 4D | 0 | 0 | 104 | 64 | 3E |
| Octal | 175 | 73 | 377 | 63 | 115 | 0 | 0 | 404 | 144 | 76 |
| Binary | 1111101 | 111011 | 11111111 | 110011 | 1001101 | 0 | 0 | 100000100 | 1100100 | 111110 |
Color Harmonies of #7D3BFF
Complementary color
Monochromatic Colors of #7D3BFF
Black with #7D3BFF
Text Example
Text Example
White with #7D3BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D3BFF; }
p { color: rgb(125,59,255); }
H1.HeaderClassName
{
color: #7D3BFF;
}
.AnyTagClassName
{
color: #7D3BFF;
}
</style>
background-color css
<style>
a { background-color: #7D3BFF; }
a { background-color: rgb(125,59,255); }
div.DivClassName
{
background-color: #7D3BFF;
}
.BgClassName
{
background-color: #7D3BFF;
}
</style>
border-color css
<style>
span { border-color: #7D3BFF; }
span { border-color: rgb(125,59,255); }
td.TdClassName
{
border-color: #7D3BFF;
}
.TagClassName
{
border-color: #7D3BFF;
}
</style>