Shades of Blue Violet #7E31CC
Tints of Blue Violet #7E31CC
RGB
CMYK
RGB Variations
Color information
#7E31CC (or 0x7E31CC) is known color: Blue Violet. HEX triplet: 7E, 31 and CC. RGB value is (126,49,204). Sum of RGB (Red+Green+Blue) = 126+49+204=379 (50% of max value = 765). Red value is 126 (49.61% from 255 or 33.25% from 379); Green value is 49 (19.53% from 255 or 12.93% from 379); Blue value is 204 (80.08% from 255 or 53.83% from 379); Max value from RGB is 204 - color contains mainly: blue. Hex color #7E31CC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7E31CC is #81CE33. Grayscale: #595959. Windows color (decimal): -8506932 or 13382014. OLE color: 13382014.
HSL color Cylindrical-coordinate representation of color #7E31CC: hue angle of 269.81º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #7E31CC is Cyan = 0.38, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 126 | 49 | 204 | - |
| CMYK | 0.38 | 0.76 | 0 | 0.2 |
| HSL | 269.81º | 0.61% | 0.5% | - |
| HSV(B) | 269.81º | 0.76% | 0.8% | - |
| XYZ | 20.6 | 10.99 | 58.16 | - |
| YUV | 89.69 | 192.51 | 153.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 49 | 204 | 0.38 | 0.76 | 0 | 0.2 | 269.81 | 0.61 | 0.5 |
| Hex | 7E | 31 | CC | 26 | 4C | 0 | 14 | 10E | 3D | 32 |
| Octal | 176 | 61 | 314 | 46 | 114 | 0 | 24 | 416 | 75 | 62 |
| Binary | 1111110 | 110001 | 11001100 | 100110 | 1001100 | 0 | 10100 | 100001110 | 111101 | 110010 |
Color Harmonies of #7E31CC
Complementary color
Monochromatic Colors of #7E31CC
Black with #7E31CC
Text Example
Text Example
White with #7E31CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E31CC; }
p { color: rgb(126,49,204); }
H1.HeaderClassName
{
color: #7E31CC;
}
.AnyTagClassName
{
color: #7E31CC;
}
</style>
background-color css
<style>
a { background-color: #7E31CC; }
a { background-color: rgb(126,49,204); }
div.DivClassName
{
background-color: #7E31CC;
}
.BgClassName
{
background-color: #7E31CC;
}
</style>
border-color css
<style>
span { border-color: #7E31CC; }
span { border-color: rgb(126,49,204); }
td.TdClassName
{
border-color: #7E31CC;
}
.TagClassName
{
border-color: #7E31CC;
}
</style>