Shades of Blue Violet #731EDF
Tints of Blue Violet #731EDF
RGB
CMYK
RGB Variations
Color information
#731EDF (or 0x731EDF) is known color: Blue Violet. HEX triplet: 73, 1E and DF. RGB value is (115,30,223). Sum of RGB (Red+Green+Blue) = 115+30+223=368 (48% of max value = 765). Red value is 115 (45.31% from 255 or 31.25% from 368); Green value is 30 (12.11% from 255 or 8.15% from 368); Blue value is 223 (87.5% from 255 or 60.60% from 368); Max value from RGB is 223 - color contains mainly: blue. Hex color #731EDF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #731EDF is #8CE120. Grayscale: #4C4C4C. Windows color (decimal): -9232673 or 14622323. OLE color: 14622323.
HSL color Cylindrical-coordinate representation of color #731EDF: hue angle of 266.42º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #731EDF is Cyan = 0.48, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 115 | 30 | 223 | - |
| CMYK | 0.48 | 0.87 | 0 | 0.13 |
| HSL | 266.42º | 0.76% | 0.5% | - |
| HSV(B) | 266.42º | 0.87% | 0.87% | - |
| XYZ | 20.85 | 9.9 | 70.62 | - |
| YUV | 77.42 | 210.16 | 154.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 30 | 223 | 0.48 | 0.87 | 0 | 0.13 | 266.42 | 0.76 | 0.5 |
| Hex | 73 | 1E | DF | 30 | 57 | 0 | D | 10A | 4C | 32 |
| Octal | 163 | 36 | 337 | 60 | 127 | 0 | 15 | 412 | 114 | 62 |
| Binary | 1110011 | 11110 | 11011111 | 110000 | 1010111 | 0 | 1101 | 100001010 | 1001100 | 110010 |
Color Harmonies of #731EDF
Complementary color
Monochromatic Colors of #731EDF
Black with #731EDF
Text Example
Text Example
White with #731EDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #731EDF; }
p { color: rgb(115,30,223); }
H1.HeaderClassName
{
color: #731EDF;
}
.AnyTagClassName
{
color: #731EDF;
}
</style>
background-color css
<style>
a { background-color: #731EDF; }
a { background-color: rgb(115,30,223); }
div.DivClassName
{
background-color: #731EDF;
}
.BgClassName
{
background-color: #731EDF;
}
</style>
border-color css
<style>
span { border-color: #731EDF; }
span { border-color: rgb(115,30,223); }
td.TdClassName
{
border-color: #731EDF;
}
.TagClassName
{
border-color: #731EDF;
}
</style>