Shades of Blue Violet #731FED
Tints of Blue Violet #731FED
RGB
CMYK
RGB Variations
Color information
#731FED (or 0x731FED) is known color: Blue Violet. HEX triplet: 73, 1F and ED. RGB value is (115,31,237). Sum of RGB (Red+Green+Blue) = 115+31+237=383 (50% of max value = 765). Red value is 115 (45.31% from 255 or 30.03% from 383); Green value is 31 (12.5% from 255 or 8.09% from 383); Blue value is 237 (92.97% from 255 or 61.88% from 383); Max value from RGB is 237 - color contains mainly: blue. Hex color #731FED is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #731FED is #8CE012. Grayscale: #4E4E4E. Windows color (decimal): -9232403 or 15540083. OLE color: 15540083.
HSL color Cylindrical-coordinate representation of color #731FED: hue angle of 264.47º degrees, saturation: 0.85, 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 #731FED is Cyan = 0.51, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 115 | 31 | 237 | - |
| CMYK | 0.51 | 0.87 | 0 | 0.07 |
| HSL | 264.47º | 0.85% | 0.53% | - |
| HSV(B) | 264.47º | 0.87% | 0.93% | - |
| XYZ | 22.85 | 10.74 | 80.99 | - |
| YUV | 79.6 | 216.83 | 153.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 31 | 237 | 0.51 | 0.87 | 0 | 0.07 | 264.47 | 0.85 | 0.53 |
| Hex | 73 | 1F | ED | 33 | 57 | 0 | 7 | 108 | 55 | 35 |
| Octal | 163 | 37 | 355 | 63 | 127 | 0 | 7 | 410 | 125 | 65 |
| Binary | 1110011 | 11111 | 11101101 | 110011 | 1010111 | 0 | 111 | 100001000 | 1010101 | 110101 |
Color Harmonies of #731FED
Complementary color
Monochromatic Colors of #731FED
Black with #731FED
Text Example
Text Example
White with #731FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #731FED; }
p { color: rgb(115,31,237); }
H1.HeaderClassName
{
color: #731FED;
}
.AnyTagClassName
{
color: #731FED;
}
</style>
background-color css
<style>
a { background-color: #731FED; }
a { background-color: rgb(115,31,237); }
div.DivClassName
{
background-color: #731FED;
}
.BgClassName
{
background-color: #731FED;
}
</style>
border-color css
<style>
span { border-color: #731FED; }
span { border-color: rgb(115,31,237); }
td.TdClassName
{
border-color: #731FED;
}
.TagClassName
{
border-color: #731FED;
}
</style>