Shades of Blue Violet #731EE9
Tints of Blue Violet #731EE9
RGB
CMYK
RGB Variations
Color information
#731EE9 (or 0x731EE9) is known color: Blue Violet. HEX triplet: 73, 1E and E9. RGB value is (115,30,233). Sum of RGB (Red+Green+Blue) = 115+30+233=378 (50% of max value = 765). Red value is 115 (45.31% from 255 or 30.42% from 378); Green value is 30 (12.11% from 255 or 7.94% from 378); Blue value is 233 (91.41% from 255 or 61.64% from 378); Max value from RGB is 233 - color contains mainly: blue. Hex color #731EE9 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #731EE9 is #8CE116. Grayscale: #4D4D4D. Windows color (decimal): -9232663 or 15277683. OLE color: 15277683.
HSL color Cylindrical-coordinate representation of color #731EE9: hue angle of 265.12º degrees, saturation: 0.82, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #731EE9 is Cyan = 0.51, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 115 | 30 | 233 | - |
| CMYK | 0.51 | 0.87 | 0 | 0.09 |
| HSL | 265.12º | 0.82% | 0.52% | - |
| HSV(B) | 265.12º | 0.87% | 0.91% | - |
| XYZ | 22.24 | 10.46 | 77.94 | - |
| YUV | 78.56 | 215.16 | 153.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 30 | 233 | 0.51 | 0.87 | 0 | 0.09 | 265.12 | 0.82 | 0.52 |
| Hex | 73 | 1E | E9 | 33 | 57 | 0 | 9 | 109 | 52 | 34 |
| Octal | 163 | 36 | 351 | 63 | 127 | 0 | 11 | 411 | 122 | 64 |
| Binary | 1110011 | 11110 | 11101001 | 110011 | 1010111 | 0 | 1001 | 100001001 | 1010010 | 110100 |
Color Harmonies of #731EE9
Complementary color
Monochromatic Colors of #731EE9
Black with #731EE9
Text Example
Text Example
White with #731EE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #731EE9; }
p { color: rgb(115,30,233); }
H1.HeaderClassName
{
color: #731EE9;
}
.AnyTagClassName
{
color: #731EE9;
}
</style>
background-color css
<style>
a { background-color: #731EE9; }
a { background-color: rgb(115,30,233); }
div.DivClassName
{
background-color: #731EE9;
}
.BgClassName
{
background-color: #731EE9;
}
</style>
border-color css
<style>
span { border-color: #731EE9; }
span { border-color: rgb(115,30,233); }
td.TdClassName
{
border-color: #731EE9;
}
.TagClassName
{
border-color: #731EE9;
}
</style>