Shades of Blue Violet #7C3BCF
Tints of Blue Violet #7C3BCF
RGB
CMYK
RGB Variations
Color information
#7C3BCF (or 0x7C3BCF) is known color: Blue Violet. HEX triplet: 7C, 3B and CF. RGB value is (124,59,207). Sum of RGB (Red+Green+Blue) = 124+59+207=390 (51% of max value = 765). Red value is 124 (48.83% from 255 or 31.79% from 390); Green value is 59 (23.44% from 255 or 15.13% from 390); Blue value is 207 (81.25% from 255 or 53.08% from 390); Max value from RGB is 207 - color contains mainly: blue. Hex color #7C3BCF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7C3BCF is #83C430. Grayscale: #5E5E5E. Windows color (decimal): -8635441 or 13581180. OLE color: 13581180.
HSL color Cylindrical-coordinate representation of color #7C3BCF: hue angle of 266.35º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #7C3BCF is Cyan = 0.40, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 124 | 59 | 207 | - |
| CMYK | 0.40 | 0.71 | 0 | 0.19 |
| HSL | 266.35º | 0.61% | 0.52% | - |
| HSV(B) | 266.35º | 0.71% | 0.81% | - |
| XYZ | 21.14 | 11.92 | 60.22 | - |
| YUV | 95.31 | 191.03 | 148.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 59 | 207 | 0.40 | 0.71 | 0 | 0.19 | 266.35 | 0.61 | 0.52 |
| Hex | 7C | 3B | CF | 28 | 47 | 0 | 13 | 10A | 3D | 34 |
| Octal | 174 | 73 | 317 | 50 | 107 | 0 | 23 | 412 | 75 | 64 |
| Binary | 1111100 | 111011 | 11001111 | 101000 | 1000111 | 0 | 10011 | 100001010 | 111101 | 110100 |
Color Harmonies of #7C3BCF
Complementary color
Monochromatic Colors of #7C3BCF
Black with #7C3BCF
Text Example
Text Example
White with #7C3BCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C3BCF; }
p { color: rgb(124,59,207); }
H1.HeaderClassName
{
color: #7C3BCF;
}
.AnyTagClassName
{
color: #7C3BCF;
}
</style>
background-color css
<style>
a { background-color: #7C3BCF; }
a { background-color: rgb(124,59,207); }
div.DivClassName
{
background-color: #7C3BCF;
}
.BgClassName
{
background-color: #7C3BCF;
}
</style>
border-color css
<style>
span { border-color: #7C3BCF; }
span { border-color: rgb(124,59,207); }
td.TdClassName
{
border-color: #7C3BCF;
}
.TagClassName
{
border-color: #7C3BCF;
}
</style>