Shades of Blue Violet #731EEE
Tints of Blue Violet #731EEE
RGB
CMYK
RGB Variations
Color information
#731EEE (or 0x731EEE) is known color: Blue Violet. HEX triplet: 73, 1E and EE. RGB value is (115,30,238). Sum of RGB (Red+Green+Blue) = 115+30+238=383 (50% of max value = 765). Red value is 115 (45.31% from 255 or 30.03% from 383); Green value is 30 (12.11% from 255 or 7.83% from 383); Blue value is 238 (93.36% from 255 or 62.14% from 383); Max value from RGB is 238 - color contains mainly: blue. Hex color #731EEE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #731EEE is #8CE111. Grayscale: #4E4E4E. Windows color (decimal): -9232658 or 15605363. OLE color: 15605363.
HSL color Cylindrical-coordinate representation of color #731EEE: hue angle of 264.52º degrees, saturation: 0.86, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #731EEE is Cyan = 0.52, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 115 | 30 | 238 | - |
| CMYK | 0.52 | 0.87 | 0 | 0.07 |
| HSL | 264.52º | 0.86% | 0.53% | - |
| HSV(B) | 264.52º | 0.87% | 0.93% | - |
| XYZ | 22.97 | 10.75 | 81.75 | - |
| YUV | 79.13 | 217.66 | 153.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 30 | 238 | 0.52 | 0.87 | 0 | 0.07 | 264.52 | 0.86 | 0.53 |
| Hex | 73 | 1E | EE | 34 | 57 | 0 | 7 | 109 | 56 | 35 |
| Octal | 163 | 36 | 356 | 64 | 127 | 0 | 7 | 411 | 126 | 65 |
| Binary | 1110011 | 11110 | 11101110 | 110100 | 1010111 | 0 | 111 | 100001001 | 1010110 | 110101 |
Color Harmonies of #731EEE
Complementary color
Monochromatic Colors of #731EEE
Black with #731EEE
Text Example
Text Example
White with #731EEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #731EEE; }
p { color: rgb(115,30,238); }
H1.HeaderClassName
{
color: #731EEE;
}
.AnyTagClassName
{
color: #731EEE;
}
</style>
background-color css
<style>
a { background-color: #731EEE; }
a { background-color: rgb(115,30,238); }
div.DivClassName
{
background-color: #731EEE;
}
.BgClassName
{
background-color: #731EEE;
}
</style>
border-color css
<style>
span { border-color: #731EEE; }
span { border-color: rgb(115,30,238); }
td.TdClassName
{
border-color: #731EEE;
}
.TagClassName
{
border-color: #731EEE;
}
</style>