Shades of Blue Violet #731DF1
Tints of Blue Violet #731DF1
RGB
CMYK
RGB Variations
Color information
#731DF1 (or 0x731DF1) is known color: Blue Violet. HEX triplet: 73, 1D and F1. RGB value is (115,29,241). Sum of RGB (Red+Green+Blue) = 115+29+241=385 (50% of max value = 765). Red value is 115 (45.31% from 255 or 29.87% from 385); Green value is 29 (11.72% from 255 or 7.53% from 385); Blue value is 241 (94.53% from 255 or 62.60% from 385); Max value from RGB is 241 - color contains mainly: blue. Hex color #731DF1 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #731DF1 is #8CE20E. Grayscale: #4E4E4E. Windows color (decimal): -9232911 or 15801715. OLE color: 15801715.
HSL color Cylindrical-coordinate representation of color #731DF1: hue angle of 264.34º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #731DF1 is Cyan = 0.52, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 115 | 29 | 241 | - |
| CMYK | 0.52 | 0.88 | 0 | 0.05 |
| HSL | 264.34º | 0.88% | 0.53% | - |
| HSV(B) | 264.34º | 0.88% | 0.95% | - |
| XYZ | 23.39 | 10.87 | 84.09 | - |
| YUV | 78.88 | 219.49 | 153.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 29 | 241 | 0.52 | 0.88 | 0 | 0.05 | 264.34 | 0.88 | 0.53 |
| Hex | 73 | 1D | F1 | 34 | 58 | 0 | 5 | 108 | 58 | 35 |
| Octal | 163 | 35 | 361 | 64 | 130 | 0 | 5 | 410 | 130 | 65 |
| Binary | 1110011 | 11101 | 11110001 | 110100 | 1011000 | 0 | 101 | 100001000 | 1011000 | 110101 |
Color Harmonies of #731DF1
Complementary color
Monochromatic Colors of #731DF1
Black with #731DF1
Text Example
Text Example
White with #731DF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #731DF1; }
p { color: rgb(115,29,241); }
H1.HeaderClassName
{
color: #731DF1;
}
.AnyTagClassName
{
color: #731DF1;
}
</style>
background-color css
<style>
a { background-color: #731DF1; }
a { background-color: rgb(115,29,241); }
div.DivClassName
{
background-color: #731DF1;
}
.BgClassName
{
background-color: #731DF1;
}
</style>
border-color css
<style>
span { border-color: #731DF1; }
span { border-color: rgb(115,29,241); }
td.TdClassName
{
border-color: #731DF1;
}
.TagClassName
{
border-color: #731DF1;
}
</style>