Shades of Blue Violet #7C41CF
Tints of Blue Violet #7C41CF
RGB
CMYK
RGB Variations
Color information
#7C41CF (or 0x7C41CF) is known color: Blue Violet. HEX triplet: 7C, 41 and CF. RGB value is (124,65,207). Sum of RGB (Red+Green+Blue) = 124+65+207=396 (52% of max value = 765). Red value is 124 (48.83% from 255 or 31.31% from 396); Green value is 65 (25.78% from 255 or 16.41% from 396); Blue value is 207 (81.25% from 255 or 52.27% from 396); Max value from RGB is 207 - color contains mainly: blue. Hex color #7C41CF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7C41CF is #83BE30. Grayscale: #626262. Windows color (decimal): -8633905 or 13582716. OLE color: 13582716.
HSL color Cylindrical-coordinate representation of color #7C41CF: hue angle of 264.93º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #7C41CF is Cyan = 0.40, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 124 | 65 | 207 | - |
| CMYK | 0.40 | 0.69 | 0 | 0.19 |
| HSL | 264.93º | 0.6% | 0.53% | - |
| HSV(B) | 264.93º | 0.69% | 0.81% | - |
| XYZ | 21.46 | 12.57 | 60.33 | - |
| YUV | 98.83 | 189.05 | 145.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 65 | 207 | 0.40 | 0.69 | 0 | 0.19 | 264.93 | 0.6 | 0.53 |
| Hex | 7C | 41 | CF | 28 | 45 | 0 | 13 | 109 | 3C | 35 |
| Octal | 174 | 101 | 317 | 50 | 105 | 0 | 23 | 411 | 74 | 65 |
| Binary | 1111100 | 1000001 | 11001111 | 101000 | 1000101 | 0 | 10011 | 100001001 | 111100 | 110101 |
Color Harmonies of #7C41CF
Complementary color
Monochromatic Colors of #7C41CF
Black with #7C41CF
Text Example
Text Example
White with #7C41CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C41CF; }
p { color: rgb(124,65,207); }
H1.HeaderClassName
{
color: #7C41CF;
}
.AnyTagClassName
{
color: #7C41CF;
}
</style>
background-color css
<style>
a { background-color: #7C41CF; }
a { background-color: rgb(124,65,207); }
div.DivClassName
{
background-color: #7C41CF;
}
.BgClassName
{
background-color: #7C41CF;
}
</style>
border-color css
<style>
span { border-color: #7C41CF; }
span { border-color: rgb(124,65,207); }
td.TdClassName
{
border-color: #7C41CF;
}
.TagClassName
{
border-color: #7C41CF;
}
</style>