Shades of Blue Violet #7731D5
Tints of Blue Violet #7731D5
RGB
CMYK
RGB Variations
Color information
#7731D5 (or 0x7731D5) is known color: Blue Violet. HEX triplet: 77, 31 and D5. RGB value is (119,49,213). Sum of RGB (Red+Green+Blue) = 119+49+213=381 (50% of max value = 765). Red value is 119 (46.88% from 255 or 31.23% from 381); Green value is 49 (19.53% from 255 or 12.86% from 381); Blue value is 213 (83.59% from 255 or 55.91% from 381); Max value from RGB is 213 - color contains mainly: blue. Hex color #7731D5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7731D5 is #88CE2A. Grayscale: #585858. Windows color (decimal): -8965675 or 13971831. OLE color: 13971831.
HSL color Cylindrical-coordinate representation of color #7731D5: hue angle of 265.61º degrees, saturation: 0.66, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #7731D5 is Cyan = 0.44, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 119 | 49 | 213 | - |
| CMYK | 0.44 | 0.77 | 0 | 0.16 |
| HSL | 265.61º | 0.66% | 0.51% | - |
| HSV(B) | 265.61º | 0.77% | 0.84% | - |
| XYZ | 20.72 | 10.92 | 63.97 | - |
| YUV | 88.63 | 198.19 | 149.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 49 | 213 | 0.44 | 0.77 | 0 | 0.16 | 265.61 | 0.66 | 0.51 |
| Hex | 77 | 31 | D5 | 2C | 4D | 0 | 10 | 10A | 42 | 33 |
| Octal | 167 | 61 | 325 | 54 | 115 | 0 | 20 | 412 | 102 | 63 |
| Binary | 1110111 | 110001 | 11010101 | 101100 | 1001101 | 0 | 10000 | 100001010 | 1000010 | 110011 |
Color Harmonies of #7731D5
Complementary color
Monochromatic Colors of #7731D5
Black with #7731D5
Text Example
Text Example
White with #7731D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7731D5; }
p { color: rgb(119,49,213); }
H1.HeaderClassName
{
color: #7731D5;
}
.AnyTagClassName
{
color: #7731D5;
}
</style>
background-color css
<style>
a { background-color: #7731D5; }
a { background-color: rgb(119,49,213); }
div.DivClassName
{
background-color: #7731D5;
}
.BgClassName
{
background-color: #7731D5;
}
</style>
border-color css
<style>
span { border-color: #7731D5; }
span { border-color: rgb(119,49,213); }
td.TdClassName
{
border-color: #7731D5;
}
.TagClassName
{
border-color: #7731D5;
}
</style>