Shades of Blue Violet #731BD5
Tints of Blue Violet #731BD5
RGB
CMYK
RGB Variations
Color information
#731BD5 (or 0x731BD5) is known color: Blue Violet. HEX triplet: 73, 1B and D5. RGB value is (115,27,213). Sum of RGB (Red+Green+Blue) = 115+27+213=355 (47% of max value = 765). Red value is 115 (45.31% from 255 or 32.39% from 355); Green value is 27 (10.94% from 255 or 7.61% from 355); Blue value is 213 (83.59% from 255 or 60% from 355); Max value from RGB is 213 - color contains mainly: blue. Hex color #731BD5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #731BD5 is #8CE42A. Grayscale: #494949. Windows color (decimal): -9233451 or 13966195. OLE color: 13966195.
HSL color Cylindrical-coordinate representation of color #731BD5: hue angle of 268.39º degrees, saturation: 0.77, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #731BD5 is Cyan = 0.46, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 115 | 27 | 213 | - |
| CMYK | 0.46 | 0.87 | 0 | 0.16 |
| HSL | 268.39º | 0.78% | 0.47% | - |
| HSV(B) | 268.39º | 0.87% | 0.84% | - |
| XYZ | 19.47 | 9.23 | 63.71 | - |
| YUV | 74.52 | 206.15 | 156.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 27 | 213 | 0.46 | 0.87 | 0 | 0.16 | 268.39 | 0.78 | 0.47 |
| Hex | 73 | 1B | D5 | 2E | 57 | 0 | 10 | 10C | 4E | 2F |
| Octal | 163 | 33 | 325 | 56 | 127 | 0 | 20 | 414 | 116 | 57 |
| Binary | 1110011 | 11011 | 11010101 | 101110 | 1010111 | 0 | 10000 | 100001100 | 1001110 | 101111 |
Color Harmonies of #731BD5
Complementary color
Monochromatic Colors of #731BD5
Black with #731BD5
Text Example
Text Example
White with #731BD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #731BD5; }
p { color: rgb(115,27,213); }
H1.HeaderClassName
{
color: #731BD5;
}
.AnyTagClassName
{
color: #731BD5;
}
</style>
background-color css
<style>
a { background-color: #731BD5; }
a { background-color: rgb(115,27,213); }
div.DivClassName
{
background-color: #731BD5;
}
.BgClassName
{
background-color: #731BD5;
}
</style>
border-color css
<style>
span { border-color: #731BD5; }
span { border-color: rgb(115,27,213); }
td.TdClassName
{
border-color: #731BD5;
}
.TagClassName
{
border-color: #731BD5;
}
</style>