Shades of Blue Violet #7C3ACF
Tints of Blue Violet #7C3ACF
RGB
CMYK
RGB Variations
Color information
#7C3ACF (or 0x7C3ACF) is known color: Blue Violet. HEX triplet: 7C, 3A and CF. RGB value is (124,58,207). Sum of RGB (Red+Green+Blue) = 124+58+207=389 (51% of max value = 765). Red value is 124 (48.83% from 255 or 31.88% from 389); Green value is 58 (23.05% from 255 or 14.91% from 389); Blue value is 207 (81.25% from 255 or 53.21% from 389); Max value from RGB is 207 - color contains mainly: blue. Hex color #7C3ACF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7C3ACF is #83C530. Grayscale: #5E5E5E. Windows color (decimal): -8635697 or 13580924. OLE color: 13580924.
HSL color Cylindrical-coordinate representation of color #7C3ACF: hue angle of 266.58º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #7C3ACF is Cyan = 0.40, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 124 | 58 | 207 | - |
| CMYK | 0.40 | 0.72 | 0 | 0.19 |
| HSL | 266.58º | 0.61% | 0.52% | - |
| HSV(B) | 266.58º | 0.72% | 0.81% | - |
| XYZ | 21.09 | 11.82 | 60.2 | - |
| YUV | 94.72 | 191.37 | 148.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 58 | 207 | 0.40 | 0.72 | 0 | 0.19 | 266.58 | 0.61 | 0.52 |
| Hex | 7C | 3A | CF | 28 | 48 | 0 | 13 | 10B | 3D | 34 |
| Octal | 174 | 72 | 317 | 50 | 110 | 0 | 23 | 413 | 75 | 64 |
| Binary | 1111100 | 111010 | 11001111 | 101000 | 1001000 | 0 | 10011 | 100001011 | 111101 | 110100 |
Color Harmonies of #7C3ACF
Complementary color
Monochromatic Colors of #7C3ACF
Black with #7C3ACF
Text Example
Text Example
White with #7C3ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C3ACF; }
p { color: rgb(124,58,207); }
H1.HeaderClassName
{
color: #7C3ACF;
}
.AnyTagClassName
{
color: #7C3ACF;
}
</style>
background-color css
<style>
a { background-color: #7C3ACF; }
a { background-color: rgb(124,58,207); }
div.DivClassName
{
background-color: #7C3ACF;
}
.BgClassName
{
background-color: #7C3ACF;
}
</style>
border-color css
<style>
span { border-color: #7C3ACF; }
span { border-color: rgb(124,58,207); }
td.TdClassName
{
border-color: #7C3ACF;
}
.TagClassName
{
border-color: #7C3ACF;
}
</style>