Shades of Blue Violet #7C1CFE
Tints of Blue Violet #7C1CFE
RGB
CMYK
RGB Variations
Color information
#7C1CFE (or 0x7C1CFE) is known color: Blue Violet. HEX triplet: 7C, 1C and FE. RGB value is (124,28,254). Sum of RGB (Red+Green+Blue) = 124+28+254=406 (53% of max value = 765). Red value is 124 (48.83% from 255 or 30.54% from 406); Green value is 28 (11.33% from 255 or 6.90% from 406); Blue value is 254 (99.61% from 255 or 62.56% from 406); Max value from RGB is 254 - color contains mainly: blue. Hex color #7C1CFE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7C1CFE is #83E301. Grayscale: #515151. Windows color (decimal): -8643330 or 16653436. OLE color: 16653436.
HSL color Cylindrical-coordinate representation of color #7C1CFE: hue angle of 265.49º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #7C1CFE is Cyan = 0.51, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 124 | 28 | 254 | - |
| CMYK | 0.51 | 0.89 | 0 | 0.00 |
| HSL | 265.49º | 0.99% | 0.55% | - |
| HSV(B) | 265.49º | 0.89% | 1% | - |
| XYZ | 26.62 | 12.27 | 94.73 | - |
| YUV | 82.47 | 224.8 | 157.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 28 | 254 | 0.51 | 0.89 | 0 | 0.00 | 265.49 | 0.99 | 0.55 |
| Hex | 7C | 1C | FE | 33 | 59 | 0 | 0 | 109 | 63 | 37 |
| Octal | 174 | 34 | 376 | 63 | 131 | 0 | 0 | 411 | 143 | 67 |
| Binary | 1111100 | 11100 | 11111110 | 110011 | 1011001 | 0 | 0 | 100001001 | 1100011 | 110111 |
Color Harmonies of #7C1CFE
Complementary color
Monochromatic Colors of #7C1CFE
Black with #7C1CFE
Text Example
Text Example
White with #7C1CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C1CFE; }
p { color: rgb(124,28,254); }
H1.HeaderClassName
{
color: #7C1CFE;
}
.AnyTagClassName
{
color: #7C1CFE;
}
</style>
background-color css
<style>
a { background-color: #7C1CFE; }
a { background-color: rgb(124,28,254); }
div.DivClassName
{
background-color: #7C1CFE;
}
.BgClassName
{
background-color: #7C1CFE;
}
</style>
border-color css
<style>
span { border-color: #7C1CFE; }
span { border-color: rgb(124,28,254); }
td.TdClassName
{
border-color: #7C1CFE;
}
.TagClassName
{
border-color: #7C1CFE;
}
</style>