Shades of Blue Violet #731FF1
Tints of Blue Violet #731FF1
RGB
CMYK
RGB Variations
Color information
#731FF1 (or 0x731FF1) is known color: Blue Violet. HEX triplet: 73, 1F and F1. RGB value is (115,31,241). Sum of RGB (Red+Green+Blue) = 115+31+241=387 (51% of max value = 765). Red value is 115 (45.31% from 255 or 29.72% from 387); Green value is 31 (12.5% from 255 or 8.01% from 387); Blue value is 241 (94.53% from 255 or 62.27% from 387); Max value from RGB is 241 - color contains mainly: blue. Hex color #731FF1 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #731FF1 is #8CE00E. Grayscale: #4F4F4F. Windows color (decimal): -9232399 or 15802227. OLE color: 15802227.
HSL color Cylindrical-coordinate representation of color #731FF1: hue angle of 264º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #731FF1 is Cyan = 0.52, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 115 | 31 | 241 | - |
| CMYK | 0.52 | 0.87 | 0 | 0.05 |
| HSL | 264º | 0.88% | 0.53% | - |
| HSV(B) | 264º | 0.87% | 0.95% | - |
| XYZ | 23.44 | 10.98 | 84.1 | - |
| YUV | 80.06 | 218.83 | 152.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 31 | 241 | 0.52 | 0.87 | 0 | 0.05 | 264 | 0.88 | 0.53 |
| Hex | 73 | 1F | F1 | 34 | 57 | 0 | 5 | 108 | 58 | 35 |
| Octal | 163 | 37 | 361 | 64 | 127 | 0 | 5 | 410 | 130 | 65 |
| Binary | 1110011 | 11111 | 11110001 | 110100 | 1010111 | 0 | 101 | 100001000 | 1011000 | 110101 |
Color Harmonies of #731FF1
Complementary color
Monochromatic Colors of #731FF1
Black with #731FF1
Text Example
Text Example
White with #731FF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #731FF1; }
p { color: rgb(115,31,241); }
H1.HeaderClassName
{
color: #731FF1;
}
.AnyTagClassName
{
color: #731FF1;
}
</style>
background-color css
<style>
a { background-color: #731FF1; }
a { background-color: rgb(115,31,241); }
div.DivClassName
{
background-color: #731FF1;
}
.BgClassName
{
background-color: #731FF1;
}
</style>
border-color css
<style>
span { border-color: #731FF1; }
span { border-color: rgb(115,31,241); }
td.TdClassName
{
border-color: #731FF1;
}
.TagClassName
{
border-color: #731FF1;
}
</style>