Shades of Blue Violet #7C2AFA
Tints of Blue Violet #7C2AFA
RGB
CMYK
RGB Variations
Color information
#7C2AFA (or 0x7C2AFA) is known color: Blue Violet. HEX triplet: 7C, 2A and FA. RGB value is (124,42,250). Sum of RGB (Red+Green+Blue) = 124+42+250=416 (55% of max value = 765). Red value is 124 (48.83% from 255 or 29.81% from 416); Green value is 42 (16.80% from 255 or 10.10% from 416); Blue value is 250 (98.05% from 255 or 60.10% from 416); Max value from RGB is 250 - color contains mainly: blue. Hex color #7C2AFA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7C2AFA is #83D505. Grayscale: #595959. Windows color (decimal): -8639750 or 16394876. OLE color: 16394876.
HSL color Cylindrical-coordinate representation of color #7C2AFA: hue angle of 263.65º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #7C2AFA is Cyan = 0.50, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 124 | 42 | 250 | - |
| CMYK | 0.50 | 0.83 | 0 | 0.02 |
| HSL | 263.65º | 0.95% | 0.57% | - |
| HSV(B) | 263.65º | 0.83% | 0.98% | - |
| XYZ | 26.4 | 12.84 | 91.53 | - |
| YUV | 90.23 | 218.17 | 152.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 42 | 250 | 0.50 | 0.83 | 0 | 0.02 | 263.65 | 0.95 | 0.57 |
| Hex | 7C | 2A | FA | 32 | 53 | 0 | 2 | 108 | 5F | 39 |
| Octal | 174 | 52 | 372 | 62 | 123 | 0 | 2 | 410 | 137 | 71 |
| Binary | 1111100 | 101010 | 11111010 | 110010 | 1010011 | 0 | 10 | 100001000 | 1011111 | 111001 |
Color Harmonies of #7C2AFA
Complementary color
Monochromatic Colors of #7C2AFA
Black with #7C2AFA
Text Example
Text Example
White with #7C2AFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C2AFA; }
p { color: rgb(124,42,250); }
H1.HeaderClassName
{
color: #7C2AFA;
}
.AnyTagClassName
{
color: #7C2AFA;
}
</style>
background-color css
<style>
a { background-color: #7C2AFA; }
a { background-color: rgb(124,42,250); }
div.DivClassName
{
background-color: #7C2AFA;
}
.BgClassName
{
background-color: #7C2AFA;
}
</style>
border-color css
<style>
span { border-color: #7C2AFA; }
span { border-color: rgb(124,42,250); }
td.TdClassName
{
border-color: #7C2AFA;
}
.TagClassName
{
border-color: #7C2AFA;
}
</style>