Shades of Blue Violet #7C32EA
Tints of Blue Violet #7C32EA
RGB
CMYK
RGB Variations
Color information
#7C32EA (or 0x7C32EA) is known color: Blue Violet. HEX triplet: 7C, 32 and EA. RGB value is (124,50,234). Sum of RGB (Red+Green+Blue) = 124+50+234=408 (54% of max value = 765). Red value is 124 (48.83% from 255 or 30.39% from 408); Green value is 50 (19.92% from 255 or 12.25% from 408); Blue value is 234 (91.80% from 255 or 57.35% from 408); Max value from RGB is 234 - color contains mainly: blue. Hex color #7C32EA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7C32EA is #83CD15. Grayscale: #5C5C5C. Windows color (decimal): -8637718 or 15348348. OLE color: 15348348.
HSL color Cylindrical-coordinate representation of color #7C32EA: hue angle of 264.13º degrees, saturation: 0.81, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #7C32EA is Cyan = 0.47, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 124 | 50 | 234 | - |
| CMYK | 0.47 | 0.79 | 0 | 0.08 |
| HSL | 264.13º | 0.81% | 0.56% | - |
| HSV(B) | 264.13º | 0.79% | 0.92% | - |
| XYZ | 24.3 | 12.51 | 78.97 | - |
| YUV | 93.1 | 207.52 | 150.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 50 | 234 | 0.47 | 0.79 | 0 | 0.08 | 264.13 | 0.81 | 0.56 |
| Hex | 7C | 32 | EA | 2F | 4F | 0 | 8 | 108 | 51 | 38 |
| Octal | 174 | 62 | 352 | 57 | 117 | 0 | 10 | 410 | 121 | 70 |
| Binary | 1111100 | 110010 | 11101010 | 101111 | 1001111 | 0 | 1000 | 100001000 | 1010001 | 111000 |
Color Harmonies of #7C32EA
Complementary color
Monochromatic Colors of #7C32EA
Black with #7C32EA
Text Example
Text Example
White with #7C32EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C32EA; }
p { color: rgb(124,50,234); }
H1.HeaderClassName
{
color: #7C32EA;
}
.AnyTagClassName
{
color: #7C32EA;
}
</style>
background-color css
<style>
a { background-color: #7C32EA; }
a { background-color: rgb(124,50,234); }
div.DivClassName
{
background-color: #7C32EA;
}
.BgClassName
{
background-color: #7C32EA;
}
</style>
border-color css
<style>
span { border-color: #7C32EA; }
span { border-color: rgb(124,50,234); }
td.TdClassName
{
border-color: #7C32EA;
}
.TagClassName
{
border-color: #7C32EA;
}
</style>