Shades of Blue Violet #7231EE
Tints of Blue Violet #7231EE
RGB
CMYK
RGB Variations
Color information
#7231EE (or 0x7231EE) is known color: Blue Violet. HEX triplet: 72, 31 and EE. RGB value is (114,49,238). Sum of RGB (Red+Green+Blue) = 114+49+238=401 (53% of max value = 765). Red value is 114 (44.92% from 255 or 28.43% from 401); Green value is 49 (19.53% from 255 or 12.22% from 401); Blue value is 238 (93.36% from 255 or 59.35% from 401); Max value from RGB is 238 - color contains mainly: blue. Hex color #7231EE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7231EE is #8DCE11. Grayscale: #595959. Windows color (decimal): -9293330 or 15610226. OLE color: 15610226.
HSL color Cylindrical-coordinate representation of color #7231EE: hue angle of 260.63º degrees, saturation: 0.85, 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 #7231EE is Cyan = 0.52, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 114 | 49 | 238 | - |
| CMYK | 0.52 | 0.79 | 0 | 0.07 |
| HSL | 260.63º | 0.85% | 0.56% | - |
| HSV(B) | 260.63º | 0.79% | 0.93% | - |
| XYZ | 23.47 | 11.95 | 81.96 | - |
| YUV | 89.98 | 211.53 | 145.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 49 | 238 | 0.52 | 0.79 | 0 | 0.07 | 260.63 | 0.85 | 0.56 |
| Hex | 72 | 31 | EE | 34 | 4F | 0 | 7 | 105 | 55 | 38 |
| Octal | 162 | 61 | 356 | 64 | 117 | 0 | 7 | 405 | 125 | 70 |
| Binary | 1110010 | 110001 | 11101110 | 110100 | 1001111 | 0 | 111 | 100000101 | 1010101 | 111000 |
Color Harmonies of #7231EE
Complementary color
Monochromatic Colors of #7231EE
Black with #7231EE
Text Example
Text Example
White with #7231EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7231EE; }
p { color: rgb(114,49,238); }
H1.HeaderClassName
{
color: #7231EE;
}
.AnyTagClassName
{
color: #7231EE;
}
</style>
background-color css
<style>
a { background-color: #7231EE; }
a { background-color: rgb(114,49,238); }
div.DivClassName
{
background-color: #7231EE;
}
.BgClassName
{
background-color: #7231EE;
}
</style>
border-color css
<style>
span { border-color: #7231EE; }
span { border-color: rgb(114,49,238); }
td.TdClassName
{
border-color: #7231EE;
}
.TagClassName
{
border-color: #7231EE;
}
</style>