Shades of Blue Violet #7D31EA
Tints of Blue Violet #7D31EA
RGB
CMYK
RGB Variations
Color information
#7D31EA (or 0x7D31EA) is known color: Blue Violet. HEX triplet: 7D, 31 and EA. RGB value is (125,49,234). Sum of RGB (Red+Green+Blue) = 125+49+234=408 (54% of max value = 765). Red value is 125 (49.22% from 255 or 30.64% from 408); Green value is 49 (19.53% from 255 or 12.01% 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 #7D31EA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7D31EA is #82CE15. Grayscale: #5C5C5C. Windows color (decimal): -8572438 or 15348093. OLE color: 15348093.
HSL color Cylindrical-coordinate representation of color #7D31EA: hue angle of 264.65º degrees, saturation: 0.81, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #7D31EA is Cyan = 0.47, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 125 | 49 | 234 | - |
| CMYK | 0.47 | 0.79 | 0 | 0.08 |
| HSL | 264.65º | 0.81% | 0.55% | - |
| HSV(B) | 264.65º | 0.79% | 0.92% | - |
| XYZ | 24.41 | 12.5 | 78.97 | - |
| YUV | 92.81 | 207.68 | 150.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 49 | 234 | 0.47 | 0.79 | 0 | 0.08 | 264.65 | 0.81 | 0.55 |
| Hex | 7D | 31 | EA | 2F | 4F | 0 | 8 | 109 | 51 | 37 |
| Octal | 175 | 61 | 352 | 57 | 117 | 0 | 10 | 411 | 121 | 67 |
| Binary | 1111101 | 110001 | 11101010 | 101111 | 1001111 | 0 | 1000 | 100001001 | 1010001 | 110111 |
Color Harmonies of #7D31EA
Complementary color
Monochromatic Colors of #7D31EA
Black with #7D31EA
Text Example
Text Example
White with #7D31EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D31EA; }
p { color: rgb(125,49,234); }
H1.HeaderClassName
{
color: #7D31EA;
}
.AnyTagClassName
{
color: #7D31EA;
}
</style>
background-color css
<style>
a { background-color: #7D31EA; }
a { background-color: rgb(125,49,234); }
div.DivClassName
{
background-color: #7D31EA;
}
.BgClassName
{
background-color: #7D31EA;
}
</style>
border-color css
<style>
span { border-color: #7D31EA; }
span { border-color: rgb(125,49,234); }
td.TdClassName
{
border-color: #7D31EA;
}
.TagClassName
{
border-color: #7D31EA;
}
</style>