Shades of Blue Violet #7C41FC
Tints of Blue Violet #7C41FC
RGB
CMYK
RGB Variations
Color information
#7C41FC (or 0x7C41FC) is known color: Blue Violet. HEX triplet: 7C, 41 and FC. RGB value is (124,65,252). Sum of RGB (Red+Green+Blue) = 124+65+252=441 (58% of max value = 765). Red value is 124 (48.83% from 255 or 28.12% from 441); Green value is 65 (25.78% from 255 or 14.74% from 441); Blue value is 252 (98.83% from 255 or 57.14% from 441); Max value from RGB is 252 - color contains mainly: blue. Hex color #7C41FC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7C41FC is #83BE03. Grayscale: #676767. Windows color (decimal): -8633860 or 16531836. OLE color: 16531836.
HSL color Cylindrical-coordinate representation of color #7C41FC: hue angle of 258.93º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #7C41FC is Cyan = 0.51, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 124 | 65 | 252 | - |
| CMYK | 0.51 | 0.74 | 0 | 0.01 |
| HSL | 258.93º | 0.97% | 0.62% | - |
| HSV(B) | 258.93º | 0.74% | 0.99% | - |
| XYZ | 27.77 | 15.09 | 93.55 | - |
| YUV | 103.96 | 211.55 | 142.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 65 | 252 | 0.51 | 0.74 | 0 | 0.01 | 258.93 | 0.97 | 0.62 |
| Hex | 7C | 41 | FC | 33 | 4A | 0 | 1 | 103 | 61 | 3E |
| Octal | 174 | 101 | 374 | 63 | 112 | 0 | 1 | 403 | 141 | 76 |
| Binary | 1111100 | 1000001 | 11111100 | 110011 | 1001010 | 0 | 1 | 100000011 | 1100001 | 111110 |
Color Harmonies of #7C41FC
Complementary color
Monochromatic Colors of #7C41FC
Black with #7C41FC
Text Example
Text Example
White with #7C41FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C41FC; }
p { color: rgb(124,65,252); }
H1.HeaderClassName
{
color: #7C41FC;
}
.AnyTagClassName
{
color: #7C41FC;
}
</style>
background-color css
<style>
a { background-color: #7C41FC; }
a { background-color: rgb(124,65,252); }
div.DivClassName
{
background-color: #7C41FC;
}
.BgClassName
{
background-color: #7C41FC;
}
</style>
border-color css
<style>
span { border-color: #7C41FC; }
span { border-color: rgb(124,65,252); }
td.TdClassName
{
border-color: #7C41FC;
}
.TagClassName
{
border-color: #7C41FC;
}
</style>