Shades of Blue Violet #7D3AF6
Tints of Blue Violet #7D3AF6
RGB
CMYK
RGB Variations
Color information
#7D3AF6 (or 0x7D3AF6) is known color: Blue Violet. HEX triplet: 7D, 3A and F6. RGB value is (125,58,246). Sum of RGB (Red+Green+Blue) = 125+58+246=429 (56% of max value = 765). Red value is 125 (49.22% from 255 or 29.14% from 429); Green value is 58 (23.05% from 255 or 13.52% from 429); Blue value is 246 (96.48% from 255 or 57.34% from 429); Max value from RGB is 246 - color contains mainly: blue. Hex color #7D3AF6 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7D3AF6 is #82C509. Grayscale: #626262. Windows color (decimal): -8570122 or 16136829. OLE color: 16136829.
HSL color Cylindrical-coordinate representation of color #7D3AF6: hue angle of 261.38º degrees, saturation: 0.91, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #7D3AF6 is Cyan = 0.49, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 125 | 58 | 246 | - |
| CMYK | 0.49 | 0.76 | 0 | 0.04 |
| HSL | 261.38º | 0.91% | 0.6% | - |
| HSV(B) | 261.38º | 0.76% | 0.96% | - |
| XYZ | 26.61 | 14.04 | 88.5 | - |
| YUV | 99.47 | 210.7 | 146.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 58 | 246 | 0.49 | 0.76 | 0 | 0.04 | 261.38 | 0.91 | 0.6 |
| Hex | 7D | 3A | F6 | 31 | 4C | 0 | 4 | 105 | 5B | 3C |
| Octal | 175 | 72 | 366 | 61 | 114 | 0 | 4 | 405 | 133 | 74 |
| Binary | 1111101 | 111010 | 11110110 | 110001 | 1001100 | 0 | 100 | 100000101 | 1011011 | 111100 |
Color Harmonies of #7D3AF6
Complementary color
Monochromatic Colors of #7D3AF6
Black with #7D3AF6
Text Example
Text Example
White with #7D3AF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D3AF6; }
p { color: rgb(125,58,246); }
H1.HeaderClassName
{
color: #7D3AF6;
}
.AnyTagClassName
{
color: #7D3AF6;
}
</style>
background-color css
<style>
a { background-color: #7D3AF6; }
a { background-color: rgb(125,58,246); }
div.DivClassName
{
background-color: #7D3AF6;
}
.BgClassName
{
background-color: #7D3AF6;
}
</style>
border-color css
<style>
span { border-color: #7D3AF6; }
span { border-color: rgb(125,58,246); }
td.TdClassName
{
border-color: #7D3AF6;
}
.TagClassName
{
border-color: #7D3AF6;
}
</style>