Shades of Blue Violet #7C1EFA
Tints of Blue Violet #7C1EFA
RGB
CMYK
RGB Variations
Color information
#7C1EFA (or 0x7C1EFA) is known color: Blue Violet. HEX triplet: 7C, 1E and FA. RGB value is (124,30,250). Sum of RGB (Red+Green+Blue) = 124+30+250=404 (53% of max value = 765). Red value is 124 (48.83% from 255 or 30.69% from 404); Green value is 30 (12.11% from 255 or 7.43% from 404); Blue value is 250 (98.05% from 255 or 61.88% from 404); Max value from RGB is 250 - color contains mainly: blue. Hex color #7C1EFA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7C1EFA is #83E105. Grayscale: #525252. Windows color (decimal): -8642822 or 16391804. OLE color: 16391804.
HSL color Cylindrical-coordinate representation of color #7C1EFA: hue angle of 265.64º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #7C1EFA is Cyan = 0.50, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 124 | 30 | 250 | - |
| CMYK | 0.50 | 0.88 | 0 | 0.02 |
| HSL | 265.64º | 0.96% | 0.55% | - |
| HSV(B) | 265.64º | 0.88% | 0.98% | - |
| XYZ | 26.03 | 12.12 | 91.41 | - |
| YUV | 83.19 | 222.14 | 157.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 30 | 250 | 0.50 | 0.88 | 0 | 0.02 | 265.64 | 0.96 | 0.55 |
| Hex | 7C | 1E | FA | 32 | 58 | 0 | 2 | 10A | 60 | 37 |
| Octal | 174 | 36 | 372 | 62 | 130 | 0 | 2 | 412 | 140 | 67 |
| Binary | 1111100 | 11110 | 11111010 | 110010 | 1011000 | 0 | 10 | 100001010 | 1100000 | 110111 |
Color Harmonies of #7C1EFA
Complementary color
Monochromatic Colors of #7C1EFA
Black with #7C1EFA
Text Example
Text Example
White with #7C1EFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C1EFA; }
p { color: rgb(124,30,250); }
H1.HeaderClassName
{
color: #7C1EFA;
}
.AnyTagClassName
{
color: #7C1EFA;
}
</style>
background-color css
<style>
a { background-color: #7C1EFA; }
a { background-color: rgb(124,30,250); }
div.DivClassName
{
background-color: #7C1EFA;
}
.BgClassName
{
background-color: #7C1EFA;
}
</style>
border-color css
<style>
span { border-color: #7C1EFA; }
span { border-color: rgb(124,30,250); }
td.TdClassName
{
border-color: #7C1EFA;
}
.TagClassName
{
border-color: #7C1EFA;
}
</style>