Shades of Blue Violet #7431F3
Tints of Blue Violet #7431F3
RGB
CMYK
RGB Variations
Color information
#7431F3 (or 0x7431F3) is known color: Blue Violet. HEX triplet: 74, 31 and F3. RGB value is (116,49,243). Sum of RGB (Red+Green+Blue) = 116+49+243=408 (54% of max value = 765). Red value is 116 (45.70% from 255 or 28.43% from 408); Green value is 49 (19.53% from 255 or 12.01% from 408); Blue value is 243 (95.31% from 255 or 59.56% from 408); Max value from RGB is 243 - color contains mainly: blue. Hex color #7431F3 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7431F3 is #8BCE0C. Grayscale: #5A5A5A. Windows color (decimal): -9162253 or 15937908. OLE color: 15937908.
HSL color Cylindrical-coordinate representation of color #7431F3: hue angle of 260.72º degrees, saturation: 0.89, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #7431F3 is Cyan = 0.52, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 116 | 49 | 243 | - |
| CMYK | 0.52 | 0.80 | 0 | 0.05 |
| HSL | 260.72º | 0.89% | 0.57% | - |
| HSV(B) | 260.72º | 0.8% | 0.95% | - |
| XYZ | 24.48 | 12.38 | 85.89 | - |
| YUV | 91.15 | 213.7 | 145.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 49 | 243 | 0.52 | 0.80 | 0 | 0.05 | 260.72 | 0.89 | 0.57 |
| Hex | 74 | 31 | F3 | 34 | 50 | 0 | 5 | 105 | 59 | 39 |
| Octal | 164 | 61 | 363 | 64 | 120 | 0 | 5 | 405 | 131 | 71 |
| Binary | 1110100 | 110001 | 11110011 | 110100 | 1010000 | 0 | 101 | 100000101 | 1011001 | 111001 |
Color Harmonies of #7431F3
Complementary color
Monochromatic Colors of #7431F3
Black with #7431F3
Text Example
Text Example
White with #7431F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7431F3; }
p { color: rgb(116,49,243); }
H1.HeaderClassName
{
color: #7431F3;
}
.AnyTagClassName
{
color: #7431F3;
}
</style>
background-color css
<style>
a { background-color: #7431F3; }
a { background-color: rgb(116,49,243); }
div.DivClassName
{
background-color: #7431F3;
}
.BgClassName
{
background-color: #7431F3;
}
</style>
border-color css
<style>
span { border-color: #7431F3; }
span { border-color: rgb(116,49,243); }
td.TdClassName
{
border-color: #7431F3;
}
.TagClassName
{
border-color: #7431F3;
}
</style>