Shades of Blue Violet #7C3BFD
Tints of Blue Violet #7C3BFD
RGB
CMYK
RGB Variations
Color information
#7C3BFD (or 0x7C3BFD) is known color: Blue Violet. HEX triplet: 7C, 3B and FD. RGB value is (124,59,253). Sum of RGB (Red+Green+Blue) = 124+59+253=436 (57% of max value = 765). Red value is 124 (48.83% from 255 or 28.44% from 436); Green value is 59 (23.44% from 255 or 13.53% from 436); Blue value is 253 (99.22% from 255 or 58.03% from 436); Max value from RGB is 253 - color contains mainly: blue. Hex color #7C3BFD is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7C3BFD is #83C402. Grayscale: #636363. Windows color (decimal): -8635395 or 16595836. OLE color: 16595836.
HSL color Cylindrical-coordinate representation of color #7C3BFD: hue angle of 260.1º 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 #7C3BFD is Cyan = 0.51, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 124 | 59 | 253 | - |
| CMYK | 0.51 | 0.77 | 0 | 0.01 |
| HSL | 260.1º | 0.98% | 0.61% | - |
| HSV(B) | 260.1º | 0.77% | 0.99% | - |
| XYZ | 27.61 | 14.5 | 94.27 | - |
| YUV | 100.55 | 214.03 | 144.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 59 | 253 | 0.51 | 0.77 | 0 | 0.01 | 260.1 | 0.98 | 0.61 |
| Hex | 7C | 3B | FD | 33 | 4D | 0 | 1 | 104 | 62 | 3D |
| Octal | 174 | 73 | 375 | 63 | 115 | 0 | 1 | 404 | 142 | 75 |
| Binary | 1111100 | 111011 | 11111101 | 110011 | 1001101 | 0 | 1 | 100000100 | 1100010 | 111101 |
Color Harmonies of #7C3BFD
Complementary color
Monochromatic Colors of #7C3BFD
Black with #7C3BFD
Text Example
Text Example
White with #7C3BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C3BFD; }
p { color: rgb(124,59,253); }
H1.HeaderClassName
{
color: #7C3BFD;
}
.AnyTagClassName
{
color: #7C3BFD;
}
</style>
background-color css
<style>
a { background-color: #7C3BFD; }
a { background-color: rgb(124,59,253); }
div.DivClassName
{
background-color: #7C3BFD;
}
.BgClassName
{
background-color: #7C3BFD;
}
</style>
border-color css
<style>
span { border-color: #7C3BFD; }
span { border-color: rgb(124,59,253); }
td.TdClassName
{
border-color: #7C3BFD;
}
.TagClassName
{
border-color: #7C3BFD;
}
</style>