Shades of Blue Violet #731DF3
Tints of Blue Violet #731DF3
RGB
CMYK
RGB Variations
Color information
#731DF3 (or 0x731DF3) is known color: Blue Violet. HEX triplet: 73, 1D and F3. RGB value is (115,29,243). Sum of RGB (Red+Green+Blue) = 115+29+243=387 (51% of max value = 765). Red value is 115 (45.31% from 255 or 29.72% from 387); Green value is 29 (11.72% from 255 or 7.49% from 387); Blue value is 243 (95.31% from 255 or 62.79% from 387); Max value from RGB is 243 - color contains mainly: blue. Hex color #731DF3 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #731DF3 is #8CE20C. Grayscale: #4E4E4E. Windows color (decimal): -9232909 or 15932787. OLE color: 15932787.
HSL color Cylindrical-coordinate representation of color #731DF3: hue angle of 264.11º degrees, saturation: 0.9, 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 #731DF3 is Cyan = 0.53, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 115 | 29 | 243 | - |
| CMYK | 0.53 | 0.88 | 0 | 0.05 |
| HSL | 264.11º | 0.9% | 0.53% | - |
| HSV(B) | 264.11º | 0.88% | 0.95% | - |
| XYZ | 23.69 | 10.99 | 85.67 | - |
| YUV | 79.11 | 220.49 | 153.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 29 | 243 | 0.53 | 0.88 | 0 | 0.05 | 264.11 | 0.9 | 0.53 |
| Hex | 73 | 1D | F3 | 35 | 58 | 0 | 5 | 108 | 5A | 35 |
| Octal | 163 | 35 | 363 | 65 | 130 | 0 | 5 | 410 | 132 | 65 |
| Binary | 1110011 | 11101 | 11110011 | 110101 | 1011000 | 0 | 101 | 100001000 | 1011010 | 110101 |
Color Harmonies of #731DF3
Complementary color
Monochromatic Colors of #731DF3
Black with #731DF3
Text Example
Text Example
White with #731DF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #731DF3; }
p { color: rgb(115,29,243); }
H1.HeaderClassName
{
color: #731DF3;
}
.AnyTagClassName
{
color: #731DF3;
}
</style>
background-color css
<style>
a { background-color: #731DF3; }
a { background-color: rgb(115,29,243); }
div.DivClassName
{
background-color: #731DF3;
}
.BgClassName
{
background-color: #731DF3;
}
</style>
border-color css
<style>
span { border-color: #731DF3; }
span { border-color: rgb(115,29,243); }
td.TdClassName
{
border-color: #731DF3;
}
.TagClassName
{
border-color: #731DF3;
}
</style>