Shades of Blue Violet #7231EC
Tints of Blue Violet #7231EC
RGB
CMYK
RGB Variations
Color information
#7231EC (or 0x7231EC) is known color: Blue Violet. HEX triplet: 72, 31 and EC. RGB value is (114,49,236). Sum of RGB (Red+Green+Blue) = 114+49+236=399 (52% of max value = 765). Red value is 114 (44.92% from 255 or 28.57% from 399); Green value is 49 (19.53% from 255 or 12.28% from 399); Blue value is 236 (92.58% from 255 or 59.15% from 399); Max value from RGB is 236 - color contains mainly: blue. Hex color #7231EC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7231EC is #8DCE13. Grayscale: #595959. Windows color (decimal): -9293332 or 15479154. OLE color: 15479154.
HSL color Cylindrical-coordinate representation of color #7231EC: hue angle of 260.86º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #7231EC is Cyan = 0.52, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 114 | 49 | 236 | - |
| CMYK | 0.52 | 0.79 | 0 | 0.07 |
| HSL | 260.86º | 0.83% | 0.56% | - |
| HSV(B) | 260.86º | 0.79% | 0.93% | - |
| XYZ | 23.18 | 11.83 | 80.42 | - |
| YUV | 89.75 | 210.53 | 145.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 49 | 236 | 0.52 | 0.79 | 0 | 0.07 | 260.86 | 0.83 | 0.56 |
| Hex | 72 | 31 | EC | 34 | 4F | 0 | 7 | 105 | 53 | 38 |
| Octal | 162 | 61 | 354 | 64 | 117 | 0 | 7 | 405 | 123 | 70 |
| Binary | 1110010 | 110001 | 11101100 | 110100 | 1001111 | 0 | 111 | 100000101 | 1010011 | 111000 |
Color Harmonies of #7231EC
Complementary color
Monochromatic Colors of #7231EC
Black with #7231EC
Text Example
Text Example
White with #7231EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7231EC; }
p { color: rgb(114,49,236); }
H1.HeaderClassName
{
color: #7231EC;
}
.AnyTagClassName
{
color: #7231EC;
}
</style>
background-color css
<style>
a { background-color: #7231EC; }
a { background-color: rgb(114,49,236); }
div.DivClassName
{
background-color: #7231EC;
}
.BgClassName
{
background-color: #7231EC;
}
</style>
border-color css
<style>
span { border-color: #7231EC; }
span { border-color: rgb(114,49,236); }
td.TdClassName
{
border-color: #7231EC;
}
.TagClassName
{
border-color: #7231EC;
}
</style>