Shades of Blue Violet #731FF2
Tints of Blue Violet #731FF2
RGB
CMYK
RGB Variations
Color information
#731FF2 (or 0x731FF2) is known color: Blue Violet. HEX triplet: 73, 1F and F2. RGB value is (115,31,242). Sum of RGB (Red+Green+Blue) = 115+31+242=388 (51% of max value = 765). Red value is 115 (45.31% from 255 or 29.64% from 388); Green value is 31 (12.5% from 255 or 7.99% from 388); Blue value is 242 (94.92% from 255 or 62.37% from 388); Max value from RGB is 242 - color contains mainly: blue. Hex color #731FF2 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #731FF2 is #8CE00D. Grayscale: #4F4F4F. Windows color (decimal): -9232398 or 15867763. OLE color: 15867763.
HSL color Cylindrical-coordinate representation of color #731FF2: hue angle of 263.89º degrees, saturation: 0.89, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #731FF2 is Cyan = 0.52, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 115 | 31 | 242 | - |
| CMYK | 0.52 | 0.87 | 0 | 0.05 |
| HSL | 263.89º | 0.89% | 0.54% | - |
| HSV(B) | 263.89º | 0.87% | 0.95% | - |
| XYZ | 23.59 | 11.04 | 84.89 | - |
| YUV | 80.17 | 219.33 | 152.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 31 | 242 | 0.52 | 0.87 | 0 | 0.05 | 263.89 | 0.89 | 0.54 |
| Hex | 73 | 1F | F2 | 34 | 57 | 0 | 5 | 108 | 59 | 36 |
| Octal | 163 | 37 | 362 | 64 | 127 | 0 | 5 | 410 | 131 | 66 |
| Binary | 1110011 | 11111 | 11110010 | 110100 | 1010111 | 0 | 101 | 100001000 | 1011001 | 110110 |
Color Harmonies of #731FF2
Complementary color
Monochromatic Colors of #731FF2
Black with #731FF2
Text Example
Text Example
White with #731FF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #731FF2; }
p { color: rgb(115,31,242); }
H1.HeaderClassName
{
color: #731FF2;
}
.AnyTagClassName
{
color: #731FF2;
}
</style>
background-color css
<style>
a { background-color: #731FF2; }
a { background-color: rgb(115,31,242); }
div.DivClassName
{
background-color: #731FF2;
}
.BgClassName
{
background-color: #731FF2;
}
</style>
border-color css
<style>
span { border-color: #731FF2; }
span { border-color: rgb(115,31,242); }
td.TdClassName
{
border-color: #731FF2;
}
.TagClassName
{
border-color: #731FF2;
}
</style>