Shades of Blue Violet #7331DA
Tints of Blue Violet #7331DA
RGB
CMYK
RGB Variations
Color information
#7331DA (or 0x7331DA) is known color: Blue Violet. HEX triplet: 73, 31 and DA. RGB value is (115,49,218). Sum of RGB (Red+Green+Blue) = 115+49+218=382 (50% of max value = 765). Red value is 115 (45.31% from 255 or 30.10% from 382); Green value is 49 (19.53% from 255 or 12.83% from 382); Blue value is 218 (85.55% from 255 or 57.07% from 382); Max value from RGB is 218 - color contains mainly: blue. Hex color #7331DA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7331DA is #8CCE25. Grayscale: #575757. Windows color (decimal): -9227814 or 14299507. OLE color: 14299507.
HSL color Cylindrical-coordinate representation of color #7331DA: hue angle of 263.43º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #7331DA is Cyan = 0.47, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 115 | 49 | 218 | - |
| CMYK | 0.47 | 0.78 | 0 | 0.15 |
| HSL | 263.43º | 0.7% | 0.52% | - |
| HSV(B) | 263.43º | 0.78% | 0.85% | - |
| XYZ | 20.82 | 10.9 | 67.34 | - |
| YUV | 88 | 201.37 | 147.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 49 | 218 | 0.47 | 0.78 | 0 | 0.15 | 263.43 | 0.7 | 0.52 |
| Hex | 73 | 31 | DA | 2F | 4E | 0 | F | 107 | 46 | 34 |
| Octal | 163 | 61 | 332 | 57 | 116 | 0 | 17 | 407 | 106 | 64 |
| Binary | 1110011 | 110001 | 11011010 | 101111 | 1001110 | 0 | 1111 | 100000111 | 1000110 | 110100 |
Color Harmonies of #7331DA
Complementary color
Monochromatic Colors of #7331DA
Black with #7331DA
Text Example
Text Example
White with #7331DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7331DA; }
p { color: rgb(115,49,218); }
H1.HeaderClassName
{
color: #7331DA;
}
.AnyTagClassName
{
color: #7331DA;
}
</style>
background-color css
<style>
a { background-color: #7331DA; }
a { background-color: rgb(115,49,218); }
div.DivClassName
{
background-color: #7331DA;
}
.BgClassName
{
background-color: #7331DA;
}
</style>
border-color css
<style>
span { border-color: #7331DA; }
span { border-color: rgb(115,49,218); }
td.TdClassName
{
border-color: #7331DA;
}
.TagClassName
{
border-color: #7331DA;
}
</style>