Shades of Blue Violet #7C1EFE
Tints of Blue Violet #7C1EFE
RGB
CMYK
RGB Variations
Color information
#7C1EFE (or 0x7C1EFE) is known color: Blue Violet. HEX triplet: 7C, 1E and FE. RGB value is (124,30,254). Sum of RGB (Red+Green+Blue) = 124+30+254=408 (54% of max value = 765). Red value is 124 (48.83% from 255 or 30.39% from 408); Green value is 30 (12.11% from 255 or 7.35% from 408); Blue value is 254 (99.61% from 255 or 62.25% from 408); Max value from RGB is 254 - color contains mainly: blue. Hex color #7C1EFE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7C1EFE is #83E101. Grayscale: #525252. Windows color (decimal): -8642818 or 16653948. OLE color: 16653948.
HSL color Cylindrical-coordinate representation of color #7C1EFE: hue angle of 265.18º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #7C1EFE is Cyan = 0.51, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 124 | 30 | 254 | - |
| CMYK | 0.51 | 0.88 | 0 | 0.00 |
| HSL | 265.18º | 0.99% | 0.56% | - |
| HSV(B) | 265.18º | 0.88% | 1% | - |
| XYZ | 26.67 | 12.37 | 94.75 | - |
| YUV | 83.64 | 224.14 | 156.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 30 | 254 | 0.51 | 0.88 | 0 | 0.00 | 265.18 | 0.99 | 0.56 |
| Hex | 7C | 1E | FE | 33 | 58 | 0 | 0 | 109 | 63 | 38 |
| Octal | 174 | 36 | 376 | 63 | 130 | 0 | 0 | 411 | 143 | 70 |
| Binary | 1111100 | 11110 | 11111110 | 110011 | 1011000 | 0 | 0 | 100001001 | 1100011 | 111000 |
Color Harmonies of #7C1EFE
Complementary color
Monochromatic Colors of #7C1EFE
Black with #7C1EFE
Text Example
Text Example
White with #7C1EFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C1EFE; }
p { color: rgb(124,30,254); }
H1.HeaderClassName
{
color: #7C1EFE;
}
.AnyTagClassName
{
color: #7C1EFE;
}
</style>
background-color css
<style>
a { background-color: #7C1EFE; }
a { background-color: rgb(124,30,254); }
div.DivClassName
{
background-color: #7C1EFE;
}
.BgClassName
{
background-color: #7C1EFE;
}
</style>
border-color css
<style>
span { border-color: #7C1EFE; }
span { border-color: rgb(124,30,254); }
td.TdClassName
{
border-color: #7C1EFE;
}
.TagClassName
{
border-color: #7C1EFE;
}
</style>