Shades of Blue Violet #731CEB
Tints of Blue Violet #731CEB
RGB
CMYK
RGB Variations
Color information
#731CEB (or 0x731CEB) is known color: Blue Violet. HEX triplet: 73, 1C and EB. RGB value is (115,28,235). Sum of RGB (Red+Green+Blue) = 115+28+235=378 (50% of max value = 765). Red value is 115 (45.31% from 255 or 30.42% from 378); Green value is 28 (11.33% from 255 or 7.41% from 378); Blue value is 235 (92.19% from 255 or 62.17% from 378); Max value from RGB is 235 - color contains mainly: blue. Hex color #731CEB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #731CEB is #8CE314. Grayscale: #4C4C4C. Windows color (decimal): -9233173 or 15408243. OLE color: 15408243.
HSL color Cylindrical-coordinate representation of color #731CEB: hue angle of 265.22º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #731CEB is Cyan = 0.51, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 115 | 28 | 235 | - |
| CMYK | 0.51 | 0.88 | 0 | 0.08 |
| HSL | 265.22º | 0.84% | 0.52% | - |
| HSV(B) | 265.22º | 0.88% | 0.92% | - |
| XYZ | 22.48 | 10.47 | 79.43 | - |
| YUV | 77.61 | 216.82 | 154.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 28 | 235 | 0.51 | 0.88 | 0 | 0.08 | 265.22 | 0.84 | 0.52 |
| Hex | 73 | 1C | EB | 33 | 58 | 0 | 8 | 109 | 54 | 34 |
| Octal | 163 | 34 | 353 | 63 | 130 | 0 | 10 | 411 | 124 | 64 |
| Binary | 1110011 | 11100 | 11101011 | 110011 | 1011000 | 0 | 1000 | 100001001 | 1010100 | 110100 |
Color Harmonies of #731CEB
Complementary color
Monochromatic Colors of #731CEB
Black with #731CEB
Text Example
Text Example
White with #731CEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #731CEB; }
p { color: rgb(115,28,235); }
H1.HeaderClassName
{
color: #731CEB;
}
.AnyTagClassName
{
color: #731CEB;
}
</style>
background-color css
<style>
a { background-color: #731CEB; }
a { background-color: rgb(115,28,235); }
div.DivClassName
{
background-color: #731CEB;
}
.BgClassName
{
background-color: #731CEB;
}
</style>
border-color css
<style>
span { border-color: #731CEB; }
span { border-color: rgb(115,28,235); }
td.TdClassName
{
border-color: #731CEB;
}
.TagClassName
{
border-color: #731CEB;
}
</style>