Shades of Blue Violet #731DDE
Tints of Blue Violet #731DDE
RGB
CMYK
RGB Variations
Color information
#731DDE (or 0x731DDE) is known color: Blue Violet. HEX triplet: 73, 1D and DE. RGB value is (115,29,222). Sum of RGB (Red+Green+Blue) = 115+29+222=366 (48% of max value = 765). Red value is 115 (45.31% from 255 or 31.42% from 366); Green value is 29 (11.72% from 255 or 7.92% from 366); Blue value is 222 (87.11% from 255 or 60.66% from 366); Max value from RGB is 222 - color contains mainly: blue. Hex color #731DDE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #731DDE is #8CE221. Grayscale: #4C4C4C. Windows color (decimal): -9232930 or 14556531. OLE color: 14556531.
HSL color Cylindrical-coordinate representation of color #731DDE: hue angle of 266.74º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #731DDE is Cyan = 0.48, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 115 | 29 | 222 | - |
| CMYK | 0.48 | 0.87 | 0 | 0.13 |
| HSL | 266.74º | 0.77% | 0.49% | - |
| HSV(B) | 266.74º | 0.87% | 0.87% | - |
| XYZ | 20.69 | 9.8 | 69.91 | - |
| YUV | 76.72 | 209.99 | 155.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 29 | 222 | 0.48 | 0.87 | 0 | 0.13 | 266.74 | 0.77 | 0.49 |
| Hex | 73 | 1D | DE | 30 | 57 | 0 | D | 10B | 4D | 31 |
| Octal | 163 | 35 | 336 | 60 | 127 | 0 | 15 | 413 | 115 | 61 |
| Binary | 1110011 | 11101 | 11011110 | 110000 | 1010111 | 0 | 1101 | 100001011 | 1001101 | 110001 |
Color Harmonies of #731DDE
Complementary color
Monochromatic Colors of #731DDE
Black with #731DDE
Text Example
Text Example
White with #731DDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #731DDE; }
p { color: rgb(115,29,222); }
H1.HeaderClassName
{
color: #731DDE;
}
.AnyTagClassName
{
color: #731DDE;
}
</style>
background-color css
<style>
a { background-color: #731DDE; }
a { background-color: rgb(115,29,222); }
div.DivClassName
{
background-color: #731DDE;
}
.BgClassName
{
background-color: #731DDE;
}
</style>
border-color css
<style>
span { border-color: #731DDE; }
span { border-color: rgb(115,29,222); }
td.TdClassName
{
border-color: #731DDE;
}
.TagClassName
{
border-color: #731DDE;
}
</style>