Shades of Blue Violet #7D3AFF
Tints of Blue Violet #7D3AFF
RGB
CMYK
RGB Variations
Color information
#7D3AFF (or 0x7D3AFF) is known color: Blue Violet. HEX triplet: 7D, 3A and FF. RGB value is (125,58,255). Sum of RGB (Red+Green+Blue) = 125+58+255=438 (58% of max value = 765). Red value is 125 (49.22% from 255 or 28.54% from 438); Green value is 58 (23.05% from 255 or 13.24% from 438); Blue value is 255 (100% from 255 or 58.22% from 438); Max value from RGB is 255 - color contains mainly: blue. Hex color #7D3AFF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7D3AFF is #82C500. Grayscale: #636363. Windows color (decimal): -8570113 or 16726653. OLE color: 16726653.
HSL color Cylindrical-coordinate representation of color #7D3AFF: hue angle of 260.41º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #7D3AFF is Cyan = 0.51, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 125 | 58 | 255 | - |
| CMYK | 0.51 | 0.77 | 0 | 0 |
| HSL | 260.41º | 1% | 0.61% | - |
| HSV(B) | 260.41º | 0.77% | 1% | - |
| XYZ | 28.02 | 14.61 | 95.95 | - |
| YUV | 100.49 | 215.2 | 145.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 58 | 255 | 0.51 | 0.77 | 0 | 0 | 260.41 | 1 | 0.61 |
| Hex | 7D | 3A | FF | 33 | 4D | 0 | 0 | 104 | 64 | 3D |
| Octal | 175 | 72 | 377 | 63 | 115 | 0 | 0 | 404 | 144 | 75 |
| Binary | 1111101 | 111010 | 11111111 | 110011 | 1001101 | 0 | 0 | 100000100 | 1100100 | 111101 |
Color Harmonies of #7D3AFF
Complementary color
Monochromatic Colors of #7D3AFF
Black with #7D3AFF
Text Example
Text Example
White with #7D3AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D3AFF; }
p { color: rgb(125,58,255); }
H1.HeaderClassName
{
color: #7D3AFF;
}
.AnyTagClassName
{
color: #7D3AFF;
}
</style>
background-color css
<style>
a { background-color: #7D3AFF; }
a { background-color: rgb(125,58,255); }
div.DivClassName
{
background-color: #7D3AFF;
}
.BgClassName
{
background-color: #7D3AFF;
}
</style>
border-color css
<style>
span { border-color: #7D3AFF; }
span { border-color: rgb(125,58,255); }
td.TdClassName
{
border-color: #7D3AFF;
}
.TagClassName
{
border-color: #7D3AFF;
}
</style>