Shades of Blue Violet #7C1DF4
Tints of Blue Violet #7C1DF4
RGB
CMYK
RGB Variations
Color information
#7C1DF4 (or 0x7C1DF4) is known color: Blue Violet. HEX triplet: 7C, 1D and F4. RGB value is (124,29,244). Sum of RGB (Red+Green+Blue) = 124+29+244=397 (52% of max value = 765). Red value is 124 (48.83% from 255 or 31.23% from 397); Green value is 29 (11.72% from 255 or 7.30% from 397); Blue value is 244 (95.70% from 255 or 61.46% from 397); Max value from RGB is 244 - color contains mainly: blue. Hex color #7C1DF4 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7C1DF4 is #83E20B. Grayscale: #515151. Windows color (decimal): -8643084 or 15998332. OLE color: 15998332.
HSL color Cylindrical-coordinate representation of color #7C1DF4: hue angle of 266.51º degrees, saturation: 0.91, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #7C1DF4 is Cyan = 0.49, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 124 | 29 | 244 | - |
| CMYK | 0.49 | 0.88 | 0 | 0.04 |
| HSL | 266.51º | 0.91% | 0.54% | - |
| HSV(B) | 266.51º | 0.88% | 0.96% | - |
| XYZ | 25.08 | 11.7 | 86.52 | - |
| YUV | 81.92 | 219.47 | 158.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 29 | 244 | 0.49 | 0.88 | 0 | 0.04 | 266.51 | 0.91 | 0.54 |
| Hex | 7C | 1D | F4 | 31 | 58 | 0 | 4 | 10B | 5B | 36 |
| Octal | 174 | 35 | 364 | 61 | 130 | 0 | 4 | 413 | 133 | 66 |
| Binary | 1111100 | 11101 | 11110100 | 110001 | 1011000 | 0 | 100 | 100001011 | 1011011 | 110110 |
Color Harmonies of #7C1DF4
Complementary color
Monochromatic Colors of #7C1DF4
Black with #7C1DF4
Text Example
Text Example
White with #7C1DF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C1DF4; }
p { color: rgb(124,29,244); }
H1.HeaderClassName
{
color: #7C1DF4;
}
.AnyTagClassName
{
color: #7C1DF4;
}
</style>
background-color css
<style>
a { background-color: #7C1DF4; }
a { background-color: rgb(124,29,244); }
div.DivClassName
{
background-color: #7C1DF4;
}
.BgClassName
{
background-color: #7C1DF4;
}
</style>
border-color css
<style>
span { border-color: #7C1DF4; }
span { border-color: rgb(124,29,244); }
td.TdClassName
{
border-color: #7C1DF4;
}
.TagClassName
{
border-color: #7C1DF4;
}
</style>