Shades of Blue Violet #7D31CC
Tints of Blue Violet #7D31CC
RGB
CMYK
RGB Variations
Color information
#7D31CC (or 0x7D31CC) is known color: Blue Violet. HEX triplet: 7D, 31 and CC. RGB value is (125,49,204). Sum of RGB (Red+Green+Blue) = 125+49+204=378 (50% of max value = 765). Red value is 125 (49.22% from 255 or 33.07% from 378); Green value is 49 (19.53% from 255 or 12.96% from 378); Blue value is 204 (80.08% from 255 or 53.97% from 378); Max value from RGB is 204 - color contains mainly: blue. Hex color #7D31CC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7D31CC is #82CE33. Grayscale: #585858. Windows color (decimal): -8572468 or 13382013. OLE color: 13382013.
HSL color Cylindrical-coordinate representation of color #7D31CC: hue angle of 269.42º 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 #7D31CC is Cyan = 0.39, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 125 | 49 | 204 | - |
| CMYK | 0.39 | 0.76 | 0 | 0.2 |
| HSL | 269.42º | 0.61% | 0.5% | - |
| HSV(B) | 269.42º | 0.76% | 0.8% | - |
| XYZ | 20.45 | 10.92 | 58.16 | - |
| YUV | 89.39 | 192.68 | 153.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 49 | 204 | 0.39 | 0.76 | 0 | 0.2 | 269.42 | 0.61 | 0.5 |
| Hex | 7D | 31 | CC | 27 | 4C | 0 | 14 | 10D | 3D | 32 |
| Octal | 175 | 61 | 314 | 47 | 114 | 0 | 24 | 415 | 75 | 62 |
| Binary | 1111101 | 110001 | 11001100 | 100111 | 1001100 | 0 | 10100 | 100001101 | 111101 | 110010 |
Color Harmonies of #7D31CC
Complementary color
Monochromatic Colors of #7D31CC
Black with #7D31CC
Text Example
Text Example
White with #7D31CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D31CC; }
p { color: rgb(125,49,204); }
H1.HeaderClassName
{
color: #7D31CC;
}
.AnyTagClassName
{
color: #7D31CC;
}
</style>
background-color css
<style>
a { background-color: #7D31CC; }
a { background-color: rgb(125,49,204); }
div.DivClassName
{
background-color: #7D31CC;
}
.BgClassName
{
background-color: #7D31CC;
}
</style>
border-color css
<style>
span { border-color: #7D31CC; }
span { border-color: rgb(125,49,204); }
td.TdClassName
{
border-color: #7D31CC;
}
.TagClassName
{
border-color: #7D31CC;
}
</style>