Shades of Blue Violet #7C43EA
Tints of Blue Violet #7C43EA
RGB
CMYK
RGB Variations
Color information
#7C43EA (or 0x7C43EA) is known color: Blue Violet. HEX triplet: 7C, 43 and EA. RGB value is (124,67,234). Sum of RGB (Red+Green+Blue) = 124+67+234=425 (56% of max value = 765). Red value is 124 (48.83% from 255 or 29.18% from 425); Green value is 67 (26.56% from 255 or 15.76% from 425); Blue value is 234 (91.80% from 255 or 55.06% from 425); Max value from RGB is 234 - color contains mainly: blue. Hex color #7C43EA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7C43EA is #83BC15. Grayscale: #666666. Windows color (decimal): -8633366 or 15352700. OLE color: 15352700.
HSL color Cylindrical-coordinate representation of color #7C43EA: hue angle of 260.48º degrees, saturation: 0.8, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #7C43EA is Cyan = 0.47, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 124 | 67 | 234 | - |
| CMYK | 0.47 | 0.71 | 0 | 0.08 |
| HSL | 260.48º | 0.8% | 0.59% | - |
| HSV(B) | 260.48º | 0.71% | 0.92% | - |
| XYZ | 25.17 | 14.24 | 79.26 | - |
| YUV | 103.08 | 201.88 | 142.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 67 | 234 | 0.47 | 0.71 | 0 | 0.08 | 260.48 | 0.8 | 0.59 |
| Hex | 7C | 43 | EA | 2F | 47 | 0 | 8 | 104 | 50 | 3B |
| Octal | 174 | 103 | 352 | 57 | 107 | 0 | 10 | 404 | 120 | 73 |
| Binary | 1111100 | 1000011 | 11101010 | 101111 | 1000111 | 0 | 1000 | 100000100 | 1010000 | 111011 |
Color Harmonies of #7C43EA
Complementary color
Monochromatic Colors of #7C43EA
Black with #7C43EA
Text Example
Text Example
White with #7C43EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C43EA; }
p { color: rgb(124,67,234); }
H1.HeaderClassName
{
color: #7C43EA;
}
.AnyTagClassName
{
color: #7C43EA;
}
</style>
background-color css
<style>
a { background-color: #7C43EA; }
a { background-color: rgb(124,67,234); }
div.DivClassName
{
background-color: #7C43EA;
}
.BgClassName
{
background-color: #7C43EA;
}
</style>
border-color css
<style>
span { border-color: #7C43EA; }
span { border-color: rgb(124,67,234); }
td.TdClassName
{
border-color: #7C43EA;
}
.TagClassName
{
border-color: #7C43EA;
}
</style>