Shades of Blue Violet #731BDE
Tints of Blue Violet #731BDE
RGB
CMYK
RGB Variations
Color information
#731BDE (or 0x731BDE) is known color: Blue Violet. HEX triplet: 73, 1B and DE. RGB value is (115,27,222). Sum of RGB (Red+Green+Blue) = 115+27+222=364 (48% of max value = 765). Red value is 115 (45.31% from 255 or 31.59% from 364); Green value is 27 (10.94% from 255 or 7.42% from 364); Blue value is 222 (87.11% from 255 or 60.99% from 364); Max value from RGB is 222 - color contains mainly: blue. Hex color #731BDE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #731BDE is #8CE421. Grayscale: #4A4A4A. Windows color (decimal): -9233442 or 14556019. OLE color: 14556019.
HSL color Cylindrical-coordinate representation of color #731BDE: hue angle of 267.08º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #731BDE is Cyan = 0.48, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 115 | 27 | 222 | - |
| CMYK | 0.48 | 0.88 | 0 | 0.13 |
| HSL | 267.08º | 0.78% | 0.49% | - |
| HSV(B) | 267.08º | 0.88% | 0.87% | - |
| XYZ | 20.65 | 9.7 | 69.89 | - |
| YUV | 75.54 | 210.65 | 156.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 27 | 222 | 0.48 | 0.88 | 0 | 0.13 | 267.08 | 0.78 | 0.49 |
| Hex | 73 | 1B | DE | 30 | 58 | 0 | D | 10B | 4E | 31 |
| Octal | 163 | 33 | 336 | 60 | 130 | 0 | 15 | 413 | 116 | 61 |
| Binary | 1110011 | 11011 | 11011110 | 110000 | 1011000 | 0 | 1101 | 100001011 | 1001110 | 110001 |
Color Harmonies of #731BDE
Complementary color
Monochromatic Colors of #731BDE
Black with #731BDE
Text Example
Text Example
White with #731BDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #731BDE; }
p { color: rgb(115,27,222); }
H1.HeaderClassName
{
color: #731BDE;
}
.AnyTagClassName
{
color: #731BDE;
}
</style>
background-color css
<style>
a { background-color: #731BDE; }
a { background-color: rgb(115,27,222); }
div.DivClassName
{
background-color: #731BDE;
}
.BgClassName
{
background-color: #731BDE;
}
</style>
border-color css
<style>
span { border-color: #731BDE; }
span { border-color: rgb(115,27,222); }
td.TdClassName
{
border-color: #731BDE;
}
.TagClassName
{
border-color: #731BDE;
}
</style>