Shades of Blue Violet #731EEB
Tints of Blue Violet #731EEB
RGB
CMYK
RGB Variations
Color information
#731EEB (or 0x731EEB) is known color: Blue Violet. HEX triplet: 73, 1E and EB. RGB value is (115,30,235). Sum of RGB (Red+Green+Blue) = 115+30+235=380 (50% of max value = 765). Red value is 115 (45.31% from 255 or 30.26% from 380); Green value is 30 (12.11% from 255 or 7.89% from 380); Blue value is 235 (92.19% from 255 or 61.84% from 380); Max value from RGB is 235 - color contains mainly: blue. Hex color #731EEB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #731EEB is #8CE114. Grayscale: #4E4E4E. Windows color (decimal): -9232661 or 15408755. OLE color: 15408755.
HSL color Cylindrical-coordinate representation of color #731EEB: hue angle of 264.88º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #731EEB is Cyan = 0.51, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 115 | 30 | 235 | - |
| CMYK | 0.51 | 0.87 | 0 | 0.08 |
| HSL | 264.88º | 0.84% | 0.52% | - |
| HSV(B) | 264.88º | 0.87% | 0.92% | - |
| XYZ | 22.53 | 10.57 | 79.45 | - |
| YUV | 78.79 | 216.16 | 153.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 30 | 235 | 0.51 | 0.87 | 0 | 0.08 | 264.88 | 0.84 | 0.52 |
| Hex | 73 | 1E | EB | 33 | 57 | 0 | 8 | 109 | 54 | 34 |
| Octal | 163 | 36 | 353 | 63 | 127 | 0 | 10 | 411 | 124 | 64 |
| Binary | 1110011 | 11110 | 11101011 | 110011 | 1010111 | 0 | 1000 | 100001001 | 1010100 | 110100 |
Color Harmonies of #731EEB
Complementary color
Monochromatic Colors of #731EEB
Black with #731EEB
Text Example
Text Example
White with #731EEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #731EEB; }
p { color: rgb(115,30,235); }
H1.HeaderClassName
{
color: #731EEB;
}
.AnyTagClassName
{
color: #731EEB;
}
</style>
background-color css
<style>
a { background-color: #731EEB; }
a { background-color: rgb(115,30,235); }
div.DivClassName
{
background-color: #731EEB;
}
.BgClassName
{
background-color: #731EEB;
}
</style>
border-color css
<style>
span { border-color: #731EEB; }
span { border-color: rgb(115,30,235); }
td.TdClassName
{
border-color: #731EEB;
}
.TagClassName
{
border-color: #731EEB;
}
</style>