Shades of Blue Violet #731CDB
Tints of Blue Violet #731CDB
RGB
CMYK
RGB Variations
Color information
#731CDB (or 0x731CDB) is known color: Blue Violet. HEX triplet: 73, 1C and DB. RGB value is (115,28,219). Sum of RGB (Red+Green+Blue) = 115+28+219=362 (47% of max value = 765). Red value is 115 (45.31% from 255 or 31.77% from 362); Green value is 28 (11.33% from 255 or 7.73% from 362); Blue value is 219 (85.94% from 255 or 60.50% from 362); Max value from RGB is 219 - color contains mainly: blue. Hex color #731CDB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #731CDB is #8CE324. Grayscale: #4B4B4B. Windows color (decimal): -9233189 or 14359667. OLE color: 14359667.
HSL color Cylindrical-coordinate representation of color #731CDB: hue angle of 267.33º degrees, saturation: 0.77, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #731CDB is Cyan = 0.47, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 115 | 28 | 219 | - |
| CMYK | 0.47 | 0.87 | 0 | 0.14 |
| HSL | 267.33º | 0.77% | 0.48% | - |
| HSV(B) | 267.33º | 0.87% | 0.86% | - |
| XYZ | 20.27 | 9.59 | 67.8 | - |
| YUV | 75.79 | 208.82 | 155.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 28 | 219 | 0.47 | 0.87 | 0 | 0.14 | 267.33 | 0.77 | 0.48 |
| Hex | 73 | 1C | DB | 2F | 57 | 0 | E | 10B | 4D | 30 |
| Octal | 163 | 34 | 333 | 57 | 127 | 0 | 16 | 413 | 115 | 60 |
| Binary | 1110011 | 11100 | 11011011 | 101111 | 1010111 | 0 | 1110 | 100001011 | 1001101 | 110000 |
Color Harmonies of #731CDB
Complementary color
Monochromatic Colors of #731CDB
Black with #731CDB
Text Example
Text Example
White with #731CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #731CDB; }
p { color: rgb(115,28,219); }
H1.HeaderClassName
{
color: #731CDB;
}
.AnyTagClassName
{
color: #731CDB;
}
</style>
background-color css
<style>
a { background-color: #731CDB; }
a { background-color: rgb(115,28,219); }
div.DivClassName
{
background-color: #731CDB;
}
.BgClassName
{
background-color: #731CDB;
}
</style>
border-color css
<style>
span { border-color: #731CDB; }
span { border-color: rgb(115,28,219); }
td.TdClassName
{
border-color: #731CDB;
}
.TagClassName
{
border-color: #731CDB;
}
</style>