Shades of Blue Violet #7C1FFF
Tints of Blue Violet #7C1FFF
RGB
CMYK
RGB Variations
Color information
#7C1FFF (or 0x7C1FFF) is known color: Blue Violet. HEX triplet: 7C, 1F and FF. RGB value is (124,31,255). Sum of RGB (Red+Green+Blue) = 124+31+255=410 (54% of max value = 765). Red value is 124 (48.83% from 255 or 30.24% from 410); Green value is 31 (12.5% from 255 or 7.56% from 410); Blue value is 255 (100% from 255 or 62.20% from 410); Max value from RGB is 255 - color contains mainly: blue. Hex color #7C1FFF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7C1FFF is #83E000. Grayscale: #535353. Windows color (decimal): -8642561 or 16719740. OLE color: 16719740.
HSL color Cylindrical-coordinate representation of color #7C1FFF: hue angle of 264.91º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #7C1FFF is Cyan = 0.51, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 124 | 31 | 255 | - |
| CMYK | 0.51 | 0.88 | 0 | 0 |
| HSL | 264.91º | 1% | 0.56% | - |
| HSV(B) | 264.91º | 0.88% | 1% | - |
| XYZ | 26.85 | 12.49 | 95.6 | - |
| YUV | 84.34 | 224.31 | 156.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 31 | 255 | 0.51 | 0.88 | 0 | 0 | 264.91 | 1 | 0.56 |
| Hex | 7C | 1F | FF | 33 | 58 | 0 | 0 | 109 | 64 | 38 |
| Octal | 174 | 37 | 377 | 63 | 130 | 0 | 0 | 411 | 144 | 70 |
| Binary | 1111100 | 11111 | 11111111 | 110011 | 1011000 | 0 | 0 | 100001001 | 1100100 | 111000 |
Color Harmonies of #7C1FFF
Complementary color
Monochromatic Colors of #7C1FFF
Black with #7C1FFF
Text Example
Text Example
White with #7C1FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C1FFF; }
p { color: rgb(124,31,255); }
H1.HeaderClassName
{
color: #7C1FFF;
}
.AnyTagClassName
{
color: #7C1FFF;
}
</style>
background-color css
<style>
a { background-color: #7C1FFF; }
a { background-color: rgb(124,31,255); }
div.DivClassName
{
background-color: #7C1FFF;
}
.BgClassName
{
background-color: #7C1FFF;
}
</style>
border-color css
<style>
span { border-color: #7C1FFF; }
span { border-color: rgb(124,31,255); }
td.TdClassName
{
border-color: #7C1FFF;
}
.TagClassName
{
border-color: #7C1FFF;
}
</style>