Shades of Blue Violet #731EDB
Tints of Blue Violet #731EDB
RGB
CMYK
RGB Variations
Color information
#731EDB (or 0x731EDB) is known color: Blue Violet. HEX triplet: 73, 1E and DB. RGB value is (115,30,219). Sum of RGB (Red+Green+Blue) = 115+30+219=364 (48% of max value = 765). Red value is 115 (45.31% from 255 or 31.59% from 364); Green value is 30 (12.11% from 255 or 8.24% from 364); Blue value is 219 (85.94% from 255 or 60.16% from 364); Max value from RGB is 219 - color contains mainly: blue. Hex color #731EDB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #731EDB is #8CE124. Grayscale: #4C4C4C. Windows color (decimal): -9232677 or 14360179. OLE color: 14360179.
HSL color Cylindrical-coordinate representation of color #731EDB: hue angle of 266.98º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #731EDB is Cyan = 0.47, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 115 | 30 | 219 | - |
| CMYK | 0.47 | 0.86 | 0 | 0.14 |
| HSL | 266.98º | 0.76% | 0.49% | - |
| HSV(B) | 266.98º | 0.86% | 0.86% | - |
| XYZ | 20.32 | 9.69 | 67.82 | - |
| YUV | 76.96 | 208.16 | 155.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 30 | 219 | 0.47 | 0.86 | 0 | 0.14 | 266.98 | 0.76 | 0.49 |
| Hex | 73 | 1E | DB | 2F | 56 | 0 | E | 10B | 4C | 31 |
| Octal | 163 | 36 | 333 | 57 | 126 | 0 | 16 | 413 | 114 | 61 |
| Binary | 1110011 | 11110 | 11011011 | 101111 | 1010110 | 0 | 1110 | 100001011 | 1001100 | 110001 |
Color Harmonies of #731EDB
Complementary color
Monochromatic Colors of #731EDB
Black with #731EDB
Text Example
Text Example
White with #731EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #731EDB; }
p { color: rgb(115,30,219); }
H1.HeaderClassName
{
color: #731EDB;
}
.AnyTagClassName
{
color: #731EDB;
}
</style>
background-color css
<style>
a { background-color: #731EDB; }
a { background-color: rgb(115,30,219); }
div.DivClassName
{
background-color: #731EDB;
}
.BgClassName
{
background-color: #731EDB;
}
</style>
border-color css
<style>
span { border-color: #731EDB; }
span { border-color: rgb(115,30,219); }
td.TdClassName
{
border-color: #731EDB;
}
.TagClassName
{
border-color: #731EDB;
}
</style>