Shades of Blue Violet #7C43FA
Tints of Blue Violet #7C43FA
RGB
CMYK
RGB Variations
Color information
#7C43FA (or 0x7C43FA) is known color: Blue Violet. HEX triplet: 7C, 43 and FA. RGB value is (124,67,250). Sum of RGB (Red+Green+Blue) = 124+67+250=441 (58% of max value = 765). Red value is 124 (48.83% from 255 or 28.12% from 441); Green value is 67 (26.56% from 255 or 15.19% from 441); Blue value is 250 (98.05% from 255 or 56.69% from 441); Max value from RGB is 250 - color contains mainly: blue. Hex color #7C43FA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7C43FA is #83BC05. Grayscale: #686868. Windows color (decimal): -8633350 or 16401276. OLE color: 16401276.
HSL color Cylindrical-coordinate representation of color #7C43FA: hue angle of 258.69º degrees, saturation: 0.95, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #7C43FA is Cyan = 0.50, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 124 | 67 | 250 | - |
| CMYK | 0.50 | 0.73 | 0 | 0.02 |
| HSL | 258.69º | 0.95% | 0.62% | - |
| HSV(B) | 258.69º | 0.73% | 0.98% | - |
| XYZ | 27.57 | 15.2 | 91.92 | - |
| YUV | 104.91 | 209.88 | 141.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 67 | 250 | 0.50 | 0.73 | 0 | 0.02 | 258.69 | 0.95 | 0.62 |
| Hex | 7C | 43 | FA | 32 | 49 | 0 | 2 | 103 | 5F | 3E |
| Octal | 174 | 103 | 372 | 62 | 111 | 0 | 2 | 403 | 137 | 76 |
| Binary | 1111100 | 1000011 | 11111010 | 110010 | 1001001 | 0 | 10 | 100000011 | 1011111 | 111110 |
Color Harmonies of #7C43FA
Complementary color
Monochromatic Colors of #7C43FA
Black with #7C43FA
Text Example
Text Example
White with #7C43FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C43FA; }
p { color: rgb(124,67,250); }
H1.HeaderClassName
{
color: #7C43FA;
}
.AnyTagClassName
{
color: #7C43FA;
}
</style>
background-color css
<style>
a { background-color: #7C43FA; }
a { background-color: rgb(124,67,250); }
div.DivClassName
{
background-color: #7C43FA;
}
.BgClassName
{
background-color: #7C43FA;
}
</style>
border-color css
<style>
span { border-color: #7C43FA; }
span { border-color: rgb(124,67,250); }
td.TdClassName
{
border-color: #7C43FA;
}
.TagClassName
{
border-color: #7C43FA;
}
</style>