Shades of Blue Violet #7731DD
Tints of Blue Violet #7731DD
RGB
CMYK
RGB Variations
Color information
#7731DD (or 0x7731DD) is known color: Blue Violet. HEX triplet: 77, 31 and DD. RGB value is (119,49,221). Sum of RGB (Red+Green+Blue) = 119+49+221=389 (51% of max value = 765). Red value is 119 (46.88% from 255 or 30.59% from 389); Green value is 49 (19.53% from 255 or 12.60% from 389); Blue value is 221 (86.72% from 255 or 56.81% from 389); Max value from RGB is 221 - color contains mainly: blue. Hex color #7731DD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7731DD is #88CE22. Grayscale: #585858. Windows color (decimal): -8965667 or 14496119. OLE color: 14496119.
HSL color Cylindrical-coordinate representation of color #7731DD: hue angle of 264.42º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #7731DD is Cyan = 0.46, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 119 | 49 | 221 | - |
| CMYK | 0.46 | 0.78 | 0 | 0.13 |
| HSL | 264.42º | 0.72% | 0.53% | - |
| HSV(B) | 264.42º | 0.78% | 0.87% | - |
| XYZ | 21.76 | 11.34 | 69.45 | - |
| YUV | 89.54 | 202.19 | 149.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 49 | 221 | 0.46 | 0.78 | 0 | 0.13 | 264.42 | 0.72 | 0.53 |
| Hex | 77 | 31 | DD | 2E | 4E | 0 | D | 108 | 48 | 35 |
| Octal | 167 | 61 | 335 | 56 | 116 | 0 | 15 | 410 | 110 | 65 |
| Binary | 1110111 | 110001 | 11011101 | 101110 | 1001110 | 0 | 1101 | 100001000 | 1001000 | 110101 |
Color Harmonies of #7731DD
Complementary color
Monochromatic Colors of #7731DD
Black with #7731DD
Text Example
Text Example
White with #7731DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7731DD; }
p { color: rgb(119,49,221); }
H1.HeaderClassName
{
color: #7731DD;
}
.AnyTagClassName
{
color: #7731DD;
}
</style>
background-color css
<style>
a { background-color: #7731DD; }
a { background-color: rgb(119,49,221); }
div.DivClassName
{
background-color: #7731DD;
}
.BgClassName
{
background-color: #7731DD;
}
</style>
border-color css
<style>
span { border-color: #7731DD; }
span { border-color: rgb(119,49,221); }
td.TdClassName
{
border-color: #7731DD;
}
.TagClassName
{
border-color: #7731DD;
}
</style>