Shades of Blue Violet #7231E9
Tints of Blue Violet #7231E9
RGB
CMYK
RGB Variations
Color information
#7231E9 (or 0x7231E9) is known color: Blue Violet. HEX triplet: 72, 31 and E9. RGB value is (114,49,233). Sum of RGB (Red+Green+Blue) = 114+49+233=396 (52% of max value = 765). Red value is 114 (44.92% from 255 or 28.79% from 396); Green value is 49 (19.53% from 255 or 12.37% from 396); Blue value is 233 (91.41% from 255 or 58.84% from 396); Max value from RGB is 233 - color contains mainly: blue. Hex color #7231E9 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7231E9 is #8DCE16. Grayscale: #585858. Windows color (decimal): -9293335 or 15282546. OLE color: 15282546.
HSL color Cylindrical-coordinate representation of color #7231E9: hue angle of 261.2º degrees, saturation: 0.81, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #7231E9 is Cyan = 0.51, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 114 | 49 | 233 | - |
| CMYK | 0.51 | 0.79 | 0 | 0.09 |
| HSL | 261.2º | 0.81% | 0.55% | - |
| HSV(B) | 261.2º | 0.79% | 0.91% | - |
| XYZ | 22.75 | 11.66 | 78.14 | - |
| YUV | 89.41 | 209.03 | 145.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 49 | 233 | 0.51 | 0.79 | 0 | 0.09 | 261.2 | 0.81 | 0.55 |
| Hex | 72 | 31 | E9 | 33 | 4F | 0 | 9 | 105 | 51 | 37 |
| Octal | 162 | 61 | 351 | 63 | 117 | 0 | 11 | 405 | 121 | 67 |
| Binary | 1110010 | 110001 | 11101001 | 110011 | 1001111 | 0 | 1001 | 100000101 | 1010001 | 110111 |
Color Harmonies of #7231E9
Complementary color
Monochromatic Colors of #7231E9
Black with #7231E9
Text Example
Text Example
White with #7231E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7231E9; }
p { color: rgb(114,49,233); }
H1.HeaderClassName
{
color: #7231E9;
}
.AnyTagClassName
{
color: #7231E9;
}
</style>
background-color css
<style>
a { background-color: #7231E9; }
a { background-color: rgb(114,49,233); }
div.DivClassName
{
background-color: #7231E9;
}
.BgClassName
{
background-color: #7231E9;
}
</style>
border-color css
<style>
span { border-color: #7231E9; }
span { border-color: rgb(114,49,233); }
td.TdClassName
{
border-color: #7231E9;
}
.TagClassName
{
border-color: #7231E9;
}
</style>