Shades of Blue Violet #731BDB
Tints of Blue Violet #731BDB
RGB
CMYK
RGB Variations
Color information
#731BDB (or 0x731BDB) is known color: Blue Violet. HEX triplet: 73, 1B and DB. RGB value is (115,27,219). Sum of RGB (Red+Green+Blue) = 115+27+219=361 (47% of max value = 765). Red value is 115 (45.31% from 255 or 31.86% from 361); Green value is 27 (10.94% from 255 or 7.48% from 361); Blue value is 219 (85.94% from 255 or 60.66% from 361); Max value from RGB is 219 - color contains mainly: blue. Hex color #731BDB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #731BDB is #8CE424. Grayscale: #4A4A4A. Windows color (decimal): -9233445 or 14359411. OLE color: 14359411.
HSL color Cylindrical-coordinate representation of color #731BDB: hue angle of 267.5º degrees, saturation: 0.78, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #731BDB is Cyan = 0.47, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 115 | 27 | 219 | - |
| CMYK | 0.47 | 0.88 | 0 | 0.14 |
| HSL | 267.5º | 0.78% | 0.48% | - |
| HSV(B) | 267.5º | 0.88% | 0.86% | - |
| XYZ | 20.25 | 9.54 | 67.79 | - |
| YUV | 75.2 | 209.15 | 156.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 27 | 219 | 0.47 | 0.88 | 0 | 0.14 | 267.5 | 0.78 | 0.48 |
| Hex | 73 | 1B | DB | 2F | 58 | 0 | E | 10C | 4E | 30 |
| Octal | 163 | 33 | 333 | 57 | 130 | 0 | 16 | 414 | 116 | 60 |
| Binary | 1110011 | 11011 | 11011011 | 101111 | 1011000 | 0 | 1110 | 100001100 | 1001110 | 110000 |
Color Harmonies of #731BDB
Complementary color
Monochromatic Colors of #731BDB
Black with #731BDB
Text Example
Text Example
White with #731BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #731BDB; }
p { color: rgb(115,27,219); }
H1.HeaderClassName
{
color: #731BDB;
}
.AnyTagClassName
{
color: #731BDB;
}
</style>
background-color css
<style>
a { background-color: #731BDB; }
a { background-color: rgb(115,27,219); }
div.DivClassName
{
background-color: #731BDB;
}
.BgClassName
{
background-color: #731BDB;
}
</style>
border-color css
<style>
span { border-color: #731BDB; }
span { border-color: rgb(115,27,219); }
td.TdClassName
{
border-color: #731BDB;
}
.TagClassName
{
border-color: #731BDB;
}
</style>