Shades of Blue Violet #731EDD
Tints of Blue Violet #731EDD
RGB
CMYK
RGB Variations
Color information
#731EDD (or 0x731EDD) is known color: Blue Violet. HEX triplet: 73, 1E and DD. RGB value is (115,30,221). Sum of RGB (Red+Green+Blue) = 115+30+221=366 (48% of max value = 765). Red value is 115 (45.31% from 255 or 31.42% from 366); Green value is 30 (12.11% from 255 or 8.20% from 366); Blue value is 221 (86.72% from 255 or 60.38% from 366); Max value from RGB is 221 - color contains mainly: blue. Hex color #731EDD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #731EDD is #8CE122. Grayscale: #4C4C4C. Windows color (decimal): -9232675 or 14491251. OLE color: 14491251.
HSL color Cylindrical-coordinate representation of color #731EDD: hue angle of 266.7º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #731EDD is Cyan = 0.48, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 115 | 30 | 221 | - |
| CMYK | 0.48 | 0.86 | 0 | 0.13 |
| HSL | 266.7º | 0.76% | 0.49% | - |
| HSV(B) | 266.7º | 0.86% | 0.87% | - |
| XYZ | 20.59 | 9.79 | 69.21 | - |
| YUV | 77.19 | 209.16 | 154.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 30 | 221 | 0.48 | 0.86 | 0 | 0.13 | 266.7 | 0.76 | 0.49 |
| Hex | 73 | 1E | DD | 30 | 56 | 0 | D | 10B | 4C | 31 |
| Octal | 163 | 36 | 335 | 60 | 126 | 0 | 15 | 413 | 114 | 61 |
| Binary | 1110011 | 11110 | 11011101 | 110000 | 1010110 | 0 | 1101 | 100001011 | 1001100 | 110001 |
Color Harmonies of #731EDD
Complementary color
Monochromatic Colors of #731EDD
Black with #731EDD
Text Example
Text Example
White with #731EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #731EDD; }
p { color: rgb(115,30,221); }
H1.HeaderClassName
{
color: #731EDD;
}
.AnyTagClassName
{
color: #731EDD;
}
</style>
background-color css
<style>
a { background-color: #731EDD; }
a { background-color: rgb(115,30,221); }
div.DivClassName
{
background-color: #731EDD;
}
.BgClassName
{
background-color: #731EDD;
}
</style>
border-color css
<style>
span { border-color: #731EDD; }
span { border-color: rgb(115,30,221); }
td.TdClassName
{
border-color: #731EDD;
}
.TagClassName
{
border-color: #731EDD;
}
</style>