Shades of Blue Violet #7C29FA
Tints of Blue Violet #7C29FA
RGB
CMYK
RGB Variations
Color information
#7C29FA (or 0x7C29FA) is known color: Blue Violet. HEX triplet: 7C, 29 and FA. RGB value is (124,41,250). Sum of RGB (Red+Green+Blue) = 124+41+250=415 (54% of max value = 765). Red value is 124 (48.83% from 255 or 29.88% from 415); Green value is 41 (16.41% from 255 or 9.88% from 415); Blue value is 250 (98.05% from 255 or 60.24% from 415); Max value from RGB is 250 - color contains mainly: blue. Hex color #7C29FA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7C29FA is #83D605. Grayscale: #585858. Windows color (decimal): -8640006 or 16394620. OLE color: 16394620.
HSL color Cylindrical-coordinate representation of color #7C29FA: hue angle of 263.83º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #7C29FA is Cyan = 0.50, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 124 | 41 | 250 | - |
| CMYK | 0.50 | 0.84 | 0 | 0.02 |
| HSL | 263.83º | 0.95% | 0.57% | - |
| HSV(B) | 263.83º | 0.84% | 0.98% | - |
| XYZ | 26.36 | 12.77 | 91.52 | - |
| YUV | 89.64 | 218.5 | 152.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 41 | 250 | 0.50 | 0.84 | 0 | 0.02 | 263.83 | 0.95 | 0.57 |
| Hex | 7C | 29 | FA | 32 | 54 | 0 | 2 | 108 | 5F | 39 |
| Octal | 174 | 51 | 372 | 62 | 124 | 0 | 2 | 410 | 137 | 71 |
| Binary | 1111100 | 101001 | 11111010 | 110010 | 1010100 | 0 | 10 | 100001000 | 1011111 | 111001 |
Color Harmonies of #7C29FA
Complementary color
Monochromatic Colors of #7C29FA
Black with #7C29FA
Text Example
Text Example
White with #7C29FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C29FA; }
p { color: rgb(124,41,250); }
H1.HeaderClassName
{
color: #7C29FA;
}
.AnyTagClassName
{
color: #7C29FA;
}
</style>
background-color css
<style>
a { background-color: #7C29FA; }
a { background-color: rgb(124,41,250); }
div.DivClassName
{
background-color: #7C29FA;
}
.BgClassName
{
background-color: #7C29FA;
}
</style>
border-color css
<style>
span { border-color: #7C29FA; }
span { border-color: rgb(124,41,250); }
td.TdClassName
{
border-color: #7C29FA;
}
.TagClassName
{
border-color: #7C29FA;
}
</style>